summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* PAM/KRB5: optional otp and password promptingSumit Bose2016-07-071-3/+82
* Rename dp_backend.h to backend.hPavel Březina2016-06-201-1/+1
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* krb5_child: Warn if user cannot read krb5.confLukas Slebodnik2016-02-191-0/+24
* Krb5/PAM: Fix account lockout error handlingSimo Sorce2016-01-141-0/+3
* KRB5_CHILD: Debug logs for PAC timeoutPetr Cech2015-12-141-0/+3
* KRB5: Handle KRB5_REALM_UNKNOWN as ERR_NETWORK_IOJakub Hrozek2015-12-071-0/+1
* KRB5_CHILD: More restrictive umaskPetr Cech2015-11-051-1/+1
* REFACTOR: umask(077) --> umask(SSS_DFL_X_UMASK)Petr Cech2015-10-141-1/+1
* sssd: incorrect checks on length values during packet decodingMichal Židek2015-08-311-5/+5
* KRB5: Use sss_unique file in krb5_childJakub Hrozek2015-08-171-16/+11
* krb5-child: add preauth and split 2fa token supportSumit Bose2015-05-081-20/+245
* KRB5: add debug hintPavel Reichl2015-03-201-1/+2
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-1/+1
* KRB5: More debugging for create_ccache()Jakub Hrozek2015-03-101-13/+41
* Open the PAC socket from krb5_child before dropping rootJakub Hrozek2015-01-211-0/+8
* krb5_child: Return ERR_NETWORK_IO on KRB5_KDCREP_SKEWJakub Hrozek2015-01-141-0/+1
* krb5: handle KRB5KRB_ERR_GENERIC as unspecific errorSumit Bose2014-12-171-1/+12
* krb5_child: Initialize REALM earlierLukas Slebodnik2014-12-171-6/+6
* KRB5: Check FAST kinit errors using get_tgt_times()Jakub Hrozek2014-12-111-13/+15
* KRB5: Relax DEBUG messageJakub Hrozek2014-12-031-2/+5
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-1/+1
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-12-031-27/+91
* krb5_child: become user earlierSumit Bose2014-12-021-38/+93
* krb5: do not fail if checking the old ccache failedSumit Bose2014-12-021-2/+5
* krb5: Check return value of sss_krb5_princ_realmLukas Slebodnik2014-11-281-0/+8
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-181-8/+200
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-181-0/+1
* KRB5: Drop privileges in the child, not the back endJakub Hrozek2014-11-181-13/+56
* KRB5: add missing debug-to-stderr option to krb5_childSumit Bose2014-07-201-0/+3
* KRB5: Go offline in case of generic errorPavel Reichl2014-04-171-0/+1
* krb5_child: Fix use after free in debug messageLukas Slebodnik2014-04-081-11/+15
* krb5_child: Remove unused krb5_context from set_changepw_optionsLukas Slebodnik2014-04-071-4/+3
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-261-0/+12
* krb5-child: add revert_changepw_options()Sumit Bose2014-03-211-0/+22
* krb5_client: rename krb5_set_canonicalize() to set_canonicalize_option()Sumit Bose2014-03-211-16/+16
* krb5-child: extract lifetime settings into set_lifetime_options()Sumit Bose2014-03-211-36/+55
* krb5_child: remove unused option lifetime_str from k5c_setup_fast()Sumit Bose2014-03-211-6/+3
* IPA/KRB5: handle KRB5_PROG_ETYPE_NOSUPP during IPA password migrationSumit Bose2014-03-121-0/+4
* Fix krb5 changepw when FAST-only preauth methods are used (like OTP)Nathaniel McCallum2014-03-101-34/+6
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-53/+68
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-167/+167
* KRB5: Go offline in case of clock skewJakub Hrozek2013-11-291-0/+1
* krb5: Use right function to free data.Lukas Slebodnik2013-10-221-1/+2
* krb5: Remove warning dereference of a null pointerLukas Slebodnik2013-10-171-4/+2
* KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userJakub Hrozek2013-10-171-0/+3
* krb5: fix warning may be used uninitializedLukas Slebodnik2013-10-101-0/+1
* KRB5: Return ERR_NETWORK_IO when trusted AD server can't be resolvedJakub Hrozek2013-09-271-0/+1
* KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek2013-09-171-0/+3
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-3/+3