summaryrefslogtreecommitdiff
path: root/lib/util/tests
AgeCommit message (Expand)AuthorFilesLines
2026-03-25util/tests: Test that talloc_keep_secret() does not overwrite the namePavel Filipenský1-0/+20
2026-03-25util/tests: Extend the 'test_talloc_keep_secret' testPavel Filipenský1-0/+7
2026-03-25Revert "lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()"Pavel Filipenský1-0/+4
2026-03-01torture: Use SINGLETON_CACHE_TALLOC in testsVolker Lendecke1-12/+12
2026-01-28lib:util:debug tests for JSON logging macrosGary Lockyer1-0/+285
2025-12-08lib/util: Add tests for the new secure data_blob_..._s() functionsPavel Filipenský1-1/+56
2025-12-08lib/util: Fix trailing white spaces in tests/data_blob.cPavel Filipenský1-6/+6
2025-12-08lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()Pavel Filipenský1-4/+0
2025-11-11Replace memset_s() with memset_explicit()Andreas Schneider1-11/+8
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2025-09-28lib/util: Fix CID 1414760 - Resource leakShweta Sodani1-1/+5
2025-08-12lib/util: Fix CID 1414760 - Memory leakShweta Sodani1-3/+7
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-04-10util:test: test_ms_fn_match_protocol_no_wildcard: allow -1Douglas Bagnall1-1/+1
2024-04-10util:binsearch: user NUMERIC_CMP()Douglas Bagnall1-2/+4
2023-04-14lib:util: Fix code spellingAndreas Schneider2-2/+2
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-0/+1
2022-12-01util: add stable sort functionsDouglas Bagnall1-0/+317
2022-06-17util/debug: share classname table with testsDouglas Bagnall1-63/+7
2022-06-17tests: rename logging test sourceDouglas Bagnall1-0/+0
2022-06-17tests: adapt logging test for s3.Douglas Bagnall1-3/+8
2022-06-17tests: test source4 cmdline/smb.conf log levelDouglas Bagnall1-0/+197
2022-06-09lib/util: Add test of mem_equal_const_time()Joseph Sutton1-0/+22
2022-06-09lib/util: Add test of data_blob_equal_const_time()Joseph Sutton1-0/+47
2022-05-02lib/util: add tests for data_blob_append() with the resulting blob length=0Stefan Metzmacher1-0/+26
2021-10-28lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme1-0/+1
2021-10-28lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme1-1/+1
2021-10-28lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme1-1/+1
2021-10-28lib: fix null_nttime() testsRalph Boehme1-1/+1
2021-10-08lib: add sys_block_align[_truncate]()Ralph Boehme1-0/+68
2021-06-30lib: add sys_io_ranges_overlap()Ralph Boehme1-0/+110
2021-06-18torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall1-0/+58
2021-05-11lib: Add str_list_add_printf()Volker Lendecke1-2/+27
2021-04-16lib/util: fix timespec normalizationPhilipp Gesang1-0/+53
2021-03-10lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett1-7/+7
2021-03-09lib: Align integer typesVolker Lendecke1-2/+3
2021-02-03lib:util: Add cache oversize test for memcacheAndreas Schneider1-0/+39
2021-02-03lib:util: Add basic memcache unit testAndreas Schneider1-0/+122
2021-01-06lib:util: Add directory_create_or_exists_recursive()Andreas Schneider1-5/+111
2020-11-13s4-torture: test file_line_parse as wellGünther Deschner1-0/+31
2020-08-24lib/util: Move cleanup for unit test in teardown functionChristof Schmitt1-3/+9
2020-08-24lib/util: Remove wrong return statement in unit testChristof Schmitt1-2/+0
2020-08-24lib/util: Fix cleanup in unit testChristof Schmitt1-1/+1
2020-08-16util: Add cmocka unit test for directory_create_or_existsChristof Schmitt1-0/+234
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-06-29util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke1-1/+1
2020-05-15lib:util: Add test for path_expand_tilde()Andreas Schneider1-0/+127
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+1
2020-02-21lib:util: Add test to verify old and new macros are the sameAndreas Schneider1-0/+273
2020-02-21lib:util: Add bytearray.hAndreas Schneider1-0/+435