Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-30 | Fix segfault when sudo is not configured. | Simo Sorce | 1 | -1/+2 | |
Sudo support is optional, when it is not configured sudorules_map is not initialized and dereferencing it will cause a segmentation fault. | |||||
2012-06-29 | ldap provider: add sudo usn value | Pavel Březina | 1 | -0/+5 | |
2012-06-13 | LDAP: Auto-detect support for the ldap match rule | Stephen Gallagher | 1 | -2/+5 | |
This patch extends the RootDSE lookup so that we will perform a second request to test whether the match rule syntax can be used. If both groups and initgroups are disabled in the configuration, this lookup request can be skipped. | |||||
2012-05-31 | Add support for filtering atributes | Jan Zeleny | 1 | -1/+19 | |
This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query. | |||||
2012-05-14 | Fixed two minor memory leaks | Jan Zeleny | 1 | -1/+4 | |
2012-05-10 | LDAP: Handle very large Active Directory groups | Stephen Gallagher | 1 | -26/+46 | |
Active Directory 2008R2 allows only 1500 group members to be retrieved in a single lookup. However, when we hit such a situation, we can take advantage of the ASQ lookups, which are not similarly limited. With this patch, we will add any members found by ASQ that were not found by the initial lookup so we will end with a complete group listing. https://fedorahosted.org/sssd/ticket/783 | |||||
2012-05-10 | LDAP: Add attr_count return value to build_attrs_from_map() | Stephen Gallagher | 1 | -5/+26 | |
This is necessary because in several places in the code, we are appending to the attrs returned from this value, and if we relied on the map size macro, we would be appending after the NULL terminator if one or more attributes were defined as NULL. | |||||
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 1 | -4/+9 | |
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 |