summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_init_shared.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting krb5_renew_interval with a delimiterAriel Barria2013-04-031-2/+14
| | | | | | | https://fedorahosted.org/sssd/ticket/902 changed the data type the krb5_renew_interval to string. function krb5_string_to_deltat is used to convert and allow delimiters
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-131-5/+1
| | | | | | | | Function open_debug_file_ex() set flag FD_CLOEXEC to opened file according to the value of third parameter. Removed duplicity of unsetting FD_CLOEXEC after calling function open_debug_file_ex()
* Collect krb5 trace on high debug levelsJakub Hrozek2012-10-121-1/+1
| | | | | | | If the debug level contains SSSDBG_TRACE_ALL, then the logs would also include tracing information from libkrb5. https://fedorahosted.org/sssd/ticket/1539
* KRB5: Create a common init routine for krb5_child optionsStephen Gallagher2012-07-061-0/+94
This will reduce code duplication between the krb5, ipa and ad providers