summaryrefslogtreecommitdiffstats
path: root/src/util/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Move atomic io function to a separate moduleJakub Hrozek2012-04-201-38/+0
| | | | | | We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module.
* sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2012-04-201-1/+2
| | | | Also adds a unit test for sss_atomic_io()
* UTIL: Add function for atomic I/OJan Cholasta2012-02-261-0/+39
|
* Move sized_string declaration to utilsStephen Gallagher2012-01-231-0/+11
|
* sss_utf8_tolower utility function+unit testsJakub Hrozek2011-12-161-0/+1
|
* Fix size return for split_on_separator()Stephen Gallagher2011-11-021-1/+1
| | | | | | | It was returning the size of the array, rather than the number of elements. (The array was NULL-terminated). This argument was only used in one place that was actually working around this odd return value.
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-0/+8
|
* Make parse_args skip extra spacesJakub Hrozek2011-06-151-16/+24
| | | | https://fedorahosted.org/sssd/ticket/871
* Introduce sss_hash_create_ex()Sumit Bose2010-12-201-6/+19
|
* Add missing break statement to sss_hash_createStephen Gallagher2010-12-141-0/+1
| | | | https://fedorahosted.org/sssd/ticket/720
* Add utility function to sanitize LDAP/LDB filtersStephen Gallagher2010-11-151-0/+52
| | | | Also adds a unit test.
* Add common hash table setupStephen Gallagher2010-10-081-0/+53
| | | | | sss_hash_create() produces a dhash table living in the talloc hierarchy.
* Add dup_string_list() utility functionStephen Gallagher2010-08-031-0/+31
|
* Add diff_string_lists utility functionStephen Gallagher2010-08-031-0/+196
| | | | Includes a unit test
* Move parse_args() to utilSumit Bose2010-05-271-0/+99
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+138
Also update BUILD.txt