Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | Add domain to sysdb_search_user_by_name() | Simo Sorce | 1 | -0/+1 | |
Also remove unused sysdb_search_domuser_by_name() | |||||
2013-01-10 | Change pam data auth tokens. | Simo Sorce | 1 | -5/+1 | |
Use the new authtok abstraction and interfaces throught the code. | |||||
2012-10-26 | krb5_auth_send: check for sub-domains | Sumit Bose | 1 | -6/+0 | |
If there is an authentication request for a user from a sub-domain a temporary sysdb context is generated to allow lookups in the corresponding sub-tree in the cache. | |||||
2012-04-24 | Basic support for subdomains in auth provider | Jan Zeleny | 1 | -0/+6 | |
2012-02-06 | Make password migration code use the IPA config retrieval code | Jan Zeleny | 1 | -57/+14 | |
2011-11-29 | IPA migration fixes | Jakub Hrozek | 1 | -97/+131 | |
* use the id connection for looking up the migration flag * force TLS on the password based authentication connection https://fedorahosted.org/sssd/ticket/924 | |||||
2011-11-29 | Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connections | Jakub Hrozek | 1 | -1/+1 | |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -1/+0 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-02-28 | Use realm for basedn instead of IPA domain | Jakub Hrozek | 1 | -6/+6 | |
https://fedorahosted.org/sssd/ticket/807 | |||||
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 1 | -1/+3 | |
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 1 | -1/+1 | |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 1 | -2/+2 | |
2010-09-07 | Cleaned some dead assignments | Jan Zeleny | 1 | -1/+1 | |
Two needless assignments were deleted, two were complemented with code checking function results. Ticket: #582 | |||||
2010-06-10 | Avoid potential NULL dereference | Stephen Gallagher | 1 | -3/+5 | |
https://fedorahosted.org/sssd/ticket/506 | |||||
2010-05-16 | New version of IPA auth and password migration | Sumit Bose | 1 | -176/+328 | |
The current version modified some global structures to be able to use Kerberos and LDAP authentication during the IPA password migration. This new version only uses tevent requests. Additionally the ipaMigrationEnabled attribute is read from the IPA server to see if password migration is allowed or not. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+313 | |
Also update BUILD.txt |