Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | LDAP: Make sdap_access_send/recv public | Stephen Gallagher | 2012-03-09 | 2 | -12/+17 |
| | | | | We want to consume this in the IPA provider. | ||||
* | Fix nested groups processing | Jakub Hrozek | 2012-03-08 | 1 | -26/+60 |
| | | | | | | | Instead of keeping the number of parent groups in "state" and having to reset the count when moving to another group on the same level, keep track of the all groups on a particular level along with their parents and parent count. | ||||
* | Handle errors from lookup_netgr_step gracefully | Jakub Hrozek | 2012-03-08 | 1 | -3/+10 |
| | |||||
* | Save original name into the in-memory cache | Jakub Hrozek | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Use the correct hash table for pending requests | Simo Sorce | 2012-03-08 | 7 | -10/+14 |
| | | | | | | | | | | | | | The function that handled pending requests on reconnect was checking an orphaned global variable that was never used, redenring the whole function uselsess. This fixes a very nasty bug that was causing requests for which we never received an answer for (for example because the backend failed and was restarted) to be never removed and therefore causing a black hole effect for any other request of the same type. Fixes: https://fedorahosted.org/sssd/ticket/1229 | ||||
* | Only free returned values on success | Jakub Hrozek | 2012-03-08 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1237 | ||||
* | Autofs: operate on contents of double-pointer, not address | Jakub Hrozek | 2012-03-08 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1234 | ||||
* | Detect cycle in the fail over on subsequent resolve requests only | Jakub Hrozek | 2012-03-08 | 5 | -23/+28 |
| | |||||
* | Search netgroups by alias, too | Jakub Hrozek | 2012-03-06 | 2 | -3/+5 |
| | | | | https://fedorahosted.org/sssd/ticket/1228 | ||||
* | krb5_child: set debugging sooner | Jakub Hrozek | 2012-03-06 | 2 | -23/+35 |
| | |||||
* | Only do one cycle when resolving a server | Jakub Hrozek | 2012-03-06 | 7 | -37/+105 |
| | | | | https://fedorahosted.org/sssd/ticket/1214 | ||||
* | Use proper errno code | Jakub Hrozek | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | DP: Reorganize memory hierarchy of requests | Stephen Gallagher | 2012-03-05 | 1 | -24/+108 |
| | | | | | | | | | | | | | This function alters the memory hierarchy of the be_req to ensure memory safety during shutdown. It creates a spy on the be_cli object so that it will free the be_req if the client is freed. It is generally allocated atop the private data context for the appropriate back-end against which it is being filed. https://fedorahosted.org/sssd/ticket/1226 | ||||
* | IPA: Fix segfault with srchost functionality enabled | Stephen Gallagher | 2012-03-05 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1215 | ||||
* | Hide --debug option in sss_debuglevel | Pavel Březina | 2012-03-02 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1224 | ||||
* | IPA: Set the DNS discovery domain to match ipa_domain | Stephen Gallagher | 2012-03-01 | 5 | -8/+17 |
| | | | | https://fedorahosted.org/sssd/ticket/1217 | ||||
* | Handle cases where UID is -1 | Stephen Gallagher | 2012-02-29 | 1 | -6/+1 |
| | | | | | | | Also removes an unnecessary range check (since it's already handled by strtoint32() https://fedorahosted.org/sssd/ticket/1216 | ||||
* | Remove sysdb_get_ctx_from_list() | Sumit Bose | 2012-02-29 | 10 | -91/+53 |
| | |||||
* | Keep sysdb context in domain info struct | Sumit Bose | 2012-02-29 | 9 | -51/+105 |
| | |||||
* | Include new manpages in translations | Stephen Gallagher | 2012-02-28 | 1 | -0/+6 |
| | |||||
* | Fix typo in autofs option description | Stephen Gallagher | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | PAM: Don't send PAM_SYSTEM_INFO message if module unset | Stephen Gallagher | 2012-02-27 | 1 | -7/+3 |
| | | | | | | | | We now have a session module that is only available for the IPA provider. We should not be logging noisily that other providers do not have the session provider configured. https://fedorahosted.org/sssd/ticket/1211 | ||||
* | SSH: Update sss_ssh_knownhostsproxy manual page | Jan Cholasta | 2012-02-27 | 1 | -15/+4 |
| | |||||
* | SSH: Remove unused --file option of sss_ssh_knownhostsproxy | Jan Cholasta | 2012-02-27 | 1 | -5/+0 |
| | |||||
* | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 2012-02-27 | 3 | -26/+56 |
| | | | | resolver code |