summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Clean up log messages about keytab_nameStephen Gallagher4-20/+37
2012-04-05Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek4-12/+16
2012-04-05Catch cases where D-Bus connection is NULLJakub Hrozek2-0/+24
2012-04-05Fix building manpages in parallel build dirsStephen Gallagher1-1/+1
2012-03-29Fix off-by-one error in principal selectionJakub Hrozek1-3/+3
2012-03-29Proxy services: Save lowercased protocol names and aliases in case-insensitiv...Jakub Hrozek1-57/+17
2012-03-29LDAP services: Save lowercased protocol names in case-insensitive domainsJakub Hrozek1-1/+17
2012-03-29Add sss_get_cased_name_list utility functionJakub Hrozek2-0/+41
2012-03-29Return correct resolv_status on resolver timeoutJakub Hrozek4-24/+95
2012-03-28Remove old compatibility testsStephen Gallagher3-42/+1
2012-03-28Add better tests for sdap_attr compabilityStephen Gallagher3-0/+69
2012-03-28Add terminator for sdap_attr_mapStephen Gallagher3-22/+49
2012-03-28Add better dp_option testsStephen Gallagher3-0/+49
2012-03-28Add terminator for dp_optionStephen Gallagher4-5/+12
2012-03-28Put dp_option maps in their own fileStephen Gallagher6-512/+610
2012-03-28Silence Coverity warning in the autofs test toolJakub Hrozek1-8/+22
2012-03-26Add idmap librarySumit Bose5-0/+2354
2012-03-26LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher1-8/+10
2012-03-26LDAP services: Keep the protocol aroundJakub Hrozek1-0/+1
2012-03-26AUTOFS: fix copy-and-paste bug in the autofs clientJakub Hrozek1-1/+1
2012-03-26Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose1-0/+3
2012-03-21LDAP: Add better error logging when ldap_result() failsStephen Gallagher1-1/+3
2012-03-21Start SSSD earlier and stop it laterStephen Gallagher1-1/+1
2012-03-21NSS: Look for services with correct case when cache is updatedJakub Hrozek1-7/+7
2012-03-21Save alias of the primary name, tooJakub Hrozek2-11/+23
2012-03-21Make the string_equal() function publicJakub Hrozek3-13/+14
2012-03-20SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta1-6/+9
2012-03-20NSS: Fix debug messageStephen Gallagher1-0/+2
2012-03-19sss_client: shared memory cache group map supportSimo Sorce3-0/+268
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce6-4/+108
2012-03-19sss_client: shared memory cache passwd map supportSimo Sorce3-0/+262
2012-03-19sss_client: Add common shared memory cache utilsSimo Sorce2-0/+334
2012-03-19nsssrv: add handling of memory cache passwd mapSimo Sorce3-3/+101
2012-03-19nsssrv: Add memory cache record handling utilsSimo Sorce1-0/+279
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce5-0/+367
2012-03-19util: Helper headers for shared memory cacheSimo Sorce1-0/+117
2012-03-16Free entry found in negative cacheJakub Hrozek1-0/+3
2012-03-16LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher1-15/+8
2012-03-16Fix uninitialized variableJakub Hrozek1-1/+1
2012-03-16SYSDB: Save only lowercased aliases in case-insensitive domainsStephen Gallagher1-19/+28
2012-03-16IPA: Allow service lookupsStephen Gallagher1-0/+1
2012-03-15SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta1-26/+38
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta7-73/+63
2012-03-14LDAP: Add AD 2008r2 schemaStephen Gallagher2-3/+53
2012-03-12i18n: Remove empty translationsStephen Gallagher38-175480/+10728
2012-03-12IPA: Initialize hbac_ctx to NULLStephen Gallagher1-1/+1
2012-03-09Handle empty elements in proxy netgroups:Jakub Hrozek1-3/+6
2012-03-09Fix netgroup error handlingJakub Hrozek1-17/+59
2012-03-09SSH: Fix missing semicolonStephen Gallagher1-1/+1
2012-03-09Fixed resource leak in ssh client codeJan Zeleny1-0/+1