Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-14 | Split parse_krb5_child_response so it can be reused | Jakub Hrozek | 1 | -0/+132 | |
krb5-child-test will be another consumer. It also makes the code more readable by splitting a huge function. | |||||
2012-06-14 | Allow redefining the KRB5_CHILD path | Jakub Hrozek | 1 | -3/+7 | |
The krb5-child-test will want to run the child from the current directory. | |||||
2011-12-19 | Move child_common routines to util | Stephen Gallagher | 1 | -1/+1 | |
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 1 | -0/+2 | |
2010-12-03 | Send authtok_type to krb5_child | Sumit Bose | 1 | -2/+4 | |
2010-11-04 | Make handle_child_* request public | Sumit Bose | 1 | -0/+409 | |
I took the opportunity to move everything related to the handling of the krb5_child into a separate file and cleaned the interfaces and related structures a bit. |