Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-28 | Add terminator for sdap_attr_map | Stephen Gallagher | 2 | -14/+31 | |
2012-03-28 | Add terminator for dp_option | Stephen Gallagher | 1 | -1/+2 | |
2012-03-28 | Put dp_option maps in their own file | Stephen Gallagher | 2 | -279/+314 | |
There is no functional change due to this patch. | |||||
2012-03-26 | LDAP: Fix memory leaks in synchronous_tls_setup | Stephen Gallagher | 1 | -8/+10 | |
We were never freeing "result" if it was allocated by ldap_result(). We were also not freeing "errmsg" if it was allocated but ldap_parse_result() returned an error. Also disambiguate error messages from ldap_parse_result() and error messages from sss_ldap_get_diagnostic_msg() since they use differing memory-management functions. | |||||
2012-03-26 | LDAP services: Keep the protocol around | Jakub Hrozek | 1 | -0/+1 | |
2012-03-21 | LDAP: Add better error logging when ldap_result() fails | Stephen Gallagher | 1 | -1/+3 | |
2012-03-16 | LDAP: Errors retrieving the RootDSE should not be fatal | Stephen Gallagher | 1 | -15/+8 | |
If we can't reach the RootDSE, let's just proceed as if it's unavailable with reasonable defaults. If we fail later on, that's fine. Fixes https://fedorahosted.org/sssd/ticket/1257 | |||||
2012-03-16 | Fix uninitialized variable | Jakub Hrozek | 1 | -1/+1 | |
2012-03-14 | LDAP: Add AD 2008r2 schema | Stephen Gallagher | 1 | -2/+49 | |
https://fedorahosted.org/sssd/ticket/1031 | |||||
2012-03-09 | Missing debug message if sdap_sudo_refresh_set_timer fails | Pavel Březina | 1 | -1/+5 | |
https://fedorahosted.org/sssd/ticket/1238 | |||||
2012-03-09 | LDAP: Make sdap_access_send/recv public | Stephen Gallagher | 2 | -12/+17 | |
We want to consume this in the IPA provider. | |||||
2012-03-08 | Fix nested groups processing | Jakub Hrozek | 1 | -26/+60 | |
Instead of keeping the number of parent groups in "state" and having to reset the count when moving to another group on the same level, keep track of the all groups on a particular level along with their parents and parent count. | |||||
2012-03-08 | Detect cycle in the fail over on subsequent resolve requests only | Jakub Hrozek | 2 | -3/+6 | |
2012-03-06 | krb5_child: set debugging sooner | Jakub Hrozek | 1 | -11/+17 | |
2012-03-06 | Only do one cycle when resolving a server | Jakub Hrozek | 2 | -9/+9 | |
https://fedorahosted.org/sssd/ticket/1214 | |||||
2012-03-05 | Use proper errno code | Jakub Hrozek | 1 | -1/+1 | |
2012-03-01 | IPA: Set the DNS discovery domain to match ipa_domain | Stephen Gallagher | 1 | -1/+2 | |
https://fedorahosted.org/sssd/ticket/1217 | |||||
2012-02-26 | LDAP: Remove unnecessary filter sanitize | Stephen Gallagher | 1 | -11/+5 | |
The orig_dn here isn't being passed to a filter and therefore must not be santized, as the sanitization process would break DNs that contain (among other things) parentheses. | |||||
2012-02-24 | Modifications to simplify list_missing_attrs | Jan Zeleny | 8 | -44/+21 | |
2012-02-24 | Delete missing attributes from netgroups to be stored | Jan Zeleny | 1 | -1/+26 | |
https://fedorahosted.org/sssd/ticket/1136 | |||||
2012-02-24 | IPA hosts refactoring | Jan Zeleny | 1 | -2/+0 | |
2012-02-24 | LDAP: Only use paging control on requests for multiple entries | Stephen Gallagher | 10 | -25/+79 | |
The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one | |||||
2012-02-23 | AUTOFS: Search all search bases for automounter map entries | Jakub Hrozek | 1 | -18/+86 | |
https://fedorahosted.org/sssd/ticket/1168 | |||||
2012-02-23 | LDAP: Properly assign orig_dn | Stephen Gallagher | 1 | -0/+1 | |
This was only used for properly identifying debug messages. | |||||
2012-02-23 | IPA: Add ipa_parse_search_base() | Stephen Gallagher | 2 | -10/+28 | |
Previously, we were using sdap_parse_search_base() for setting up the search_base objects for use in IPA. However, this was generating unfriendly log messages about unknown search base types. This patch creates a new common_parse_search_base() routine that can be used with either LDAP or IPA providers. https://fedorahosted.org/sssd/ticket/1151 | |||||
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -1/+1 | |
2012-02-21 | End request if ldap_parse_result fails | Jakub Hrozek | 1 | -0/+3 | |
2012-02-17 | LDAP: Ignore group member users that do not have name attributes | Stephen Gallagher | 1 | -2/+2 | |
Instead of failing the group lookup, just skip them. This was impacting some users of ActiveDirectory where not all users had the appropriate attributes. https://fedorahosted.org/sssd/ticket/1169 | |||||
2012-02-17 | Redesign purging of the sudo cache | Pavel Březina | 1 | -19/+55 | |
https://fedorahosted.org/sssd/ticket/1173 | |||||
2012-02-14 | Fix memory hierarchy when processing nested group memberships | Jakub Hrozek | 4 | -11/+14 | |
https://fedorahosted.org/sssd/ticket/1186 | |||||
2012-02-13 | Fix uninitialized in_transaction | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12521 and #12491 | |||||
2012-02-13 | Add missing breaks to switch statements | Stephen Gallagher | 2 | -0/+2 | |
Coverity #12525 and #12524 | |||||
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 1 | -0/+3 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 3 | -4/+23 | |
2012-02-06 | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 5 | -0/+189 | |
https://fedorahosted.org/sssd/ticket/1019 | |||||
2012-02-06 | Session target in IPA provider | Jan Zeleny | 1 | -0/+1 | |
2012-02-05 | Do not call sudo functions if built without-sudo | Jakub Hrozek | 2 | -7/+7 | |
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 8 | -1/+1344 | |
2012-02-04 | Move BUILD_SUDO outside the generic LDAP source files | Jakub Hrozek | 5 | -95/+127 | |
Avoid #ifdefs in the general part of the code | |||||
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 6 | -13/+10 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-02-04 | LDAP: Fix incorrect search timeouts | Stephen Gallagher | 2 | -2/+2 | |
2012-02-04 | LDAP: Do not fail if RootDSE check cannot determine search bases | Stephen Gallagher | 8 | -5/+88 | |
https://fedorahosted.org/sssd/ticket/1152 | |||||
2012-01-31 | KRB5: Add syslog messages for Kerberos failures | Stephen Gallagher | 1 | -0/+8 | |
https://fedorahosted.org/sssd/ticket/1137 | |||||
2012-01-31 | LDAP: Add enumeration support for services | Stephen Gallagher | 7 | -3/+215 | |
2012-01-31 | LDAP: Add support for service lookups (non-enum) | Stephen Gallagher | 8 | -0/+891 | |
2012-01-27 | SUDO Integration - prepare data provider for new responder commands | Pavel Březina | 3 | -134/+189 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
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. | |||||
2012-01-18 | LDAP: Add option to disable paging control | Stephen Gallagher | 3 | -3/+9 | |
Fixes https://fedorahosted.org/sssd/ticket/967 | |||||
2012-01-18 | Do not use sudo symbols in LDAP provider unconditionally | Jakub Hrozek | 1 | -0/+2 | |
2012-01-17 | SUDO Integration - periodical update of rules in data provider | Pavel Březina | 6 | -0/+345 | |
https://fedorahosted.org/sssd/ticket/1110 Adds new configuration options: - ldap_sudo_refresh_enabled - enable/disable periodical updates - ldap_sudo_refresh_timeout - rules timeout (refresh period) |