summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded become_user() callsnonrootJakub Hrozek2014-11-281-22/+2
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-11-281-25/+76
* KRB5: Pass the sssd_be uid and gid to krb5_childJakub Hrozek2014-11-281-0/+9
* krb5/ldap: use MEMORY ccache and keytab in *_child processesSumit Bose2014-11-281-0/+33
* 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
* Fix formating of variables with type: longLukas Slebodnik2013-09-111-1/+1
* krb5_child: Simplify ccache creationSimo Sorce2013-09-091-387/+87
* KRB5: Add support for KEYRING cache typeStephen Gallagher2013-08-271-0/+49
* KRB5: Remove unnecessary call to become_user()Stephen Gallagher2013-08-271-6/+0
* KRB5: Add new #define for collection cache typesStephen Gallagher2013-08-221-8/+8
* KRB5: Do not log to syslog on each loginJakub Hrozek2013-08-191-1/+3
* KRB5: Formatting changesJakub Hrozek2013-08-191-4/+4
* ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2013-08-111-0/+15
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-221-2/+1
* Remove unused memory context from function unpack_authtokLukas Slebodnik2013-07-221-3/+3
* print hint about password complexity when new password is rejectedPavel Březina2013-07-171-1/+7
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-151-47/+2
* KRB5_CHILD: Fix handling of get_password return codeOndrej Kos2013-07-101-4/+10
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-261-3/+60
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-251-7/+7
* Revert "Always send the PAC to the PAC responder"Sumit Bose2013-06-251-18/+20
* Set default realm for enterprise principalsSumit Bose2013-06-171-0/+12
* Use principal from the ticket to find validation entrySumit Bose2013-06-171-1/+1
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-141-1/+3
* Always send the PAC to the PAC responderSumit Bose2013-06-061-20/+18