Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-20 | Rename label in expand_ccname_template | Jakub Hrozek | 1 | -17/+17 | |
The label was named fail but used also in success cases. | |||||
2011-05-12 | Use a temporary memory context in expand_ccname_template | Jakub Hrozek | 1 | -20/+33 | |
2011-02-22 | Check ccache file for renewable TGTs at startup | Sumit Bose | 1 | -0/+100 | |
2010-06-16 | Standardize on correct spelling of "principal" for krb5 | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/542 | |||||
2010-03-11 | Add expandable sequences to krb5_ccachedir | Sumit Bose | 1 | -5/+258 | |
As with krb5_ccname_template sequences like %u can be used in the krb5_ccachedir parameter which are expanded at runtime. If the directory does not exist, it will be created. Depending on the used sequences it is created as a public or private directory. | |||||
2010-02-19 | Remove unneeded items from struct pam_data | Sumit Bose | 1 | -4/+4 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+145 | |
Also update BUILD.txt |