summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-08MAN: Specify the correct location for the force_timeout optionStephen Gallagher1-16/+32
2012-11-08Monitor: Better debugging for ping timeoutsStephen Gallagher1-0/+8
2012-11-08do not default fullname to gecos when schema = adPavel Březina1-0/+14
2012-11-06sss_cache: Remove fastcache even if sssd is not running.Michal Zidek4-23/+175
2012-11-06util: Added new file util_lock.cMichal Zidek2-0/+87
2012-11-06sss_cache: Multiple domains not handled properlyMichal Zidek1-35/+37
2012-11-06create pid file immediately after fork againPavel Březina1-25/+4
2012-11-06exit original process after sssd is initializedPavel Březina3-2/+56
2012-11-06make monitor_quit() usable outside signal handlerPavel Březina1-14/+26
2012-11-06fix indendation, coding style and debug levels in server.cPavel Březina1-110/+114
2012-11-06add SSSDBG_IMPORTANT_INFO macroPavel Březina1-0/+1
2012-11-02PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek1-0/+1
2012-11-01Monitor: read the correct SIGKILL timeout for providers, tooJakub Hrozek1-33/+41
2012-11-01LDAP: Better debug logging when saving groupsStephen Gallagher1-11/+75
2012-11-01LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek1-1/+1
2012-10-30authconfig: allow chpass_provider = proxyPavel Březina2-1/+4
2012-10-30sudo: do not hardcode protocol versionPavel Březina1-1/+2
2012-10-29Include talloc log in our debug facilityMichal Zidek39-43/+52
2012-10-29Free the internal DP requestJakub Hrozek1-0/+8
2012-10-26Make sub-domains case-insensitiveSumit Bose2-3/+24
2012-10-26sss_parse_name_for_domains: always return the canonical domain nameSumit Bose1-2/+7
2012-10-26krb5_auth: update with correct UPN if neededSumit Bose3-0/+133
2012-10-26Use find_or_guess_upn() where neededSumit Bose6-36/+52
2012-10-26Add new call find_or_guess_upn()Sumit Bose4-8/+54
2012-10-26krb5_child: send back the client principalSumit Bose4-5/+42
2012-10-26krb5_mod_ccname: replace wrong memory contextSumit Bose1-1/+1
2012-10-26krb5_child: send PAC to PAC responderSumit Bose1-1/+139
2012-10-26krb5_auth: send different_realm flag to krb5_childSumit Bose2-1/+8
2012-10-26krb5_auth: check if principal belongs to a different realmSumit Bose5-0/+88
2012-10-26Add replacement for krb5_find_authdata()Sumit Bose3-0/+20
2012-10-26check_ccache_files: search sub-domains as wellSumit Bose1-4/+14
2012-10-26sysdb: add sysdb_base_dn()Sumit Bose2-0/+5
2012-10-26krb5_auth_send: check for sub-domainsSumit Bose4-11/+37
2012-10-26pac responder: add user principal and name alias to cached user objectSumit Bose3-4/+46
2012-10-26pac responder: use only lower case user nameSumit Bose2-5/+15
2012-10-26sysdb: look for ranges in the parent treeSumit Bose1-1/+4
2012-10-26pac responder: fix copy-and-paste errorSumit Bose1-7/+0
2012-10-26subdomain-id: Generate homedir only for users not groupsSumit Bose1-10/+12
2012-10-24KRB5: Return error when principal selection failsJakub Hrozek1-1/+4
2012-10-24sudo refresh: handle errors properlyPavel Březina1-8/+25
2012-10-24sudo: do not fail if usn value is zero but full refresh is completedPavel Březina2-7/+19
2012-10-23Fix two errors in the nss responderSumit Bose1-1/+3
2012-10-18Allow setting the default_shell option per-domain as wellJakub Hrozek7-3/+21
2012-10-16sss_debuglevel: Multiple arguments are treated as error.Michal Zidek1-0/+6
2012-10-16Make TTL configurable for dynamic dns updatesJames Hogarth6-2/+30
2012-10-15LDAP: Check validity of naming_contextJakub Hrozek1-1/+1
2012-10-12Updating the translations for the 1.9.2 releaseJakub Hrozek13-2026/+2893
2012-10-12MAN: improve wording of default_domain parameterJakub Hrozek1-5/+5
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek5-6/+21
2012-10-12Create ghost users when a user DN is encountered in IPAJakub Hrozek1-37/+276