summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i18n: Remove empty translationsStephen Gallagher2012-03-1238-175480/+10728
* IPA: Initialize hbac_ctx to NULLStephen Gallagher2012-03-121-1/+1
* Handle empty elements in proxy netgroups:Jakub Hrozek2012-03-091-3/+6
* Fix netgroup error handlingJakub Hrozek2012-03-091-17/+59
* SSH: Fix missing semicolonStephen Gallagher2012-03-091-1/+1
* Fixed resource leak in ssh client codeJan Zeleny2012-03-091-0/+1
* Add umask before mkstemp() call in SSH responderJan Zeleny2012-03-091-0/+3
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-03-091-1/+1
* Fixed uninitialized pointer in SSH known host proxyJan Zeleny2012-03-091-1/+1
* PROXY: Create fake user entries for group lookupsStephen Gallagher2012-03-091-3/+85
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
* Use of unininitialized value in sss_sudo_parse_responsePavel Březina2012-03-091-0/+2
* Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina2012-03-091-0/+2
* Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina2012-03-091-1/+5
* Two memory leaks in sss_sudo_get_valuesPavel Březina2012-03-091-1/+4
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-094-1/+69
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-092-12/+17
* Fix nested groups processingJakub Hrozek2012-03-081-26/+60
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-081-3/+10
* Save original name into the in-memory cacheJakub Hrozek2012-03-081-1/+1
* Use the correct hash table for pending requestsSimo Sorce2012-03-087-10/+14
* Only free returned values on successJakub Hrozek2012-03-081-3/+3
* Autofs: operate on contents of double-pointer, not addressJakub Hrozek2012-03-081-3/+3
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-085-23/+28
* Search netgroups by alias, tooJakub Hrozek2012-03-062-3/+5
* krb5_child: set debugging soonerJakub Hrozek2012-03-062-23/+35
* Only do one cycle when resolving a serverJakub Hrozek2012-03-067-37/+105
* Use proper errno codeJakub Hrozek2012-03-051-1/+1
* DP: Reorganize memory hierarchy of requestsStephen Gallagher2012-03-051-24/+108
* IPA: Fix segfault with srchost functionality enabledStephen Gallagher2012-03-051-1/+1
* Hide --debug option in sss_debuglevelPavel Březina2012-03-021-1/+1
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-015-8/+17
* Handle cases where UID is -1Stephen Gallagher2012-02-291-6/+1
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-2910-91/+53
* Keep sysdb context in domain info structSumit Bose2012-02-299-51/+105
* Include new manpages in translationsStephen Gallagher2012-02-281-0/+6
* Fix typo in autofs option descriptionStephen Gallagher2012-02-281-1/+1
* PAM: Don't send PAM_SYSTEM_INFO message if module unsetStephen Gallagher2012-02-271-7/+3
* SSH: Update sss_ssh_knownhostsproxy manual pageJan Cholasta2012-02-271-15/+4
* SSH: Remove unused --file option of sss_ssh_knownhostsproxyJan Cholasta2012-02-271-5/+0
* SSH: Replace blocking getaddrinfo call in the responder with asynchronous res...Jan Cholasta2012-02-273-26/+56
* SSH: Use fchmod instead of chmod on known_hosts fileJan Cholasta2012-02-271-8/+4
* SSH: Add missing break statements to sss_ssh_format_pubkeyJan Cholasta2012-02-271-0/+2
* SSH: Add more debugging messagesJan Cholasta2012-02-275-8/+38
* SSH: Don't abort known_hosts update when host search failsJan Cholasta2012-02-271-1/+1
* AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek2012-02-273-78/+239
* Eliminate build-time requirement for nscdStephen Gallagher2012-02-272-11/+12
* LDAP: Remove unnecessary filter sanitizeStephen Gallagher2012-02-261-11/+5
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-263-78/+136
* SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta2012-02-261-112/+85