Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add better tests for sdap_attr compability | Stephen Gallagher | 2012-03-28 | 3 | -0/+69 | |
| | ||||||
* | Add terminator for sdap_attr_map | Stephen Gallagher | 2012-03-28 | 3 | -22/+49 | |
| | ||||||
* | Add better dp_option tests | Stephen Gallagher | 2012-03-28 | 3 | -0/+49 | |
| | ||||||
* | Add terminator for dp_option | Stephen Gallagher | 2012-03-28 | 4 | -5/+12 | |
| | ||||||
* | Put dp_option maps in their own file | Stephen Gallagher | 2012-03-28 | 6 | -512/+610 | |
| | | | | There is no functional change due to this patch. | |||||
* | Silence Coverity warning in the autofs test tool | Jakub Hrozek | 2012-03-28 | 1 | -8/+22 | |
| | | | | https://fedorahosted.org/sssd/ticket/1237 | |||||
* | Add idmap library | Sumit Bose | 2012-03-26 | 5 | -0/+2354 | |
| | ||||||
* | LDAP: Fix memory leaks in synchronous_tls_setup | Stephen Gallagher | 2012-03-26 | 1 | -8/+10 | |
| | | | | | | | | | | We were never freeing "result" if it was allocated by ldap_result(). We were also not freeing "errmsg" if it was allocated but ldap_parse_result() returned an error. Also disambiguate error messages from ldap_parse_result() and error messages from sss_ldap_get_diagnostic_msg() since they use differing memory-management functions. | |||||
* | LDAP services: Keep the protocol around | Jakub Hrozek | 2012-03-26 | 1 | -0/+1 | |
| | ||||||
* | AUTOFS: fix copy-and-paste bug in the autofs client | Jakub Hrozek | 2012-03-26 | 1 | -1/+1 | |
| | ||||||
* | Always initialize the returned data in sss_krb5_princ_realm() | Sumit Bose | 2012-03-26 | 1 | -0/+3 | |
| | ||||||
* | LDAP: Add better error logging when ldap_result() fails | Stephen Gallagher | 2012-03-21 | 1 | -1/+3 | |
| | ||||||
* | Start SSSD earlier and stop it later | Stephen Gallagher | 2012-03-21 | 1 | -1/+1 | |
| | | | | | | | | SSSD needs to be started before NFS-related processes or they will mount with the username 'nobody' if they would have otherwise used LDAP accounts. https://fedorahosted.org/sssd/ticket/1273 | |||||
* | NSS: Look for services with correct case when cache is updated | Jakub Hrozek | 2012-03-21 | 1 | -7/+7 | |
| | | | | https://fedorahosted.org/sssd/ticket/1259 | |||||
* | Save alias of the primary name, too | Jakub Hrozek | 2012-03-21 | 2 | -11/+23 | |
| | ||||||
* | Make the string_equal() function public | Jakub Hrozek | 2012-03-21 | 3 | -13/+14 | |
| | ||||||
* | SSH: Fix infinite loop in sss_ssh_knownhostsproxy | Jan Cholasta | 2012-03-20 | 1 | -6/+9 | |
| | | | | https://fedorahosted.org/sssd/ticket/1268 | |||||
* | NSS: Fix debug message | Stephen Gallagher | 2012-03-20 | 1 | -0/+2 | |
| | ||||||
* | sss_client: shared memory cache group map support | Simo Sorce | 2012-03-19 | 3 | -0/+268 | |
| | ||||||
* | nsssrv: add handling of memory cache group map | Simo Sorce | 2012-03-19 | 6 | -4/+108 | |
| | ||||||
* | sss_client: shared memory cache passwd map support | Simo Sorce | 2012-03-19 | 3 | -0/+262 | |
| | ||||||
* | sss_client: Add common shared memory cache utils | Simo Sorce | 2012-03-19 | 2 | -0/+334 | |
| | ||||||
* | nsssrv: add handling of memory cache passwd map | Simo Sorce | 2012-03-19 | 3 | -3/+101 | |
| | ||||||
* | nsssrv: Add memory cache record handling utils | Simo Sorce | 2012-03-19 | 1 | -0/+279 | |
| | ||||||
* | nsssrv: shared memory cache server initialization | Simo Sorce | 2012-03-19 | 5 | -0/+367 | |
| | ||||||
* | util: Helper headers for shared memory cache | Simo Sorce | 2012-03-19 | 1 | -0/+117 | |
| | ||||||
* | Free entry found in negative cache | Jakub Hrozek | 2012-03-16 | 1 | -0/+3 | |
| | ||||||
* | LDAP: Errors retrieving the RootDSE should not be fatal | Stephen Gallagher | 2012-03-16 | 1 | -15/+8 | |
| | | | | | | | | If we can't reach the RootDSE, let's just proceed as if it's unavailable with reasonable defaults. If we fail later on, that's fine. Fixes https://fedorahosted.org/sssd/ticket/1257 | |||||
* | Fix uninitialized variable | Jakub Hrozek | 2012-03-16 | 1 | -1/+1 | |
| | ||||||
* | SYSDB: Save only lowercased aliases in case-insensitive domains | Stephen Gallagher | 2012-03-16 | 1 | -19/+28 | |
| | | | | https://fedorahosted.org/sssd/ticket/1253 | |||||
* | IPA: Allow service lookups | Stephen Gallagher | 2012-03-16 | 1 | -0/+1 | |
| | ||||||
* | SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy | Jan Cholasta | 2012-03-15 | 1 | -26/+38 | |
| | | | | https://fedorahosted.org/sssd/ticket/1245 | |||||
* | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 2012-03-15 | 7 | -73/+63 | |
| | | | | | This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
* | LDAP: Add AD 2008r2 schema | Stephen Gallagher | 2012-03-14 | 2 | -3/+53 | |
| | | | | https://fedorahosted.org/sssd/ticket/1031 | |||||
* | i18n: Remove empty translations | Stephen Gallagher | 2012-03-12 | 38 | -175480/+10728 | |
| | ||||||
* | IPA: Initialize hbac_ctx to NULL | Stephen Gallagher | 2012-03-12 | 1 | -1/+1 | |
| | ||||||
* | Handle empty elements in proxy netgroups: | Jakub Hrozek | 2012-03-09 | 1 | -3/+6 | |
| | ||||||
* | Fix netgroup error handling | Jakub Hrozek | 2012-03-09 | 1 | -17/+59 | |
| | | | | https://fedorahosted.org/sssd/ticket/1242 | |||||
* | SSH: Fix missing semicolon | Stephen Gallagher | 2012-03-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed resource leak in ssh client code | Jan Zeleny | 2012-03-09 | 1 | -0/+1 | |
| | ||||||
* | Add umask before mkstemp() call in SSH responder | Jan Zeleny | 2012-03-09 | 1 | -0/+3 | |
| | ||||||
* | Fixed uninitialized pointer in SSH authorized keys client | Jan Zeleny | 2012-03-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed uninitialized pointer in SSH known host proxy | Jan Zeleny | 2012-03-09 | 1 | -1/+1 | |
| | ||||||
* | PROXY: Create fake user entries for group lookups | Stephen Gallagher | 2012-03-09 | 1 | -3/+85 | |
| | ||||||
* | Potential NULL-dereference in sudosrv_cmd_get_sudorules | Pavel Březina | 2012-03-09 | 1 | -14/+12 | |
| | | | | https://fedorahosted.org/sssd/ticket/1236 | |||||
* | Use of unininitialized value in sss_sudo_parse_response | Pavel Březina | 2012-03-09 | 1 | -0/+2 | |
| | | | | https://fedorahosted.org/sssd/ticket/1231 | |||||
* | Use of unininitialized value in sudosrv_cache_set_entry and ↵ | Pavel Březina | 2012-03-09 | 1 | -0/+2 | |
| | | | | | | sudosrv_cache_lookup_internal https://fedorahosted.org/sssd/ticket/1232 | |||||
* | Missing debug message if sdap_sudo_refresh_set_timer fails | Pavel Březina | 2012-03-09 | 1 | -1/+5 | |
| | | | | https://fedorahosted.org/sssd/ticket/1238 | |||||
* | Two memory leaks in sss_sudo_get_values | Pavel Březina | 2012-03-09 | 1 | -1/+4 | |
| | | | | https://fedorahosted.org/sssd/ticket/1235 | |||||
* | IPA: Check nsAccountLock during PAM_ACCT_MGMT | Stephen Gallagher | 2012-03-09 | 4 | -1/+69 | |
| | | | | https://fedorahosted.org/sssd/ticket/1227 |