summaryrefslogtreecommitdiff
path: root/src/tests/util-tests.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05utils: add is_host_in_domain()Pavel Březina1-0/+28
2013-09-03UTIL: Use standard maximum value of type size_tLukas Slebodnik1-6/+6
2013-04-17Make leak checks usable in tests that do not utilize checkJakub Hrozek1-3/+3
2013-01-02failover: Protect against empty host namesMichal Zidek1-0/+91
2012-11-14Add string_in_list() and add_string_to_list() with testsSumit Bose1-0/+83
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-04-20Move atomic io function to a separate moduleJakub Hrozek1-9/+9
2012-04-20sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek1-0/+206
2012-01-09Add a random + identity test for murmurhash3Simo Sorce1-0/+29
2012-01-09util: add murmurhash3 hash functionSimo Sorce1-0/+24
2012-01-04tests: fix test group of utf8 testsSimo Sorce1-5/+5
2011-12-16sss_utf8_tolower utility function+unit testsJakub Hrozek1-0/+96
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-1/+4
2011-08-25New DEBUG facility - conversionPavel Březina1-0/+2
2011-06-15Unit test for parge_argsJakub Hrozek1-0/+58
2011-01-11Validate user supplied size of data itemsSumit Bose1-0/+14
2010-11-15Add utility function to sanitize LDAP/LDB filtersStephen Gallagher1-0/+68
2010-10-13Use POPT_TABLEEND to close option tableSumit Bose1-1/+1
2010-08-03Add diff_string_lists utility functionStephen Gallagher1-0/+227