Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-08 | Detect cycle in the fail over on subsequent resolve requests only | Jakub Hrozek | 5 | -23/+28 | |
2012-03-06 | krb5_child: set debugging sooner | Jakub Hrozek | 2 | -23/+35 | |
2012-03-06 | Only do one cycle when resolving a server | Jakub Hrozek | 7 | -37/+105 | |
https://fedorahosted.org/sssd/ticket/1214 | |||||
2012-03-05 | Use proper errno code | Jakub Hrozek | 1 | -1/+1 | |
2012-03-05 | DP: Reorganize memory hierarchy of requests | Stephen Gallagher | 1 | -24/+108 | |
This function alters the memory hierarchy of the be_req to ensure memory safety during shutdown. It creates a spy on the be_cli object so that it will free the be_req if the client is freed. It is generally allocated atop the private data context for the appropriate back-end against which it is being filed. https://fedorahosted.org/sssd/ticket/1226 | |||||
2012-03-05 | IPA: Fix segfault with srchost functionality enabled | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1215 | |||||
2012-03-01 | IPA: Set the DNS discovery domain to match ipa_domain | Stephen Gallagher | 5 | -8/+17 | |
https://fedorahosted.org/sssd/ticket/1217 | |||||
2012-02-29 | Keep sysdb context in domain info struct | Sumit Bose | 1 | -8/+2 | |
2012-02-27 | PAM: Don't send PAM_SYSTEM_INFO message if module unset | Stephen Gallagher | 1 | -7/+3 | |
We now have a session module that is only available for the IPA provider. We should not be logging noisily that other providers do not have the session provider configured. https://fedorahosted.org/sssd/ticket/1211 | |||||
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-26 | SSH: Save SSH host name aliases | Jan Cholasta | 2 | -30/+11 | |
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 | 3 | -3/+28 | |
https://fedorahosted.org/sssd/ticket/1136 | |||||
2012-02-24 | IPA hosts refactoring | Jan Zeleny | 16 | -154/+132 | |
2012-02-24 | LDAP: Only use paging control on requests for multiple entries | Stephen Gallagher | 16 | -40/+100 | |
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 | 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 | |