Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-11 | krb5: include backwards compatible declaration of krb5_trace_info | Jakub Hrozek | 1 | -1/+1 | |
krb5-1.10 used to include "struct krb5_trace_info", now krb5-1.11 includes a "krb5_trace_info" typedefed from "struct _krb5_trace_info". Do the same in the SSSD to allow compiling with both 1.10 and 1.11. | |||||
2012-10-26 | Add replacement for krb5_find_authdata() | Sumit Bose | 1 | -0/+1 | |
krb5_find_authdata() is only available in MIT Kerberos 1.10 or higher. To allow sssd to be compiled on platform with lower version of MIT Kerberos a replacement call is added. Please note that on those platform the replacement call will only return an error. If the krb5_find_authdata functionality is really needed on those platform it must be implemented by a different patch. | |||||
2012-10-12 | Only call krb5_set_trace_callback on platforms that support it | Jakub Hrozek | 1 | -0/+1 | |
2012-07-09 | heimdal: fix compile error in krb5-child-test | Rambaldi | 1 | -0/+1 | |
2012-06-15 | KRB5: Auto-detect DIR cache support in configure | Stephen Gallagher | 1 | -1/+3 | |
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-05-07 | Kerberos locator: Include the correct krb5.h header file | Jakub Hrozek | 1 | -2/+13 | |
https://fedorahosted.org/sssd/ticket/1325 | |||||
2011-12-22 | Add compatibility layer for Heimdal Kerberos implementation | Stephen Gallagher | 1 | -1/+9 | |
2011-11-02 | Add wrapper for krb5_get_init_creds_opt_set_canonicalize | Jan Zeleny | 1 | -0/+1 | |
2011-05-05 | Added some kerberos functions for building on RHEL5 | Jan Zeleny | 1 | -1/+2 | |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 1 | -1/+3 | |
2010-09-23 | Use new MIT krb5 API for better password expiration warnings | Sumit Bose | 1 | -1/+2 | |
2010-05-21 | Remove bash-isms from configure macros | Petter Reinholdtsen | 1 | -1/+1 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+62 | |
Also update BUILD.txt |