summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* Fix krb5 changepw when FAST-only preauth methods are used (like OTP)Nathaniel McCallum2014-03-101-34/+6
* krb5: fix warning may be used uninitializedLukas Slebodnik2014-01-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: 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
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+3
* Allow usage of enterprise principalsSumit Bose2013-04-221-3/+11
* Check for correct variable nameJakub Hrozek2013-04-031-4/+0
* krb5 child: Use the correct type when processing OTPJakub Hrozek2013-04-031-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-14/+14
* Reusing create_pam_data() on the other places.Lukas Slebodnik2013-04-021-1/+1
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-081-0/+223
* Cleanup error message handling for krb5 childSimo Sorce2013-03-041-229/+160
* krb5_child: fix value type and initializationOndrej Kos2013-03-041-1/+2
* Refactor krb5 childSimo Sorce2013-02-281-288/+210
* krb5_child style fixSimo Sorce2013-02-281-11/+11
* Change pam data auth tokens.Simo Sorce2013-01-101-71/+77
* Disable canonicalization during password changesSumit Bose2012-11-191-2/+43
* Just use the service name with krb5_get_init_creds_password()Sumit Bose2012-11-191-24/+2
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-121-104/+18
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* krb5_child: send back the client principalSumit Bose2012-10-261-5/+24
* krb5_child: send PAC to PAC responderSumit Bose2012-10-261-1/+139
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-10-261-0/+4
* Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2012-10-121-1/+1
* Collect krb5 trace on high debug levelsJakub Hrozek2012-10-121-1/+24