Age | Commit message (Expand) | Author | Files | Lines |
2012-01-23 | UTIL: Add strtouint16 | Stephen Gallagher | 2 | -0/+20 |
2012-01-23 | Move sized_string declaration to utils | Stephen Gallagher | 2 | -0/+19 |
2012-01-21 | Fix invalid index in pidfile() | Stephen Gallagher | 1 | -1/+3 |
2012-01-17 | Raise the debug level of two very noisy statements | Stephen Gallagher | 1 | -2/+3 |
2012-01-14 | Log fixes for sdap_call_conn_cb | Stephen Gallagher | 1 | -1/+2 |
2012-01-09 | util: Fix murmurhash3 on machines with old glibc | Simo Sorce | 1 | -0/+10 |
2012-01-09 | util: add murmurhash3 hash function | Simo Sorce | 2 | -0/+120 |
2011-12-22 | Add compatibility layer for Heimdal Kerberos implementation | Stephen Gallagher | 2 | -12/+73 |
2011-12-21 | sss_get_cased_name utility function | Jakub Hrozek | 2 | -0/+13 |
2011-12-19 | Reorder pidfile() function to guarantee NULL-termination | Stephen Gallagher | 1 | -3/+3 |
2011-12-19 | Move child_common routines to util | Stephen Gallagher | 2 | -0/+844 |
2011-12-16 | Use of uninitialized value in sss_ldap_dn_in_search_bases | Pavel Březina | 1 | -3/+3 |
2011-12-16 | sss_utf8_tolower utility function+unit tests | Jakub Hrozek | 5 | -0/+123 |
2011-12-14 | Added sss_ldap_dn_in_search_bases() | Pavel Březina | 2 | -0/+132 |
2011-12-09 | Fix potential resource leak in backup_file.c | Stephen Gallagher | 1 | -1/+1 |
2011-12-07 | Always attempt to connect in sdap_async_sys_connect_done | Jakub Hrozek | 1 | -18/+6 |
2011-12-05 | Fixed an error in macro for merging double linked lists | Jan Zeleny | 1 | -1/+1 |
2011-12-05 | Allow using Glib for UTF8 support | Stephen Gallagher | 2 | -0/+162 |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -4/+3 |
2011-11-07 | Fixed possible resource leak in get_uid_from_pid() | Jan Zeleny | 1 | -4/+10 |
2011-11-02 | Add wrapper for krb5_get_init_creds_opt_set_canonicalize | Jan Zeleny | 2 | -0/+13 |
2011-11-02 | Fix size return for split_on_separator() | Stephen Gallagher | 1 | -1/+1 |
2011-10-13 | Add option to follow symlinks to check_file() | Jakub Hrozek | 2 | -3/+4 |
2011-09-28 | Multiline macro cleanup | Jakub Hrozek | 3 | -5/+5 |
2011-09-08 | DEBUG timestamps offer higher precision | Pavel Březina | 3 | -13/+65 |
2011-09-06 | sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string() | Pavel Březina | 1 | -3/+3 |
2011-09-06 | sss_ldap_err2string() - function created | Pavel Březina | 2 | -0/+16 |
2011-08-25 | New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0 | Pavel Březina | 3 | -13/+11 |
2011-08-25 | New DEBUG facility - conversion | Pavel Březina | 3 | -21/+11 |
2011-08-25 | New DEBUG facility - modified DEBUG | Pavel Březina | 1 | -6/+41 |
2011-08-25 | New DEBUG facility - new levels | Pavel Březina | 2 | -2/+89 |
2011-08-15 | Handle timeout during sss_ldap_init_send | Jakub Hrozek | 2 | -2/+36 |
2011-08-15 | Handle errno properly in set_debug_file_from_fd() | Jakub Hrozek | 1 | -2/+5 |
2011-08-11 | Allow the O_NONBLOCK flag to be reset correctly | Ralf Haferkamp | 1 | -14/+0 |
2011-08-08 | debug_timestamps fixes | Pavel Březina | 3 | -11/+16 |
2011-07-13 | Fix python HBAC bindings for python <= 2.4 | Jakub Hrozek | 2 | -0/+167 |
2011-07-11 | Move IP adress escaping from the LDAP namespace | Jakub Hrozek | 4 | -11/+11 |
2011-07-05 | Call ldap_install_tls() on ldaps connections | Sumit Bose | 1 | -0/+15 |
2011-07-01 | Do not access state after tevent_req_done() is called. | Sumit Bose | 1 | -10/+16 |
2011-07-01 | Do not attempt to close() a file descriptor < 0 | Stephen Gallagher | 1 | -1/+3 |
2011-06-30 | Use ldap_init_fd() instead of ldap_initialize() if available | Sumit Bose | 2 | -0/+346 |
2011-06-15 | Make parse_args skip extra spaces | Jakub Hrozek | 1 | -16/+24 |
2011-06-02 | Add a utility function to escape IPv6 address for use in URIs | Jakub Hrozek | 2 | -0/+11 |
2011-05-23 | Import config.h earlier | Stephen Gallagher | 1 | -2/+1 |
2011-05-23 | Set _GNU_SOURCE globally | Sumit Bose | 5 | -6/+6 |
2011-05-20 | Add support for Attribute Scoped Queries | Jakub Hrozek | 1 | -0/+4 |
2011-05-16 | Fixed unitialized pointer in select_principal_from_keytab | Jan Zeleny | 1 | -1/+1 |
2011-05-16 | Fixed unitialized return value in match_principal | Jan Zeleny | 1 | -2/+1 |
2011-05-06 | Allow changing the log level without restart | Stephen Gallagher | 2 | -3/+24 |
2011-05-05 | Added some kerberos functions for building on RHEL5 | Jan Zeleny | 2 | -5/+188 |