summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Two fixes to child processesJakub Hrozek2012-10-121-2/+0
* Add more info about ticket validationOndrej Kos2012-10-101-0/+8
* Log possibly non-randomizable ccache file templateOndrej Kos2012-10-041-1/+1
* KRB5 child: handle more error codes gracefullyJakub Hrozek2012-09-201-31/+26
* KRB5 child: Don't return System Error on empty passwordJakub Hrozek2012-09-201-0/+4
* KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek2012-09-101-19/+32
* Use new debug levels in validate_tgt()Sumit Bose2012-08-241-13/+16
* Fix fallback in validate_tgt()Sumit Bose2012-08-241-8/+20
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-3/+3
* Print based on pointer contents not addressJakub Hrozek2012-07-101-1/+3