summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2012-02-07UTIL: Provide base64 encoding and decoding functionsJan Cholasta4-36/+139
2012-02-06Added some SELinux-related utility functionsJan Zeleny2-0/+232
2012-01-23UTIL: Add strtouint16Stephen Gallagher2-0/+20
2012-01-23Move sized_string declaration to utilsStephen Gallagher2-0/+19
2012-01-21Fix invalid index in pidfile()Stephen Gallagher1-1/+3
2012-01-17Raise the debug level of two very noisy statementsStephen Gallagher1-2/+3
2012-01-14Log fixes for sdap_call_conn_cbStephen Gallagher1-1/+2
2012-01-09util: Fix murmurhash3 on machines with old glibcSimo Sorce1-0/+10
2012-01-09util: add murmurhash3 hash functionSimo Sorce2-0/+120
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2-12/+73
2011-12-21sss_get_cased_name utility functionJakub Hrozek2-0/+13
2011-12-19Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher1-3/+3
2011-12-19Move child_common routines to utilStephen Gallagher2-0/+844
2011-12-16Use of uninitialized value in sss_ldap_dn_in_search_basesPavel Březina1-3/+3
2011-12-16sss_utf8_tolower utility function+unit testsJakub Hrozek5-0/+123
2011-12-14Added sss_ldap_dn_in_search_bases()Pavel Březina2-0/+132
2011-12-09Fix potential resource leak in backup_file.cStephen Gallagher1-1/+1
2011-12-07Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek1-18/+6
2011-12-05Fixed an error in macro for merging double linked listsJan Zeleny1-1/+1
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher2-0/+162
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-4/+3
2011-11-07Fixed possible resource leak in get_uid_from_pid()Jan Zeleny1-4/+10
2011-11-02Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny2-0/+13
2011-11-02Fix size return for split_on_separator()Stephen Gallagher1-1/+1
2011-10-13Add option to follow symlinks to check_file()Jakub Hrozek2-3/+4
2011-09-28Multiline macro cleanupJakub Hrozek3-5/+5
2011-09-08DEBUG timestamps offer higher precisionPavel Březina3-13/+65
2011-09-06sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina1-3/+3
2011-09-06sss_ldap_err2string() - function createdPavel Březina2-0/+16
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina3-13/+11
2011-08-25New DEBUG facility - conversionPavel Březina3-21/+11
2011-08-25New DEBUG facility - modified DEBUGPavel Březina1-6/+41
2011-08-25New DEBUG facility - new levelsPavel Březina2-2/+89
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek2-2/+36
2011-08-15Handle errno properly in set_debug_file_from_fd()Jakub Hrozek1-2/+5
2011-08-11Allow the O_NONBLOCK flag to be reset correctlyRalf Haferkamp1-14/+0
2011-08-08debug_timestamps fixesPavel Březina3-11/+16
2011-07-13Fix python HBAC bindings for python <= 2.4Jakub Hrozek2-0/+167
2011-07-11Move IP adress escaping from the LDAP namespaceJakub Hrozek4-11/+11
2011-07-05Call ldap_install_tls() on ldaps connectionsSumit Bose1-0/+15
2011-07-01Do not access state after tevent_req_done() is called.Sumit Bose1-10/+16
2011-07-01Do not attempt to close() a file descriptor < 0Stephen Gallagher1-1/+3
2011-06-30Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2-0/+346
2011-06-15Make parse_args skip extra spacesJakub Hrozek1-16/+24
2011-06-02Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2-0/+11
2011-05-23Import config.h earlierStephen Gallagher1-2/+1
2011-05-23Set _GNU_SOURCE globallySumit Bose5-6/+6
2011-05-20Add support for Attribute Scoped QueriesJakub Hrozek1-0/+4
2011-05-16Fixed unitialized pointer in select_principal_from_keytabJan Zeleny1-1/+1
2011-05-16Fixed unitialized return value in match_principalJan Zeleny1-2/+1