Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-23 | Save errno value before calling DEBUG | Jakub Hrozek | 1 | -2/+4 | |
2012-02-23 | IPA: Add ipa_parse_search_base() | Stephen Gallagher | 3 | -19/+72 | |
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 | 4 | -8/+7 | |
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 value error in proxy provider | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12467 | |||||
2012-02-13 | Fix bad failure handling in be_sudo_handler() | Stephen Gallagher | 1 | -13/+13 | |
If the dbus_message_get_args() failed, we would have been dereferencing a NULL be_req. Coverity #12490 | |||||
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-13 | Remove dead code | Stephen Gallagher | 1 | -9/+0 | |
Coverity #12529 | |||||
2012-02-10 | Fixed issue with netgroup update in IPA provider | Jan Zeleny | 1 | -24/+34 | |
This issue led to a netgroup with one triple (-,-,domain) when it contained no triples on the IPA server. | |||||
2012-02-10 | Use curly braces in pkgconfig metadata file | Sumit Bose | 1 | -1/+1 | |
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 6 | -28/+195 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 2 | -0/+6 | |
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 9 | -5/+444 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 3 | -1/+197 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 4 | -5/+25 | |
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 | |