summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_init_shared.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
Declarations of public functions was in header files, but header files was not included in implementation file.
2013-04-03Allow setting krb5_renew_interval with a delimiterAriel Barria1-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
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-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()
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek1-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
2012-07-06KRB5: Create a common init routine for krb5_child optionsStephen Gallagher1-0/+94
This will reduce code duplication between the krb5, ipa and ad providers