summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_child_handler.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-4/+4
2013-03-13Fix initialization of multiple variablesOndrej Kos1-2/+2
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum1-0/+7
2013-01-10Change pam data auth tokens.Simo Sorce1-10/+49
2012-10-26krb5_child: send back the client principalSumit Bose1-0/+16
2012-10-26krb5_auth: send different_realm flag to krb5_childSumit Bose1-1/+4
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-07-09Fix uninitialized memcpy errorStephen Gallagher1-0/+2
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek1-0/+132
2012-06-14Allow redefining the KRB5_CHILD pathJakub Hrozek1-3/+7
2011-12-19Move child_common routines to utilStephen Gallagher1-1/+1
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-0/+2
2010-12-03Send authtok_type to krb5_childSumit Bose1-2/+4
2010-11-04Make handle_child_* request publicSumit Bose1-0/+409