summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MAN: Improve ldap_disable_paging documentationStephen Gallagher2012-04-181-1/+4
* Do not call sdap_auth if not neededJakub Hrozek2012-04-181-7/+11
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-1810-55/+77
* man: document that referral chasing might bring performance penaltyJakub Hrozek2012-04-181-0/+8
* autofs: load the correct optionJakub Hrozek2012-04-161-1/+1
* Remove forgotten DEBUG messageJakub Hrozek2012-04-131-2/+0
* netlink integration: ensure that interface name is NULL-terminatedJakub Hrozek2012-04-091-1/+2
* Fix regression in SSSDConfig.pyJakub Hrozek2012-04-051-1/+1
* Clean up log messages about keytab_nameStephen Gallagher2012-04-054-20/+37
* Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek2012-04-054-12/+16
* Catch cases where D-Bus connection is NULLJakub Hrozek2012-04-052-0/+24
* Fix building manpages in parallel build dirsStephen Gallagher2012-04-051-1/+1
* Fix off-by-one error in principal selectionJakub Hrozek2012-03-291-3/+3
* Proxy services: Save lowercased protocol names and aliases in case-insensitiv...Jakub Hrozek2012-03-291-57/+17
* LDAP services: Save lowercased protocol names in case-insensitive domainsJakub Hrozek2012-03-291-1/+17
* Add sss_get_cased_name_list utility functionJakub Hrozek2012-03-292-0/+41
* Return correct resolv_status on resolver timeoutJakub Hrozek2012-03-294-24/+95
* Remove old compatibility testsStephen Gallagher2012-03-283-42/+1
* Add better tests for sdap_attr compabilityStephen Gallagher2012-03-283-0/+69
* Add terminator for sdap_attr_mapStephen Gallagher2012-03-283-22/+49
* Add better dp_option testsStephen Gallagher2012-03-283-0/+49
* Add terminator for dp_optionStephen Gallagher2012-03-284-5/+12
* Put dp_option maps in their own fileStephen Gallagher2012-03-286-512/+610
* Silence Coverity warning in the autofs test toolJakub Hrozek2012-03-281-8/+22
* Add idmap librarySumit Bose2012-03-265-0/+2354
* LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher2012-03-261-8/+10
* LDAP services: Keep the protocol aroundJakub Hrozek2012-03-261-0/+1
* AUTOFS: fix copy-and-paste bug in the autofs clientJakub Hrozek2012-03-261-1/+1
* Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose2012-03-261-0/+3
* LDAP: Add better error logging when ldap_result() failsStephen Gallagher2012-03-211-1/+3
* Start SSSD earlier and stop it laterStephen Gallagher2012-03-211-1/+1
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-211-7/+7
* Save alias of the primary name, tooJakub Hrozek2012-03-212-11/+23
* Make the string_equal() function publicJakub Hrozek2012-03-213-13/+14
* SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta2012-03-201-6/+9
* NSS: Fix debug messageStephen Gallagher2012-03-201-0/+2
* sss_client: shared memory cache group map supportSimo Sorce2012-03-193-0/+268
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-196-4/+108
* sss_client: shared memory cache passwd map supportSimo Sorce2012-03-193-0/+262
* sss_client: Add common shared memory cache utilsSimo Sorce2012-03-192-0/+334
* nsssrv: add handling of memory cache passwd mapSimo Sorce2012-03-193-3/+101
* nsssrv: Add memory cache record handling utilsSimo Sorce2012-03-191-0/+279
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-195-0/+367
* util: Helper headers for shared memory cacheSimo Sorce2012-03-191-0/+117
* Free entry found in negative cacheJakub Hrozek2012-03-161-0/+3
* LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher2012-03-161-15/+8
* Fix uninitialized variableJakub Hrozek2012-03-161-1/+1
* SYSDB: Save only lowercased aliases in case-insensitive domainsStephen Gallagher2012-03-161-19/+28
* IPA: Allow service lookupsStephen Gallagher2012-03-161-0/+1
* SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta2012-03-151-26/+38