summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-124-104/+138
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-121-4/+4
* backend: add PAC to the list of known clientsPavel Březina2012-11-121-0/+2
* subdomains: check request type on one place onlyPavel Březina2012-11-121-6/+0
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-123-18/+56
* Store the original group DN in the subdomain user objectSumit Bose2012-11-101-26/+58
* Get lists of GIDs to be added and deleted and use themSumit Bose2012-11-101-3/+89
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-102-0/+107
* Add diff_gid_lists() with testSumit Bose2012-11-103-2/+279
* Do not remove a group if it has members from subdomainsSumit Bose2012-11-101-4/+15
* Add helpers to set common mc record fieldsSimo Sorce2012-11-101-16/+26
* MAN: Fix validation error caused by bad 'ca' translationStephen Gallagher2012-11-081-2/+2
* Clarify debug message about initgroups and subdomainsSumit Bose2012-11-081-0/+7
* MAN: sssd-simple - suggest awarness of empty rulesOndrej Kos2012-11-081-0/+5
* sss_dp_get_domains_send(): handle subreq error correctlyPavel Březina2012-11-081-1/+2
* util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2012-11-082-3/+7
* SSSDConfig: Locate the force_timeout option in the correct sectionsStephen Gallagher2012-11-082-1/+4
* MAN: Specify the correct location for the force_timeout optionStephen Gallagher2012-11-081-16/+32
* Monitor: Better debugging for ping timeoutsStephen Gallagher2012-11-081-0/+8
* do not default fullname to gecos when schema = adPavel Březina2012-11-081-0/+14
* 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-063-1/+89
* 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
* PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek2012-11-021-0/+1
* Monitor: read the correct SIGKILL timeout for providers, tooJakub Hrozek2012-11-011-33/+41
* LDAP: Better debug logging when saving groupsStephen Gallagher2012-11-011-11/+75
* LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek2012-11-011-1/+1
* authconfig: allow chpass_provider = proxyPavel Březina2012-10-302-1/+4
* sudo: do not hardcode protocol versionPavel Březina2012-10-301-1/+2
* Include talloc log in our debug facilityMichal Zidek2012-10-2939-43/+52
* Free the internal DP requestJakub Hrozek2012-10-291-0/+8
* Make sub-domains case-insensitiveSumit Bose2012-10-262-3/+24
* sss_parse_name_for_domains: always return the canonical domain nameSumit Bose2012-10-261-2/+7
* krb5_auth: update with correct UPN if neededSumit Bose2012-10-263-0/+133
* Use find_or_guess_upn() where neededSumit Bose2012-10-266-36/+52
* Add new call find_or_guess_upn()Sumit Bose2012-10-264-8/+54
* krb5_child: send back the client principalSumit Bose2012-10-264-5/+42
* krb5_mod_ccname: replace wrong memory contextSumit Bose2012-10-261-1/+1
* krb5_child: send PAC to PAC responderSumit Bose2012-10-262-3/+143
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-10-262-1/+8
* krb5_auth: check if principal belongs to a different realmSumit Bose2012-10-265-0/+88
* Add replacement for krb5_find_authdata()Sumit Bose2012-10-263-0/+20
* check_ccache_files: search sub-domains as wellSumit Bose2012-10-261-4/+14
* sysdb: add sysdb_base_dn()Sumit Bose2012-10-262-0/+5
* krb5_auth_send: check for sub-domainsSumit Bose2012-10-264-11/+37