summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-141-4/+4
* sudo: print how many rules we are refreshing or returningPavel Březina2012-11-141-3/+4
* sudo: do not send domain name with usernamePavel Březina2012-11-145-22/+11
* sudo: support users from subdomainsPavel Březina2012-11-144-60/+214
* use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina2012-11-141-8/+20
* sudo: fix missing parameter in two debug messagesPavel Březina2012-11-141-3/+3
* subdomains: check request type on one place onlyPavel Březina2012-11-141-6/+0
* Run IPA subdomain provider if IPA ID provider is configuredSumit Bose2012-11-144-7/+101
* Always start PAC responder if IPA ID provider is configuredSumit Bose2012-11-143-0/+84
* Add string_in_list() and add_string_to_list() with testsSumit Bose2012-11-143-0/+152
* Store the original group DN in the subdomain user objectSumit Bose2012-11-121-26/+58
* Get lists of GIDs to be added and deleted and use themSumit Bose2012-11-121-3/+89
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-122-0/+107
* Add diff_gid_lists() with testSumit Bose2012-11-123-2/+279
* Do not remove a group if it has members from subdomainsSumit Bose2012-11-121-4/+15
* Clarify debug message about initgroups and subdomainsSumit Bose2012-11-121-0/+7
* sss_dp_get_domains_send(): handle subreq error correctlyPavel Březina2012-11-121-1/+2
* util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2012-11-112-3/+7
* SSSDConfig: Locate the force_timeout option in the correct sectionsStephen Gallagher2012-11-112-1/+4
* MAN: Specify the correct location for the force_timeout optionStephen Gallagher2012-11-111-16/+32
* Monitor: Better debugging for ping timeoutsStephen Gallagher2012-11-111-0/+8
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-064-23/+175
* util: Added new file util_lock.cMichal Zidek2012-11-062-0/+87
* sss_cache: Multiple domains not handled properlyMichal Zidek2012-11-061-35/+37
* create pid file immediately after fork againPavel Březina2012-11-061-25/+4
* exit original process after sssd is initializedPavel Březina2012-11-063-2/+56
* make monitor_quit() usable outside signal handlerPavel Březina2012-11-061-14/+26
* fix indendation, coding style and debug levels in server.cPavel Březina2012-11-061-110/+114
* add SSSDBG_IMPORTANT_INFO macroPavel Březina2012-11-061-0/+1
* LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek2012-11-061-1/+1
* PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek2012-11-051-0/+1
* Monitor: read the correct SIGKILL timeout for providers, tooJakub Hrozek2012-11-051-33/+41
* authconfig: allow chpass_provider = proxyPavel Březina2012-11-052-1/+4
* Free the internal DP requestJakub Hrozek2012-11-051-0/+8
* Make sub-domains case-insensitiveSumit Bose2012-11-052-3/+24
* sss_parse_name_for_domains: always return the canonical domain nameSumit Bose2012-11-051-2/+7
* krb5_auth: update with correct UPN if neededSumit Bose2012-11-053-0/+133
* Use find_or_guess_upn() where neededSumit Bose2012-11-056-36/+52
* Add new call find_or_guess_upn()Sumit Bose2012-11-054-8/+54
* krb5_child: send back the client principalSumit Bose2012-11-054-5/+42
* krb5_mod_ccname: replace wrong memory contextSumit Bose2012-11-051-1/+1
* krb5_child: send PAC to PAC responderSumit Bose2012-11-051-1/+139
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-11-052-1/+8
* krb5_auth: check if principal belongs to a different realmSumit Bose2012-11-055-0/+88
* Add replacement for krb5_find_authdata()Sumit Bose2012-11-053-0/+20
* check_ccache_files: search sub-domains as wellSumit Bose2012-11-051-4/+14
* sysdb: add sysdb_base_dn()Sumit Bose2012-11-052-0/+5
* krb5_auth_send: check for sub-domainsSumit Bose2012-11-054-11/+37
* pac responder: add user principal and name alias to cached user objectSumit Bose2012-11-053-4/+46
* pac responder: use only lower case user nameSumit Bose2012-11-052-5/+15