summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_child_handler.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-23krb5: do not expand enterprise principals is offlineSumit Bose1-1/+1
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik1-1/+1
2013-07-23KRB5: Do not send PAC in server modeJakub Hrozek1-5/+11
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik1-2/+2
2013-07-17SIGCHLD handler: do not call callback when pvt data where freedPavel Březina1-1/+1
2013-06-25krb5: do not use enterprise principals for renewalsSumit Bose1-1/+6
2013-06-25krb5: do not send pac for IPA users from the local domainSumit Bose1-3/+9
2013-06-24Fix typo in pack_authtok()Sumit Bose1-1/+1
2013-04-22Allow usage of enterprise principalsSumit Bose1-1/+5
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