Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder pidfile() function to guarantee NULL-termination | Stephen Gallagher | 2011-12-19 | 1 | -3/+3 |
| | | | | Coverity 12400 | ||||
* | Deleted declaration of nss_get_dom() | Jan Zeleny | 2011-12-19 | 1 | -4/+0 |
| | | | | | This function has been renamed to responder_get_domain() but this declaration hasn't been deleted. | ||||
* | Move child_common routines to util | Stephen Gallagher | 2011-12-19 | 14 | -13/+13 |
| | |||||
* | Add common SIGCHLD handling for providers. | Pavel Zuna | 2011-12-19 | 4 | -6/+260 |
| | |||||
* | Pass client context to sss_dp_get_account_send | Jakub Hrozek | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Use of uninitialized value in sss_ldap_dn_in_search_bases | Pavel Březina | 2011-12-16 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1112 | ||||
* | DP: Remove processed callbacks | Jakub Hrozek | 2011-12-16 | 1 | -3/+5 |
| | |||||
* | Logically dead code in sdap_nested_group_lookup_group | Pavel Březina | 2011-12-16 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1113 | ||||
* | SUDO Integration - pseudo client for testing | Pavel Březina | 2011-12-16 | 1 | -0/+167 |
| | |||||
* | SUDO Integration - API for sudo | Pavel Březina | 2011-12-16 | 4 | -0/+553 |
| | |||||
* | SUDO Integration - responder - get sudo rules logic | Jakub Hrozek | 2011-12-16 | 1 | -2/+444 |
| | |||||
* | SUDO Integration - responder | Pavel Březina | 2011-12-16 | 9 | -1/+1048 |
| | |||||
* | SUDO integration - LDAP provider | Pavel Březina | 2011-12-16 | 4 | -0/+657 |
| | |||||
* | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 2011-12-16 | 2 | -0/+125 |
| | |||||
* | SUDO Integration - LDAP configuration options | Pavel Březina | 2011-12-16 | 6 | -3/+150 |
| | |||||
* | SUDO integration - data provider backend handler | Pavel Březina | 2011-12-16 | 4 | -0/+166 |
| | |||||
* | SUDO Integration - sysdb interface | Jakub Hrozek | 2011-12-16 | 2 | -0/+402 |
| | |||||
* | SUDO integration - client common interface | Pavel Březina | 2011-12-16 | 2 | -0/+24 |
| | |||||
* | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 2011-12-16 | 4 | -30/+34 |
| | | | | It will be reused later in the sudo responder | ||||
* | Use the case sensitivity flag in the proxy provider | Jakub Hrozek | 2011-12-16 | 3 | -153/+181 |
| | |||||
* | Use the case sensitivity flag in the simple access provider | Jakub Hrozek | 2011-12-16 | 2 | -4/+45 |
| | |||||
* | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 2011-12-16 | 8 | -15/+64 |
| | |||||
* | sysdb_get_real_name helper function | Jakub Hrozek | 2011-12-16 | 2 | -0/+50 |
| | |||||
* | Refactor saving sdap entities | Jakub Hrozek | 2011-12-16 | 5 | -179/+146 |
| | | | | | There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones. | ||||
* | Use the case sensitivity flag in responders | Jakub Hrozek | 2011-12-16 | 12 | -46/+195 |
| | |||||
* | Canonicalize username in PAM provider | Jakub Hrozek | 2011-12-16 | 1 | -0/+27 |
| | |||||
* | Responders: Split getting domain by name into separate function | Jakub Hrozek | 2011-12-16 | 5 | -22/+21 |
| | |||||
* | sss_utf8_tolower utility function+unit tests | Jakub Hrozek | 2011-12-16 | 6 | -0/+219 |
| | |||||
* | Support search bases in netgroup members translation | Pavel Březina | 2011-12-14 | 1 | -1/+11 |
| | |||||
* | Support search bases in RFC2307bis enumeration | Pavel Březina | 2011-12-14 | 2 | -10/+152 |
| | | | | https://fedorahosted.org/sssd/ticket/960 | ||||
* | Added sss_ldap_dn_in_search_bases() | Pavel Březina | 2011-12-14 | 2 | -0/+132 |
| | |||||
* | Cancel ping_check if service goes away | Jakub Hrozek | 2011-12-13 | 1 | -1/+14 |
| | | | | https://fedorahosted.org/sssd/ticket/1090 | ||||
* | Fix typo in IPA SSSDConfig file | Stephen Gallagher | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Add sdap_connection_expire_timeout option | Stephen Gallagher | 2011-12-12 | 9 | -3/+39 |
| | | | | https://fedorahosted.org/sssd/ticket/1036 | ||||
* | Fix uninitialized value error in ipa_netgroups.c | Stephen Gallagher | 2011-12-12 | 1 | -0/+1 |
| | | | | | | | DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382 | ||||
* | Fix potential resource leak in backup_file.c | Stephen Gallagher | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | Fixed IPA netgroup processing | Jan Zeleny | 2011-12-09 | 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. | ||||
* | Ignore NULL-terminator when checking UTF8-validity for netgroups | Stephen Gallagher | 2011-12-08 | 1 | -1/+1 |
| | | | | Glib fails if the NULL-terminator is included when a length is specified. | ||||
* | LDAP: Fix missing break statements in force_tls | Stephen Gallagher | 2011-12-08 | 1 | -6/+12 |
| | | | | Also add a default case to protect against bad input | ||||
* | LDAP provider: Error while setting the nocanon option should not be fatal | Jakub Hrozek | 2011-12-08 | 1 | -3/+9 |
| | | | | https://fedorahosted.org/sssd/ticket/1100 | ||||
* | Add ldap_sasl_minssf option | Jan Zeleny | 2011-12-08 | 8 | -1/+24 |
| | | | | https://fedorahosted.org/sssd/ticket/1075 | ||||
* | Fixed incorrect return code in PAM client | Jan Zeleny | 2011-12-08 | 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 | ||||
* | Added sssd --version option | Pavel Březina | 2011-12-08 | 3 | -2/+31 |
| | | | | https://fedorahosted.org/sssd/ticket/953 | ||||
* | Always attempt to connect in sdap_async_sys_connect_done | Jakub Hrozek | 2011-12-07 | 1 | -18/+6 |
| | | | | This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad | ||||
* | Pass the correct private data into Data Provider callback | Jakub Hrozek | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | Ignore NULL-terminator when checking UTF8-validity | Stephen Gallagher | 2011-12-05 | 2 | -4/+4 |
| | | | | | Glib fails if the NULL-terminator is included when a length is specified. | ||||
* | Fixed an error in macro for merging double linked lists | Jan Zeleny | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Allow using Glib for UTF8 support | Stephen Gallagher | 2011-12-05 | 6 | -42/+206 |
| | |||||
* | Use dereference during IPA provider initgroups | Jakub Hrozek | 2011-11-30 | 1 | -40/+149 |
| | | | | https://fedorahosted.org/sssd/ticket/1099 | ||||
* | Fix two small bugs in group dereferencing | Jakub Hrozek | 2011-11-29 | 1 | -2/+5 |
| |