summaryrefslogtreecommitdiff
path: root/lib/util/tests/util.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09lib/util: Add test of mem_equal_const_time()Joseph Sutton1-0/+22
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
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
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
2016-06-20torture: Add tests for trim_string()Martin Schwenke1-0/+376