Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-21 | Return user and group names lowercased in case insensitive domains | Jakub Hrozek | 1 | -12/+32 | |
2011-12-21 | sss_get_cased_name utility function | Jakub Hrozek | 5 | -11/+24 | |
2011-12-20 | Bump version to 1.8.0 | Stephen Gallagher | 1 | -1/+1 | |
2011-12-20 | Save original memberof, not memberof | Jakub Hrozek | 1 | -4/+16 | |
2011-12-20 | Failover: Introduce a per-service timeout | Jakub Hrozek | 4 | -5/+67 | |
https://fedorahosted.org/sssd/ticket/976 | |||||
2011-12-20 | Do not touch resolve_service_state in fo_resolve_service_done | Jakub Hrozek | 1 | -14/+11 | |
2011-12-20 | Resolver: Introduce a per-request timeout | Jakub Hrozek | 1 | -30/+199 | |
2011-12-20 | PAM: make initgroups timeout work across multiple clients | Stephen Gallagher | 7 | -6/+243 | |
Instead of timing out the initgroups lookup on a per-cctx basis, we will maintain a hash table of recently-seen users and use this instead. This will allow SSSD to handle user's logging into multiple services simultaneously more graciously, as well as playing nicer with SSH (which makes calls to PAM both before and after a fork). https://fedorahosted.org/sssd/ticket/1063 | |||||
2011-12-20 | Error out if local domain is case insensitive | Jakub Hrozek | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/1104 | |||||
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-20 | MONITOR: use sigchld handler for monitoring SSSD services | Stephen Gallagher | 1 | -177/+159 | |
2011-12-19 | Update translations for string freeze | Stephen Gallagher | 73 | -14615/+23041 | |
2011-12-19 | Pass sdap_id_ctx to online check from IPA provider | Jakub Hrozek | 5 | -18/+56 | |
2011-12-19 | Securely set umask when using mkstemp | Stephen Gallagher | 4 | -0/+18 | |
Coverity 12394, 12395, 12396, 12397 and 12398 | |||||
2011-12-19 | Reorder pidfile() function to guarantee NULL-termination | Stephen Gallagher | 1 | -3/+3 | |
Coverity 12400 | |||||
2011-12-19 | Deleted declaration of nss_get_dom() | Jan Zeleny | 1 | -4/+0 | |
This function has been renamed to responder_get_domain() but this declaration hasn't been deleted. | |||||
2011-12-19 | Move child_common routines to util | Stephen Gallagher | 15 | -20/+20 | |
2011-12-19 | Add common SIGCHLD handling for providers. | Pavel Zuna | 5 | -8/+269 | |
2011-12-19 | Pass client context to sss_dp_get_account_send | Jakub Hrozek | 1 | -1/+1 | |
2011-12-16 | Use of uninitialized value in sss_ldap_dn_in_search_bases | Pavel Březina | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1112 | |||||
2011-12-16 | DP: Remove processed callbacks | Jakub Hrozek | 1 | -3/+5 | |
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 - pseudo client for testing | Pavel Březina | 2 | -0/+182 | |
2011-12-16 | SUDO Integration - API for sudo | Pavel Březina | 4 | -0/+553 | |
2011-12-16 | SUDO Integration - responder - get sudo rules logic | Jakub Hrozek | 1 | -2/+444 | |
2011-12-16 | SUDO Integration - responder | Pavel Březina | 10 | -1/+1065 | |
2011-12-16 | SUDO integration - LDAP provider | Pavel Březina | 5 | -1/+660 | |
2011-12-16 | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 3 | -0/+129 | |
2011-12-16 | SUDO Integration - LDAP configuration options | Pavel Březina | 6 | -3/+150 | |
2011-12-16 | SUDO integration - data provider backend handler | Pavel Březina | 4 | -0/+166 | |
2011-12-16 | SUDO Integration - sysdb interface | Jakub Hrozek | 3 | -0/+406 | |
2011-12-16 | SUDO integration - client common interface | Pavel Březina | 4 | -0/+30 | |
2011-12-16 | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 4 | -30/+34 | |
It will be reused later in the sudo responder | |||||
2011-12-16 | Use the case sensitivity flag in the proxy provider | Jakub Hrozek | 3 | -153/+181 | |
2011-12-16 | Use the case sensitivity flag in the simple access provider | Jakub Hrozek | 2 | -4/+45 | |
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 8 | -15/+64 | |
2011-12-16 | sysdb_get_real_name helper function | Jakub Hrozek | 2 | -0/+50 | |
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-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 12 | -46/+195 | |
2011-12-16 | Canonicalize username in PAM provider | Jakub Hrozek | 1 | -0/+27 | |
2011-12-16 | Responders: Split getting domain by name into separate function | Jakub Hrozek | 5 | -22/+21 | |
2011-12-16 | sss_utf8_tolower utility function+unit tests | Jakub Hrozek | 7 | -1/+221 | |
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 | 2 | -10/+152 | |
https://fedorahosted.org/sssd/ticket/960 | |||||
2011-12-14 | Added sss_ldap_dn_in_search_bases() | Pavel Březina | 2 | -0/+132 | |
2011-12-13 | Cancel ping_check if service goes away | Jakub Hrozek | 1 | -1/+14 | |
https://fedorahosted.org/sssd/ticket/1090 | |||||
2011-12-13 | Fix typo in IPA SSSDConfig file | Stephen Gallagher | 1 | -1/+1 | |
2011-12-12 | Update spec file to build with Glib on RHEL 5 | Stephen Gallagher | 1 | -2/+9 | |
2011-12-12 | Add sdap_connection_expire_timeout option | Stephen Gallagher | 9 | -3/+39 | |
https://fedorahosted.org/sssd/ticket/1036 |