summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Send the correct enumeration requestsssd-1.8.0-26.el6Jakub Hrozek2012-05-101-1/+1
* Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek2012-05-101-4/+9
* Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek2012-05-101-2/+2
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-301-1/+7
* AUTOFS: fix copy-and-paste bug in the autofs clientJakub Hrozek2012-04-201-1/+1
* sdap_check_aliases must not error when detects the same userJakub Hrozek2012-04-201-13/+31
* Get the RootDSE after binding if not successfull beforeJakub Hrozek2012-04-201-26/+104
* Add umask before mkstemp() call in SSH responderJan Zeleny2012-04-091-0/+3
* Only free returned values on successJakub Hrozek2012-04-091-3/+3
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-04-091-1/+1
* Fixed uninitialized pointer in SSH known host proxyJan Zeleny2012-04-091-1/+1
* Autofs: operate on contents of double-pointer, not addressJakub Hrozek2012-04-091-3/+3
* Catch cases where D-Bus connection is NULLJakub Hrozek2012-04-092-0/+24
* Fix regression in SSSDConfig.pyJakub Hrozek2012-04-091-1/+1
* Make the string_equal() function publicsssd-1.8.0-20.el6Jakub Hrozek2012-03-303-13/+14
* Return correct resolv_status on resolver timeoutJakub Hrozek2012-03-304-24/+95
* Save alias of the primary name, tooJakub Hrozek2012-03-302-11/+23
* Fix off-by-one error in principal selectionJakub Hrozek2012-03-301-3/+3
* Support lookup of services with case-insensitive protocolJakub Hrozek2012-03-304-58/+75
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-301-7/+7
* Start SSSD earlier and stop it laterStephen Gallagher2012-03-211-1/+1
* Fix uninitialized variablesssd-1.8.0-17.el6Jakub Hrozek2012-03-201-1/+1
* SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta2012-03-201-6/+9
* LDAP: Errors retrieving the RootDSE should not be fatalsssd-1.8.0-16.el6Stephen Gallagher2012-03-161-15/+8
* SYSDB: Save only lowercased aliases in case-insensitive domainsStephen Gallagher2012-03-161-19/+28
* SSH: Canonicalize host name and do reverse DNS lookupJan Cholasta2012-03-167-98/+100
* Save original name into the in-memory cacheJakub Hrozek2012-03-161-1/+1
* IPA: Initialize hbac_ctx to NULLsssd-1.8.0-15.el6Stephen Gallagher2012-03-121-1/+1
* Update translations for RHEL 6.3Stephen Gallagher2012-03-1246-465/+20979
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-121-3/+10
* Fix netgroup error handlingsssd-1.8.0-12.el6Jakub Hrozek2012-03-091-20/+65
* PROXY: Create fake user entries for group lookupsStephen Gallagher2012-03-091-3/+85
* Fix nested groups processingJakub Hrozek2012-03-091-27/+61
* DP: Reorganize memory hierarchy of requestsStephen Gallagher2012-03-091-24/+108
* Search netgroups by alias, tooJakub Hrozek2012-03-092-3/+5
* Hide --debug option in sss_debuglevelPavel Březina2012-03-091-1/+1
* IPA: Fix segfault with srchost functionality enabledStephen Gallagher2012-03-091-1/+1
* Only do one cycle when resolving a serverJakub Hrozek2012-03-097-59/+132
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-096-13/+86
* Use the correct hash table for pending requestsSimo Sorce2012-03-097-10/+14
* Handle cases where UID is -1Stephen Gallagher2012-03-011-6/+1
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-015-8/+17
* RHEL6: Add debug level upgrade scriptStephen Gallagher2012-02-282-0/+101
* Updating translations for SSSD 1.8.0 releasesssd-1_8_0Stephen Gallagher2012-02-2812-1291/+52783
* 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