Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 6 | -6/+241 | |
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 | 37 | -9287/+16984 | |
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 | 14 | -13/+13 | |
2011-12-19 | Add common SIGCHLD handling for providers. | Pavel Zuna | 4 | -6/+260 | |
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 | 1 | -0/+167 | |
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 | 9 | -1/+1048 | |
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 | 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 | 2 | -0/+402 | |
2011-12-16 | SUDO integration - client common interface | Pavel Březina | 2 | -0/+24 | |
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 | 6 | -0/+219 | |
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 | Add sdap_connection_expire_timeout option | Stephen Gallagher | 9 | -3/+39 | |
https://fedorahosted.org/sssd/ticket/1036 | |||||
2011-12-12 | Fix uninitialized value error in ipa_netgroups.c | Stephen Gallagher | 1 | -0/+1 | |
DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382 | |||||
2011-12-09 | Fix potential resource leak in backup_file.c | Stephen Gallagher | 1 | -1/+1 | |
2011-12-09 | Fixed IPA netgroup processing | Jan Zeleny | 3 | -2/+7 | |
In case IPA netgroup had indirect member hosts, they wouldn't be detected. This patch also modifies debug messages for easier debugging in the future. | |||||
2011-12-08 | Ignore NULL-terminator when checking UTF8-validity for netgroups | Stephen Gallagher | 1 | -1/+1 | |
Glib fails if the NULL-terminator is included when a length is specified. |