summaryrefslogtreecommitdiff
path: root/lib/util/tests
Commit message (Expand)AuthorAgeFilesLines
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-06-301-0/+110
* torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall2021-06-181-0/+58
* lib: Add str_list_add_printf()Volker Lendecke2021-05-111-2/+27
* lib/util: fix timespec normalizationPhilipp Gesang2021-04-161-0/+53
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-101-7/+7
* lib: Align integer typesVolker Lendecke2021-03-091-2/+3
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-031-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-031-0/+122
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-061-5/+111
* s4-torture: test file_line_parse as wellGünther Deschner2020-11-131-0/+31
* lib/util: Move cleanup for unit test in teardown functionChristof Schmitt2020-08-241-3/+9
* lib/util: Remove wrong return statement in unit testChristof Schmitt2020-08-241-2/+0
* lib/util: Fix cleanup in unit testChristof Schmitt2020-08-241-1/+1
* util: Add cmocka unit test for directory_create_or_existsChristof Schmitt2020-08-161-0/+234
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke2020-06-291-1/+1
* lib:util: Add test for path_expand_tilde()Andreas Schneider2020-05-151-0/+127
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-1/+1
* lib:util: Add test to verify old and new macros are the sameAndreas Schneider2020-02-211-0/+273
* lib:util: Add bytearray.hAndreas Schneider2020-02-211-0/+435
* Spelling fixes s/avaiable/available/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/hierachy/hierarchy/Mathieu Parent2019-09-011-1/+1
* tfork: Free memory in torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+3
* util: Free memory in genrand torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+2
* tests-util: Adding test to verify "allow no conversion" flagSwen Schillig2019-06-301-0/+33
* tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify "allow-negative" flagSwen Schillig2019-06-301-0/+38
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-36/+36
* tests-util: Adding test to verify "no-conversion" detectionSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify negative "number" detectionSwen Schillig2019-06-301-0/+37
* tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig2019-06-301-0/+29
* lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power2019-06-041-1/+1
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-191-0/+1
* lib:util: Add a test for byteorder.hAndreas Schneider2019-05-171-0/+435
* lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn2019-05-161-1/+1
* lib:util: Add test for talloc_keep_secret()Andreas Schneider2019-04-031-0/+94
* lib:util: Use C99 initializer in tfork testAndreas Schneider2019-01-281-2/+12
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2018-12-191-0/+152
* tfork: add a README how to run test torture test under valgrindRalph Boehme2018-11-281-0/+22
* tfork: add a suppresssions file for drdRalph Boehme2018-11-281-0/+14
* tfork: add a suppresssions file for helgrindRalph Boehme2018-11-281-0/+32
* tfork/test: ensure all threads start with SIGCHLD unblockedRalph Boehme2018-11-281-0/+17
* torture: Remove unnecesssary #include <fcntl.h>Christof Schmitt2018-09-151-1/+0
* lib: Fix the build on FreeBSDVolker Lendecke2018-08-311-0/+1
* torture: Add test for directory_create_or_existChristof Schmitt2018-08-301-0/+60
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-05-171-5/+2
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-031-1/+0
* tests: Add basic ms_fnmatch unit testDavid Disseldorp2018-03-021-0/+113
* util/tests: add rfc1738 cmocka testsDouglas Bagnall2018-02-221-0/+411
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-161-0/+251