Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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) | |||||
2012-01-17 | SUDO Integration - wrap data provider with tevent_req | Pavel Březina | 2 | -43/+138 | |
https://fedorahosted.org/sssd/ticket/1110 | |||||
2012-01-17 | SUDO Integration review issues | Pavel Březina | 2 | -3/+2 | |
2012-01-14 | LDAP: Copy URI instead of pointing at failover service record | Stephen Gallagher | 1 | -2/+8 | |
In a heavy load environment, sometimes the failover service record would be updated and free the URI value. We need to guarantee that this URI string remains valid throughout the entire request. https://fedorahosted.org/sssd/ticket/1139 | |||||
2012-01-14 | Log fixes for sdap_call_conn_cb | Stephen Gallagher | 1 | -1/+2 | |
2011-12-22 | Add compatibility layer for Heimdal Kerberos implementation | Stephen Gallagher | 1 | -0/+5 | |
2011-12-20 | Save original memberof, not memberof | Jakub Hrozek | 1 | -4/+16 | |
2011-12-20 | SUDO Integration - fixed memory leak in sdap_sudo_handler() | Pavel Březina | 1 | -0/+1 | |
2011-12-20 | SUDO Integration - be_sudo_req removed from sudo_ctx | Pavel Březina | 2 | -2/+0 | |
2011-12-19 | Pass sdap_id_ctx to online check from IPA provider | Jakub Hrozek | 2 | -17/+42 | |
2011-12-19 | Move child_common routines to util | Stephen Gallagher | 3 | -3/+3 | |
2011-12-16 | Logically dead code in sdap_nested_group_lookup_group | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1113 | |||||
2011-12-16 | SUDO integration - LDAP provider | Pavel Březina | 4 | -0/+657 | |
2011-12-16 | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 2 | -0/+125 | |
2011-12-16 | SUDO Integration - LDAP configuration options | Pavel Březina | 4 | -2/+110 | |
2011-12-16 | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 1 | -29/+0 | |
It will be reused later in the sudo responder | |||||
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 6 | -11/+31 | |
2011-12-16 | Refactor saving sdap entities | Jakub Hrozek | 5 | -179/+146 | |
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones. | |||||
2011-12-14 | Support search bases in netgroup members translation | Pavel Březina | 1 | -1/+11 | |
2011-12-14 | Support search bases in RFC2307bis enumeration | Pavel Březina | 1 | -10/+145 | |
https://fedorahosted.org/sssd/ticket/960 | |||||
2011-12-12 | Add sdap_connection_expire_timeout option | Stephen Gallagher | 3 | -1/+15 | |
https://fedorahosted.org/sssd/ticket/1036 | |||||
2011-12-08 | LDAP: Fix missing break statements in force_tls | Stephen Gallagher | 1 | -6/+12 | |
Also add a default case to protect against bad input | |||||
2011-12-08 | LDAP provider: Error while setting the nocanon option should not be fatal | Jakub Hrozek | 1 | -3/+9 | |
https://fedorahosted.org/sssd/ticket/1100 | |||||
2011-12-08 | Add ldap_sasl_minssf option | Jan Zeleny | 3 | -0/+19 | |
https://fedorahosted.org/sssd/ticket/1075 | |||||
2011-11-30 | Use dereference during IPA provider initgroups | Jakub Hrozek | 1 | -40/+149 | |
https://fedorahosted.org/sssd/ticket/1099 | |||||
2011-11-29 | Fix two small bugs in group dereferencing | Jakub Hrozek | 1 | -2/+5 | |
2011-11-29 | Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connections | Jakub Hrozek | 4 | -10/+42 | |
2011-11-29 | LDAP: Try next failover server on any error | Stephen Gallagher | 1 | -9/+5 | |
2011-11-25 | Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA provider | Jakub Hrozek | 2 | -2/+14 | |
This was causing a segfault during HBAC processing and any ID lookups except for netgroups | |||||
2011-11-23 | Modified sdap_parse_search_base() | Jan Zeleny | 3 | -12/+10 | |
2011-11-23 | Renamed some LDAP routines | Jan Zeleny | 6 | -41/+49 | |
These were renamed just ot make sure they are not mistook for IPA netgroup functions. | |||||
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 10 | -67/+27 | |
2011-11-18 | Prevent printing NULL in several places of LDAP provider | Jakub Hrozek | 2 | -5/+9 | |
2011-11-11 | Use one transaction instead of two during RFC2307bis group processing | Jakub Hrozek | 1 | -31/+55 | |
https://fedorahosted.org/sssd/ticket/1054 |