Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
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. | |||||
2011-12-08 | LDAP: Fix missing break statements in force_tls | Stephen Gallagher | 1 | -6/+12 | |
Also add a default case to protect against bad input | |||||
2011-12-08 | LDAP provider: Error while setting the nocanon option should not be fatal | Jakub Hrozek | 1 | -3/+9 | |
https://fedorahosted.org/sssd/ticket/1100 | |||||
2011-12-08 | Add ldap_sasl_minssf option | Jan Zeleny | 8 | -1/+24 | |
https://fedorahosted.org/sssd/ticket/1075 | |||||
2011-12-08 | Fixed incorrect return code in PAM client | Jan Zeleny | 1 | -1/+1 | |
The original return code when SSSD was not running was system_err, now it is authinfo_unavail. https://fedorahosted.org/sssd/ticket/1011 |