Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-10 | Change pam data auth tokens. | Simo Sorce | 1 | -5/+8 | |
Use the new authtok abstraction and interfaces throught the code. | |||||
2012-10-29 | Include talloc log in our debug facility | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1495 | |||||
2012-10-26 | Use find_or_guess_upn() where needed | Sumit Bose | 1 | -1/+2 | |
2012-07-18 | Fixed: Uninitialized value in krb5_child-test if ccname was specified. | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1411 | |||||
2012-07-18 | Fixed: Unchecked return value from dp_opt_set_int. | Michal Zidek | 1 | -1/+5 | |
2012-07-10 | Cast uid_t to unsigned long long in DEBUG messages | Jakub Hrozek | 1 | -1/+2 | |
2012-07-09 | Add missing return value check | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12782 | |||||
2012-07-09 | Avoid NULL-dereference in error-handling | Stephen Gallagher | 1 | -1/+3 | |
Coverity #12783 | |||||
2012-07-09 | Fix uninitialized value return | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12786 | |||||
2012-07-09 | heimdal: fix compile error in krb5-child-test | Rambaldi | 1 | -0/+4 | |
2012-06-15 | KRB5: Auto-detect DIR cache support in configure | Stephen Gallagher | 1 | -0/+2 | |
We can't support the DIR cache features in systems with kerberos libraries older than 1.10. Make sure we don't build it on those systems. | |||||
2012-06-14 | Use Kerberos context in KRB5_DEBUG | Jakub Hrozek | 1 | -10/+4 | |
Passing Kerberos context to sss_krb5_get_error_message will allow us to get better error messages. | |||||
2012-06-14 | Add support for storing credential caches in the DIR: back end | Jakub Hrozek | 1 | -9/+37 | |
https://fedorahosted.org/sssd/ticket/974 | |||||
2012-06-14 | Add a credential cache back end structure | Jakub Hrozek | 1 | -28/+10 | |
To be able to add support for new credential cache types easily, this patch creates a new structure sss_krb5_cc_be that defines common operations with a credential cache, such as create, check if used or remove. | |||||
2012-06-14 | Add a krb5_child test tool | Jakub Hrozek | 1 | -0/+551 | |
https://fedorahosted.org/sssd/ticket/1127 |