summaryrefslogtreecommitdiff
path: root/lib/util/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-09util/binsearch: macro for greater than or equal searchDouglas Bagnall1-0/+144
2016-03-01lib/util: Add strv_util.[ch] containing new function strv_split()Martin Schwenke1-0/+149
2016-02-29lib/util: Add tests for strv_addn()Martin Schwenke1-2/+34
2016-02-26lib/util: Add tests for strvMartin Schwenke1-0/+169
2016-02-06dlist: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam1-1/+1
2016-02-06dlist: remove unneeded argument from DLIST_DEMOTE()Michael Adam1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-2/+2
2016-01-06asn1: Remove a reference to asn1_data internalsVolker Lendecke1-2/+4
2015-10-13Rely on /dev/urandomVolker Lendecke1-12/+0
2015-10-13lib: Add a little tool to perftest generate_random_buffer()Volker Lendecke1-0/+39
2015-08-21lib: Remove unused parmlist codeVolker Lendecke1-107/+0
2015-04-21lib: Fix a few CIDs for Resource LeakVolker Lendecke1-5/+10
2014-11-14lib/util/tests: avoid some compiler warningsStefan Metzmacher2-25/+50
2014-09-26lib: util: asn1 tests. Check every asn1 return.Jeremy Allison1-5/+9