summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-4/+4
* Ensure NULL-termination in get_uid_from_pid()Stephen Gallagher2012-02-141-0/+3
* UTIL: Provide base64 encoding and decoding functionsJan Cholasta2012-02-074-36/+139
* Added some SELinux-related utility functionsJan Zeleny2012-02-062-0/+232
* UTIL: Add strtouint16Stephen Gallagher2012-01-232-0/+20
* Move sized_string declaration to utilsStephen Gallagher2012-01-232-0/+19
* Fix invalid index in pidfile()Stephen Gallagher2012-01-211-1/+3
* Raise the debug level of two very noisy statementsStephen Gallagher2012-01-171-2/+3
* Log fixes for sdap_call_conn_cbStephen Gallagher2012-01-141-1/+2
* util: Fix murmurhash3 on machines with old glibcSimo Sorce2012-01-091-0/+10
* util: add murmurhash3 hash functionSimo Sorce2012-01-092-0/+120
* Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2011-12-222-12/+73
* sss_get_cased_name utility functionJakub Hrozek2011-12-212-0/+13
* Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher2011-12-191-3/+3
* Move child_common routines to utilStephen Gallagher2011-12-192-0/+844
* Use of uninitialized value in sss_ldap_dn_in_search_basesPavel Březina2011-12-161-3/+3
* sss_utf8_tolower utility function+unit testsJakub Hrozek2011-12-165-0/+123
* Added sss_ldap_dn_in_search_bases()Pavel Březina2011-12-142-0/+132
* Fix potential resource leak in backup_file.cStephen Gallagher2011-12-091-1/+1
* Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek2011-12-071-18/+6
* Fixed an error in macro for merging double linked listsJan Zeleny2011-12-051-1/+1
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-052-0/+162
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-4/+3
* Fixed possible resource leak in get_uid_from_pid()Jan Zeleny2011-11-071-4/+10
* Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny2011-11-022-0/+13
* Fix size return for split_on_separator()Stephen Gallagher2011-11-021-1/+1
* Add option to follow symlinks to check_file()Jakub Hrozek2011-10-132-3/+4
* Multiline macro cleanupJakub Hrozek2011-09-283-5/+5
* DEBUG timestamps offer higher precisionPavel Březina2011-09-083-13/+65
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-061-3/+3
* sss_ldap_err2string() - function createdPavel Březina2011-09-062-0/+16
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-253-13/+11
* New DEBUG facility - conversionPavel Březina2011-08-253-21/+11
* New DEBUG facility - modified DEBUGPavel Březina2011-08-251-6/+41
* New DEBUG facility - new levelsPavel Březina2011-08-252-2/+89
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-152-2/+36
* Handle errno properly in set_debug_file_from_fd()Jakub Hrozek2011-08-151-2/+5
* Allow the O_NONBLOCK flag to be reset correctlyRalf Haferkamp2011-08-111-14/+0
* debug_timestamps fixesPavel Březina2011-08-083-11/+16
* Fix python HBAC bindings for python <= 2.4Jakub Hrozek2011-07-132-0/+167
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-114-11/+11
* Call ldap_install_tls() on ldaps connectionsSumit Bose2011-07-051-0/+15
* Do not access state after tevent_req_done() is called.Sumit Bose2011-07-011-10/+16
* Do not attempt to close() a file descriptor < 0Stephen Gallagher2011-07-011-1/+3
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-302-0/+346
* Make parse_args skip extra spacesJakub Hrozek2011-06-151-16/+24
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-022-0/+11
* Import config.h earlierStephen Gallagher2011-05-231-2/+1
* Set _GNU_SOURCE globallySumit Bose2011-05-235-6/+6
* Add support for Attribute Scoped QueriesJakub Hrozek2011-05-201-0/+4