summaryrefslogtreecommitdiff
path: root/lib/util/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-04lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power1-1/+1
2019-05-19Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine1-0/+1
2019-05-17lib:util: Add a test for byteorder.hAndreas Schneider1-0/+435
2019-05-16lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn1-1/+1
2019-04-03lib:util: Add test for talloc_keep_secret()Andreas Schneider1-0/+94
2019-01-28lib:util: Use C99 initializer in tfork testAndreas Schneider1-2/+12
2018-12-19lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke1-0/+152
2018-11-28tfork: add a README how to run test torture test under valgrindRalph Boehme1-0/+22
2018-11-28tfork: add a suppresssions file for drdRalph Boehme1-0/+14
2018-11-28tfork: add a suppresssions file for helgrindRalph Boehme1-0/+32
2018-11-28tfork/test: ensure all threads start with SIGCHLD unblockedRalph Boehme1-0/+17
2018-09-15torture: Remove unnecesssary #include <fcntl.h>Christof Schmitt1-1/+0
2018-08-31lib: Fix the build on FreeBSDVolker Lendecke1-0/+1
2018-08-30torture: Add test for directory_create_or_existChristof Schmitt1-0/+60
2018-05-17lib:util: Fix parameter aliasing in tfork testAndreas Schneider1-5/+2
2018-04-03lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher1-1/+0
2018-03-02tests: Add basic ms_fnmatch unit testDavid Disseldorp1-0/+113
2018-02-22util/tests: add rfc1738 cmocka testsDouglas Bagnall1-0/+411
2017-09-16tests util/tfork: Tests for status and event fdGary Lockyer1-0/+251
2017-07-03lib/util: add more tfork testsRalph Boehme1-0/+438
2017-07-03lib/util: adjust loglevel in tfork test with samba_runcmd_send()Ralph Boehme1-1/+1
2017-07-03lib/util: enhanced tfork()Ralph Boehme1-31/+32
2017-05-02lib: FreeBSD needs sys/wait.h for WIFEXITEDVolker Lendecke1-0/+1
2017-04-20lib/util: add a test for samba_runcmd_send()Ralph Boehme1-0/+36
2017-04-20lib/util: add a test for tfork()Ralph Boehme1-0/+102
2017-03-29lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer1-0/+90
2017-02-09binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall1-2/+7
2016-06-20torture: Add tests for trim_string()Martin Schwenke1-0/+376
2016-03-09util/tests: add test for BINARY_ARRAY_SEARCH_V macroDouglas Bagnall1-0/+24