summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-20proxy: Canonicalize user and group namesJakub Hrozek1-312/+354
2012-04-18MAN: document the hostid and autofs providersJakub Hrozek1-0/+60
2012-04-18MAN: timeout can be specified for services, tooJakub Hrozek1-14/+13
2012-04-18Fixed minor memory leak in ldap providerJan Zeleny1-0/+1
2012-04-18Fixed memory context in sdap_fill_memberships()Jan Zeleny1-1/+1
2012-04-18Removed unused function sysdb_attrs_users_from_ldb_vals()Jan Zeleny2-51/+0
2012-04-18Removed unused block of code is sdap_fill_memberships()Jan Zeleny1-57/+29
2012-04-18Removed a block of dead code in sdap_async_groups.cJan Zeleny1-20/+1
2012-04-18sss_cache: Better error reportingJakub Hrozek1-37/+94
2012-04-18autofs: Raise the maximum key length to PATH_MAXJakub Hrozek1-2/+4
2012-04-18sss_cache: support invalidating services and autofs mapsJakub Hrozek2-9/+162
2012-04-18Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek4-0/+68
2012-04-18sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina1-2/+4
2012-04-18Remove the "command" option from documentationJakub Hrozek1-16/+0
2012-04-18Fix erronous reference to the 'allow' access_providerStef Walter1-1/+1
2012-04-18pam_sss: improve error handling in SELinux codeJakub Hrozek1-3/+5
2012-04-18MAN: Add ldap_sasl_minssf to the manpageStephen Gallagher1-0/+16
2012-04-18MAN: Improve ldap_disable_paging documentationStephen Gallagher1-1/+4
2012-04-18Do not call sdap_auth if not neededJakub Hrozek1-7/+11
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek10-55/+77
2012-04-18man: document that referral chasing might bring performance penaltyJakub Hrozek1-0/+8
2012-04-16autofs: load the correct optionJakub Hrozek1-1/+1
2012-04-13Remove forgotten DEBUG messageJakub Hrozek1-2/+0
2012-04-09netlink integration: ensure that interface name is NULL-terminatedJakub Hrozek1-1/+2
2012-04-05Fix regression in SSSDConfig.pyJakub Hrozek1-1/+1
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