summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child_handler.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-181-0/+13
* KRB5: Drop privileges in the child, not the back endJakub Hrozek2014-11-181-8/+0
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-051-36/+2
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-17/+25
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-31/+31
* krb5: hint to increase krb5_auth_timeoutPavel Reichl2014-01-221-1/+4
* FAST: when parsing krb5_child response, make sure to not miss OTP message if ...Alexander Bokovoy2014-01-091-3/+4
* krb5: Alignment warning reported by clangMichal Zidek2013-11-151-7/+7
* krb5: do not expand enterprise principals is offlineSumit Bose2013-09-231-1/+1
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-111-1/+1
* KRB5: Do not send PAC in server modeJakub Hrozek2013-07-231-5/+11
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-221-2/+2
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+1
* krb5: do not use enterprise principals for renewalsSumit Bose2013-06-251-1/+6
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-251-3/+9
* Fix typo in pack_authtok()Sumit Bose2013-06-241-1/+1
* Allow usage of enterprise principalsSumit Bose2013-04-221-1/+5
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-4/+4
* Fix initialization of multiple variablesOndrej Kos2013-03-131-2/+2
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-081-0/+7
* Change pam data auth tokens.Simo Sorce2013-01-101-10/+49
* krb5_child: send back the client principalSumit Bose2012-10-261-0/+16
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-10-261-1/+4
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* Fix uninitialized memcpy errorStephen Gallagher2012-07-091-0/+2
* Split parse_krb5_child_response so it can be reusedJakub Hrozek2012-06-141-0/+132
* Allow redefining the KRB5_CHILD pathJakub Hrozek2012-06-141-3/+7
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-031-0/+2
* Send authtok_type to krb5_childSumit Bose2010-12-031-2/+4
* Make handle_child_* request publicSumit Bose2010-11-041-0/+409