summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_child.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userHEADmasterJakub Hrozek1-0/+3
2013-10-10krb5: fix warning may be used uninitializedLukas Slebodnik1-0/+1
2013-09-27KRB5: Return ERR_NETWORK_IO when trusted AD server can't be resolvedJakub Hrozek1-0/+1
2013-09-17KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek1-0/+3
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-3/+3
2013-09-11Fix formating of variables with type: longLukas Slebodnik1-1/+1
2013-09-09krb5_child: Simplify ccache creationSimo Sorce1-387/+87
2013-08-27KRB5: Add support for KEYRING cache typeStephen Gallagher1-0/+49
2013-08-27KRB5: Remove unnecessary call to become_user()Stephen Gallagher1-6/+0
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher1-8/+8
2013-08-19KRB5: Do not log to syslog on each loginJakub Hrozek1-1/+3
2013-08-19KRB5: Formatting changesJakub Hrozek1-4/+4
2013-08-11ldap, krb5: More descriptive msg on chpass failure.Michal Zidek1-0/+15
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik1-2/+1
2013-07-22Remove unused memory context from function unpack_authtokLukas Slebodnik1-3/+3
2013-07-17print hint about password complexity when new password is rejectedPavel Březina1-1/+7
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik1-47/+2
2013-07-10KRB5_CHILD: Fix handling of get_password return codeOndrej Kos1-4/+10
2013-06-26Do not switch to credentials everytime.Lukas Slebodnik1-4/+69
2013-06-26Every time return directory for krb5 cache collection.Lukas Slebodnik1-3/+60
2013-06-25krb5: do not send pac for IPA users from the local domainSumit Bose1-7/+7
2013-06-25Revert "Always send the PAC to the PAC responder"Sumit Bose1-18/+20
2013-06-17Set default realm for enterprise principalsSumit Bose1-0/+12
2013-06-17Use principal from the ticket to find validation entrySumit Bose1-1/+1
2013-06-14KRB: Handle preauthentication error correctlyOndrej Kos1-1/+3
2013-06-06Always send the PAC to the PAC responderSumit Bose1-20/+18
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+3
2013-04-22Allow usage of enterprise principalsSumit Bose1-3/+11
2013-04-03Check for correct variable nameJakub Hrozek1-4/+0
2013-04-03krb5 child: Use the correct type when processing OTPJakub Hrozek1-1/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-14/+14
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-1/+1
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum1-0/+223
2013-03-04Cleanup error message handling for krb5 childSimo Sorce1-229/+160
2013-03-04krb5_child: fix value type and initializationOndrej Kos1-1/+2
2013-02-28Refactor krb5 childSimo Sorce1-288/+210
2013-02-28krb5_child style fixSimo Sorce1-11/+11
2013-01-10Change pam data auth tokens.Simo Sorce1-71/+77
2012-11-19Disable canonicalization during password changesSumit Bose1-2/+43
2012-11-19Just use the service name with krb5_get_init_creds_password()Sumit Bose1-24/+2
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek1-104/+18
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-26krb5_child: send back the client principalSumit Bose1-5/+24
2012-10-26krb5_child: send PAC to PAC responderSumit Bose1-1/+139
2012-10-26krb5_auth: send different_realm flag to krb5_childSumit Bose1-0/+4
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek1-1/+1
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek1-1/+24
2012-10-12Two fixes to child processesJakub Hrozek1-2/+0
2012-10-10Add more info about ticket validationOndrej Kos1-0/+8
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos1-1/+1