Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-13 | Add missing breaks to switch statements | Stephen Gallagher | 1 | -0/+1 | |
Coverity #12525 and #12524 | |||||
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 1 | -2/+18 | |
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 1 | -1/+12 | |
2012-02-04 | LDAP: Do not fail if RootDSE check cannot determine search bases | Stephen Gallagher | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/1152 | |||||
2012-01-31 | LDAP: Add enumeration support for services | Stephen Gallagher | 1 | -0/+5 | |
2012-01-31 | LDAP: Add support for service lookups (non-enum) | Stephen Gallagher | 1 | -0/+11 | |
2012-01-23 | LDAP: Improve debugging for sdap_parse_deref | Stephen Gallagher | 1 | -4/+7 | |
Move the debug statement identifying the DN to an earlier line, so if we get a reply with no attributes, we know which entry is at fault. | |||||
2011-12-16 | SUDO Integration - LDAP configuration options | Pavel Březina | 1 | -1/+13 | |
2011-11-23 | Modified sdap_parse_search_base() | Jan Zeleny | 1 | -1/+1 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -2/+0 | |
2011-11-02 | LDAP: Add parser for multiple search bases | Stephen Gallagher | 1 | -26/+83 | |
2011-09-06 | sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string() | Pavel Březina | 1 | -14/+14 | |
https://fedorahosted.org/sssd/ticket/986 | |||||
2011-05-20 | OpenLDAP dereference searches | Jakub Hrozek | 1 | -0/+159 | |
This dereference method is supported at least by OpenLDAP and 389DS/RHDS For more details, see: http://tools.ietf.org/html/draft-masarati-ldap-deref-00 | |||||
2011-05-20 | Remove append_attrs_to_array | Jakub Hrozek | 1 | -11/+0 | |
This function was not used anywhere | |||||
2011-04-19 | Add value of the last USN to server configuration | Stephen Gallagher | 1 | -0/+15 | |
Related: https://fedorahosted.org/sssd/ticket/734 | |||||
2011-04-11 | Initialise srv_opts even if rootDSE is missing | Sumit Bose | 1 | -38/+40 | |
2011-01-31 | Remove LDAP_DEPRECATED | Sumit Bose | 1 | -1/+0 | |
2011-01-27 | Do not fail if attributes are empty | Sumit Bose | 1 | -16/+29 | |
Currently we fail if attributes are empty. But there are some use cases where requested attributes are empty. E.g Active Directory uses an empty member attribute to indicate that a subset of the members are in a range sub-attribute. | |||||
2011-01-20 | Add ldap_tls_{cert,key,cipher_suite} config options | Tyson Whitehead | 1 | -0/+27 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2010-12-14 | Fix unchecked return value in sdap_parse_entry() | Sumit Bose | 1 | -1/+5 | |
https://fedorahosted.org/sssd/ticket/712 | |||||
2010-12-14 | Fix unchecked return value in sdap_get_msg_dn() | Sumit Bose | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/712 | |||||
2010-12-07 | ldap: Use USN entries if available. | Simo Sorce | 1 | -3/+55 | |
Otherwise fallback to the default modifyTimestamp indicator | |||||
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 1 | -1/+83 | |
2010-11-15 | Fix const cast warning in build_attrs_from_map | Stephen Gallagher | 1 | -3/+3 | |
2010-11-15 | Sanitize ldap attributes in the config file | Stephen Gallagher | 1 | -2/+21 | |
https://fedorahosted.org/sssd/ticket/458 | |||||
2010-11-05 | Review comments for namingContexts patches | Sumit Bose | 1 | -5/+5 | |
2010-11-04 | Use (default)namingContext to set empty search bases | Sumit Bose | 1 | -0/+103 | |
2010-09-15 | Check if control is supported before using it. | Simo Sorce | 1 | -0/+18 | |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 1 | -18/+64 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+388 | |
Also update BUILD.txt |