summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-06-302-0/+32
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-302-0/+346
* Fix bad mergeStephen Gallagher2011-06-021-0/+1
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-022-0/+11
* Fix uninitialized value errorSumit Bose2011-01-211-1/+1
* NSS obfuscation code cleanupJakub Hrozek2011-01-201-38/+97
* Add overflow check to SAFEALIGN_COPY_*_CHECK macrosSumit Bose2011-01-111-3/+6
* Validate user supplied size of data itemsSumit Bose2011-01-111-0/+5
* Introduce sss_hash_create_ex()Sumit Bose2010-12-202-6/+29
* Fix unchecked return value in sss_krb5_verify_keytab_exStephen Gallagher2010-12-171-1/+8
* Fix invalid sizeof in pidfileStephen Gallagher2010-12-161-1/+1
* Add missing break statement to sss_hash_createStephen Gallagher2010-12-141-0/+1
* Fix build issue with older Kerberos librarySumit Bose2010-12-081-0/+7
* Add support for FAST in krb5 providerSumit Bose2010-12-072-0/+62
* krb5_child returns TGT lifetimeSumit Bose2010-12-031-0/+6
* Add a special filter type to handle enumerationsSumit Bose2010-12-021-0/+2
* Make default SIGTERM and SIGINT handlers use teventStephen Gallagher2010-12-021-1/+33
* Add missing error codeSumit Bose2010-11-181-0/+1
* Add utility function to sanitize LDAP/LDB filtersStephen Gallagher2010-11-152-0/+63
* Handle errors during log reopening betterStephen Gallagher2010-11-051-2/+28
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-262-4/+4
* Write log opening failures to the syslogStephen Gallagher2010-10-191-0/+3
* Use unsigned long for conversion to id_tJakub Hrozek2010-10-181-4/+4
* Add a missing include fileSumit Bose2010-10-131-0/+1
* Add common hash table setupStephen Gallagher2010-10-082-0/+58
* Use new MIT krb5 API for better password expiration warningsSumit Bose2010-09-232-2/+26
* Fix parameter order when initializing decryptionJakub Hrozek2010-09-151-1/+1
* Dead assignments cleanup in various places in SSSDJan Zeleny2010-09-081-1/+1
* Password obfuscation utility functionsJakub Hrozek2010-09-083-0/+510
* Add safe copy/move macros for uint16_tJakub Hrozek2010-09-081-1/+11
* Move crypto functions into its own subdirJakub Hrozek2010-09-085-42/+109
* Add dup_string_list() utility functionStephen Gallagher2010-08-032-0/+37
* Add diff_string_lists utility functionStephen Gallagher2010-08-032-0/+209
* Validate keytab at startupJakub Hrozek2010-08-032-0/+162
* Add log notifications for startup and shutdown.Stephen Gallagher2010-07-091-1/+4
* Add sss_log() functionStephen Gallagher2010-07-092-0/+81
* Resend SIGINT as SIGTERM in servicesJakub Hrozek2010-06-281-0/+3
* Initialize len before looping to read the pidfileStephen Gallagher2010-06-171-1/+1
* Check closedir call in find_uidJakub Hrozek2010-06-141-4/+9
* get_uid_from_pid should use fstat rather than lstatJakub Hrozek2010-06-141-11/+11
* Fix misuse of errno in find_uid.cStephen Gallagher2010-06-101-17/+26
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-103-12/+57
* Move parse_args() to utilSumit Bose2010-05-272-0/+101
* Add ldap_krb5_ticket_lifetime optionSumit Bose2010-05-161-0/+5
* Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher2010-05-072-1/+2
* Support SRV servers in failoverJakub Hrozek2010-04-301-0/+16
* Avoid accessing half-deallocated memory when using talloc_zfree macro.eindenbom2010-04-161-1/+5
* Protect against check-and-open race conditionsStephen Gallagher2010-04-062-28/+77
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-3/+8
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-083-0/+33