Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-06 | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 7 | -1/+191 | |
https://fedorahosted.org/sssd/ticket/1019 | |||||
2012-02-06 | Session target in IPA provider | Jan Zeleny | 10 | -0/+1166 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 2 | -1/+20 | |
2012-02-06 | Delete unused structure in IPA access code | Jan Zeleny | 1 | -7/+0 | |
2012-02-06 | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 6 | -469/+535 | |
2012-02-06 | Renamed some sysdb constants for their wider usage | Jan Zeleny | 2 | -6/+6 | |
2012-02-06 | Make password migration code use the IPA config retrieval code | Jan Zeleny | 1 | -57/+14 | |
2012-02-06 | Add support for generic IPA config retrieval | Jan Zeleny | 2 | -0/+208 | |
2012-02-06 | Fixed minor memory-hierarchy-related issue in IPA HBAC | Jan Zeleny | 1 | -1/+2 | |
2012-02-06 | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 9 | -116/+364 | |
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 | 10 | -2/+1370 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -0/+1 | |
2012-02-05 | AUTOFS: Data Provider request | Jakub Hrozek | 3 | -30/+315 | |
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 | 16 | -39/+33 | |
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 | 9 | -5/+95 | |
https://fedorahosted.org/sssd/ticket/1152 | |||||
2012-02-01 | Fixed wrong position of ldap_service_search_base | Jan Zeleny | 1 | -1/+1 | |
The wrong position in configuration directive array caused problems in IPA provider, which tried to fetch another value instead of the services lookup base. | |||||
2012-01-31 | KRB5: Add syslog messages for Kerberos failures | Stephen Gallagher | 2 | -0/+9 | |
https://fedorahosted.org/sssd/ticket/1137 | |||||
2012-01-31 | IPA: Add support for services lookups (non-enum) | Stephen Gallagher | 2 | -1/+41 | |
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-31 | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 1 | -0/+2 | |
2012-01-30 | docs: Use absolute srcdir path | Jakub Hrozek | 1 | -1/+1 | |
Building docs only worked in parallel builds. This patch uses abs_top_srcdir to make building documentation work in both parallel and in-tree builds. | |||||
2012-01-27 | SUDO Integration - prepare data provider for new responder commands | Pavel Březina | 6 | -199/+286 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | Use the new SUDO request in DP and sudo responder | Jakub Hrozek | 1 | -19/+48 | |
Also remove the old request implementation https://fedorahosted.org/sssd/ticket/1115 | |||||
2012-01-27 | SUDO: Provide a sudo DP request based on the internal_req | Jakub Hrozek | 1 | -0/+1 | |
2012-01-27 | PROXY: add support for enumerating services | Stephen Gallagher | 4 | -0/+226 | |
2012-01-27 | PROXY: add support for service lookups (non-enumeration) | Stephen Gallagher | 4 | -0/+273 | |
2012-01-27 | DP: Add support for services in dp requests | Stephen Gallagher | 1 | -0/+1 | |
2012-01-27 | DP: Handle parsing extra results in be_get_account_info | Stephen Gallagher | 2 | -33/+70 | |
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 | 5 | -5/+12 | |
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 | 8 | -1/+348 | |
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 | 4 | -9/+8 | |
2012-01-17 | IPA: Detect nsupdate support for the realm directive | Stephen Gallagher | 1 | -14/+40 | |
For older platforms, do not add the 'realm' line in the update message | |||||
2012-01-17 | Raise the debug level of two very noisy statements | Stephen Gallagher | 1 | -2/+3 | |
2012-01-14 | Support multiple search bases in HBAC | Jan Zeleny | 5 | -39/+176 | |
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 | |
2012-01-06 | IPA netgroups: Do not reuse loop iterator variable | Jakub Hrozek | 1 | -3/+3 | |
2012-01-06 | Do not call krb5_child when changing passwords and provider went offline | Jakub Hrozek | 1 | -1/+11 | |
https://fedorahosted.org/sssd/ticket/1131 | |||||
2012-01-06 | HBAC: create empty groups with one NULL element | Jakub Hrozek | 1 | -16/+15 | |
https://fedorahosted.org/sssd/ticket/1130 | |||||
2011-12-22 | Add compatibility layer for Heimdal Kerberos implementation | Stephen Gallagher | 3 | -8/+17 | |
2011-12-21 | Honor case sensitive flag when creating the ccname template | Jakub Hrozek | 3 | -5/+17 | |
2011-12-20 | Save original memberof, not memberof | Jakub Hrozek | 1 | -4/+16 | |
2011-12-20 | Failover: Introduce a per-service timeout | Jakub Hrozek | 3 | -5/+66 | |
https://fedorahosted.org/sssd/ticket/976 |