summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* heimdal: use sss_krb5_princ_realm to access realmRambaldi2012-07-091-4/+11
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-061-21/+0
* KRB5: Some logging enhancements for krb5_childStephen Gallagher2012-07-061-6/+13
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-151-0/+8
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-141-45/+40
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-141-30/+198
* Provide more debugging in krb5_child and ldap_childJakub Hrozek2012-06-141-13/+65
* Two small krb5_child fixesJakub Hrozek2012-06-141-3/+10
* added DEBUG messages to krb5_child and ldap_childNick Guay2012-05-311-3/+12
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-071-0/+21
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-071-1/+3
* If canon'ing principals, write ccache with updated default principalStef Walter2012-05-041-2/+6
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-30/+21
* Clean up log messages about keytab_nameStephen Gallagher2012-04-051-2/+4
* krb5_child: set debugging soonerJakub Hrozek2012-03-061-12/+18
* KRB5: Add syslog messages for Kerberos failuresStephen Gallagher2012-01-311-0/+1
* Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2011-12-221-4/+6
* Securely set umask when using mkstempStephen Gallagher2011-12-191-0/+3
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1