Age | Commit message (Expand) | Author | Files | Lines |
2012-03-16 | SYSDB: Save only lowercased aliases in case-insensitive domains | Stephen Gallagher | 1 | -19/+28 |
2012-03-16 | IPA: Allow service lookups | Stephen Gallagher | 1 | -0/+1 |
2012-03-15 | SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -26/+38 |
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 7 | -73/+63 |
2012-03-14 | LDAP: Add AD 2008r2 schema | Stephen Gallagher | 2 | -3/+53 |
2012-03-12 | i18n: Remove empty translations | Stephen Gallagher | 38 | -175480/+10728 |
2012-03-12 | IPA: Initialize hbac_ctx to NULL | Stephen Gallagher | 1 | -1/+1 |
2012-03-09 | Handle empty elements in proxy netgroups: | Jakub Hrozek | 1 | -3/+6 |
2012-03-09 | Fix netgroup error handling | Jakub Hrozek | 1 | -17/+59 |
2012-03-09 | SSH: Fix missing semicolon | Stephen Gallagher | 1 | -1/+1 |
2012-03-09 | Fixed resource leak in ssh client code | Jan Zeleny | 1 | -0/+1 |
2012-03-09 | Add umask before mkstemp() call in SSH responder | Jan Zeleny | 1 | -0/+3 |
2012-03-09 | Fixed uninitialized pointer in SSH authorized keys client | Jan Zeleny | 1 | -1/+1 |
2012-03-09 | Fixed uninitialized pointer in SSH known host proxy | Jan Zeleny | 1 | -1/+1 |
2012-03-09 | PROXY: Create fake user entries for group lookups | Stephen Gallagher | 1 | -3/+85 |
2012-03-09 | Potential NULL-dereference in sudosrv_cmd_get_sudorules | Pavel Březina | 1 | -14/+12 |
2012-03-09 | Use of unininitialized value in sss_sudo_parse_response | Pavel Březina | 1 | -0/+2 |
2012-03-09 | Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo... | Pavel Březina | 1 | -0/+2 |
2012-03-09 | Missing debug message if sdap_sudo_refresh_set_timer fails | Pavel Březina | 1 | -1/+5 |
2012-03-09 | Two memory leaks in sss_sudo_get_values | Pavel Březina | 1 | -1/+4 |
2012-03-09 | IPA: Check nsAccountLock during PAM_ACCT_MGMT | Stephen Gallagher | 4 | -1/+69 |
2012-03-09 | LDAP: Make sdap_access_send/recv public | Stephen Gallagher | 2 | -12/+17 |
2012-03-08 | Fix nested groups processing | Jakub Hrozek | 1 | -26/+60 |
2012-03-08 | Handle errors from lookup_netgr_step gracefully | Jakub Hrozek | 1 | -3/+10 |
2012-03-08 | Save original name into the in-memory cache | Jakub Hrozek | 1 | -1/+1 |
2012-03-08 | Use the correct hash table for pending requests | Simo Sorce | 7 | -10/+14 |
2012-03-08 | Only free returned values on success | Jakub Hrozek | 1 | -3/+3 |
2012-03-08 | Autofs: operate on contents of double-pointer, not address | Jakub Hrozek | 1 | -3/+3 |
2012-03-08 | Detect cycle in the fail over on subsequent resolve requests only | Jakub Hrozek | 5 | -23/+28 |
2012-03-06 | Search netgroups by alias, too | Jakub Hrozek | 2 | -3/+5 |
2012-03-06 | krb5_child: set debugging sooner | Jakub Hrozek | 2 | -23/+35 |
2012-03-06 | Only do one cycle when resolving a server | Jakub Hrozek | 7 | -37/+105 |
2012-03-05 | Use proper errno code | Jakub Hrozek | 1 | -1/+1 |
2012-03-05 | DP: Reorganize memory hierarchy of requests | Stephen Gallagher | 1 | -24/+108 |
2012-03-05 | IPA: Fix segfault with srchost functionality enabled | Stephen Gallagher | 1 | -1/+1 |
2012-03-02 | Hide --debug option in sss_debuglevel | Pavel Březina | 1 | -1/+1 |
2012-03-01 | IPA: Set the DNS discovery domain to match ipa_domain | Stephen Gallagher | 5 | -8/+17 |
2012-02-29 | Handle cases where UID is -1 | Stephen Gallagher | 1 | -6/+1 |
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 10 | -91/+53 |
2012-02-29 | Keep sysdb context in domain info struct | Sumit Bose | 9 | -51/+105 |
2012-02-28 | Include new manpages in translations | Stephen Gallagher | 1 | -0/+6 |
2012-02-28 | Fix typo in autofs option description | Stephen Gallagher | 1 | -1/+1 |
2012-02-27 | PAM: Don't send PAM_SYSTEM_INFO message if module unset | Stephen Gallagher | 1 | -7/+3 |
2012-02-27 | SSH: Update sss_ssh_knownhostsproxy manual page | Jan Cholasta | 1 | -15/+4 |
2012-02-27 | SSH: Remove unused --file option of sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -5/+0 |
2012-02-27 | SSH: Replace blocking getaddrinfo call in the responder with asynchronous res... | Jan Cholasta | 3 | -26/+56 |
2012-02-27 | SSH: Use fchmod instead of chmod on known_hosts file | Jan Cholasta | 1 | -8/+4 |
2012-02-27 | SSH: Add missing break statements to sss_ssh_format_pubkey | Jan Cholasta | 1 | -0/+2 |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 5 | -8/+38 |
2012-02-27 | SSH: Don't abort known_hosts update when host search fails | Jan Cholasta | 1 | -1/+1 |