Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
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 | |||||
2011-12-08 | Added sssd --version option | Pavel Březina | 3 | -2/+31 | |
https://fedorahosted.org/sssd/ticket/953 | |||||
2011-12-07 | Always attempt to connect in sdap_async_sys_connect_done | Jakub Hrozek | 1 | -18/+6 | |
This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad | |||||
2011-12-07 | Pass the correct private data into Data Provider callback | Jakub Hrozek | 1 | -1/+1 | |
2011-12-05 | Ignore NULL-terminator when checking UTF8-validity | Stephen Gallagher | 2 | -4/+4 | |
Glib fails if the NULL-terminator is included when a length is specified. | |||||
2011-12-05 | Fixed an error in macro for merging double linked lists | Jan Zeleny | 1 | -1/+1 | |
2011-12-05 | Allow using Glib for UTF8 support | Stephen Gallagher | 6 | -42/+206 | |
2011-11-30 | Use dereference during IPA provider initgroups | Jakub Hrozek | 1 | -40/+149 | |
https://fedorahosted.org/sssd/ticket/1099 | |||||
2011-11-29 | Fix two small bugs in group dereferencing | Jakub Hrozek | 1 | -2/+5 | |