summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_child.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-20KRB5 child: handle more error codes gracefullyJakub Hrozek1-31/+26
2012-09-20KRB5 child: Don't return System Error on empty passwordJakub Hrozek1-0/+4
2012-09-10KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek1-19/+32
2012-08-24Use new debug levels in validate_tgt()Sumit Bose1-13/+16
2012-08-24Fix fallback in validate_tgt()Sumit Bose1-8/+20
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-3/+3
2012-07-10Print based on pointer contents not addressJakub Hrozek1-1/+3
2012-07-09heimdal: use sss_krb5_princ_realm to access realmRambaldi1-4/+11
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter1-21/+0
2012-07-06KRB5: Some logging enhancements for krb5_childStephen Gallagher1-6/+13
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher1-0/+8
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek1-45/+40
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-30/+198
2012-06-14Provide more debugging in krb5_child and ldap_childJakub Hrozek1-13/+65
2012-06-14Two small krb5_child fixesJakub Hrozek1-3/+10
2012-05-31added DEBUG messages to krb5_child and ldap_childNick Guay1-3/+12
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter1-0/+21
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+3
2012-05-04If canon'ing principals, write ccache with updated default principalStef Walter1-2/+6
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-30/+21
2012-04-05Clean up log messages about keytab_nameStephen Gallagher1-2/+4
2012-03-06krb5_child: set debugging soonerJakub Hrozek1-12/+18
2012-01-31KRB5: Add syslog messages for Kerberos failuresStephen Gallagher1-0/+1
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher1-4/+6
2011-12-19Securely set umask when using mkstempStephen Gallagher1-0/+3
2011-12-19Move child_common routines to utilStephen Gallagher1-1/+1
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny1-0/+15
2011-09-28Multiline macro cleanupJakub Hrozek1-1/+1