summaryrefslogtreecommitdiffstats
path: root/src/tests/util-tests.c
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-1/+1
* UTIL: Fix access out of bound in parse_argsLukas Slebodnik2014-07-081-4/+26
* tests: Add test for get_known_servicesJakub Hrozek2014-05-281-0/+22
* TEST: Fix warning invalid printf argument typeLukas Slebodnik2014-02-261-1/+1
* util: Add functions to check if IP addresses is specialMichal Zidek2013-10-171-0/+124
* utils: add is_host_in_domain()Pavel Březina2013-09-051-0/+28
* UTIL: Use standard maximum value of type size_tLukas Slebodnik2013-09-031-6/+6
* Make leak checks usable in tests that do not utilize checkJakub Hrozek2013-04-171-3/+3
* failover: Protect against empty host namesMichal Zidek2013-01-021-0/+91
* Add string_in_list() and add_string_to_list() with testsSumit Bose2012-11-141-0/+83
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Move atomic io function to a separate moduleJakub Hrozek2012-04-201-9/+9
* sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2012-04-201-0/+206
* Add a random + identity test for murmurhash3Simo Sorce2012-01-091-0/+29
* util: add murmurhash3 hash functionSimo Sorce2012-01-091-0/+24
* tests: fix test group of utf8 testsSimo Sorce2012-01-041-5/+5
* sss_utf8_tolower utility function+unit testsJakub Hrozek2011-12-161-0/+96
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+4
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* Unit test for parge_argsJakub Hrozek2011-06-151-0/+58
* Validate user supplied size of data itemsSumit Bose2011-01-111-0/+14
* Add utility function to sanitize LDAP/LDB filtersStephen Gallagher2010-11-151-0/+68
* Use POPT_TABLEEND to close option tableSumit Bose2010-10-131-1/+1
* Add diff_string_lists utility functionStephen Gallagher2010-08-031-0/+227