summaryrefslogtreecommitdiff
path: root/lib/util/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-01Spelling fixes s/avaiable/available/Mathieu Parent1-1/+1
2019-09-01Spelling fixes s/hierachy/hierarchy/Mathieu Parent1-1/+1
2019-08-08tfork: Free memory in torture test to satisfy sanitizerSwen Schillig1-0/+3
2019-08-08util: Free memory in genrand torture test to satisfy sanitizerSwen Schillig1-0/+2
2019-06-30tests-util: Adding test to verify "allow no conversion" flagSwen Schillig1-0/+33
2019-06-30tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig1-0/+28
2019-06-30tests-util: Adding test to verify "allow-negative" flagSwen Schillig1-0/+38
2019-06-30lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-36/+36
2019-06-30tests-util: Adding test to verify "no-conversion" detectionSwen Schillig1-0/+28
2019-06-30tests-util: Adding test to verify negative "number" detectionSwen Schillig1-0/+37
2019-06-30tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig1-0/+29