summaryrefslogtreecommitdiff
path: root/src/tests/util-tests.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15Unit test for parge_argsJakub Hrozek1-0/+58
2011-01-11Validate user supplied size of data itemsSumit Bose1-0/+14
Specially crafted packages might lead to an integer overflow and the parsing of the input buffer might not continue as expected. This issue was identified by Sebastian Krahmer <krahmer@suse.de>.
2010-11-15Add utility function to sanitize LDAP/LDB filtersStephen Gallagher1-0/+68
Also adds a unit test.
2010-10-13Use POPT_TABLEEND to close option tableSumit Bose1-1/+1
2010-08-03Add diff_string_lists utility functionStephen Gallagher1-0/+227
Includes a unit test