summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-141-10/+16
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-141-0/+4
* NSS: Fix netgroup midpoint cache refresh1.9.2-35Jakub Hrozek2012-12-073-3/+3
* Always append rctx as private data1.9.2-33Simo Sorce2012-12-061-1/+1
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-063-0/+147
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-063-0/+118
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-062-0/+135
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-211-1/+1
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-194-29/+53
* Display more information on DB version crashOndrej Kos2012-11-191-0/+1
* SUDO: Fix wrong variable checkJakub Hrozek2012-11-191-1/+1
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-151-17/+12
* 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-143-6/+5
* 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
* 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-121-0/+106
* Add diff_gid_lists() with testSumit Bose2012-11-122-0/+172
* sss_dp_get_domains_send(): handle subreq error correctlyPavel Březina2012-11-121-1/+2
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-061-3/+23
* PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek2012-11-051-0/+1
* Free the internal DP requestJakub Hrozek2012-11-051-0/+8
* 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
* pac responder: fix copy-and-paste errorSumit Bose2012-11-051-7/+0
* Fix two errors in the nss responderSumit Bose2012-11-051-1/+3
* Check for subdomains if getpwuid or getgrgid are the first requestsSumit Bose2012-10-121-0/+72
* Save time of last get_domains requestSumit Bose2012-10-121-0/+16
* Fix memory hierarchy in subdomains discoveryJakub Hrozek2012-10-111-116/+160
* nss_cmd_retpwent(): do not go into infinite loop if n < 0Pavel Březina2012-10-111-0/+8
* do not call dp callbacks when responder is shutting downPavel Březina2012-10-113-0/+25
* Fix typosYuri Chornoivan2012-10-092-2/+2
* Fix uninitialized pointer read in ssh_host_pubkeys_update_known_hostsJakub Hrozek2012-10-091-1/+2
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-053-1/+21
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-052-73/+52
* Fix few coding style issuesPavel Březina2012-10-021-1/+1
* Use flat name for master domain as wellSumit Bose2012-10-012-1/+18
* Add new option default_domain_suffixSumit Bose2012-10-0110-24/+65
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-242-6/+2
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-243-2/+126
* SSH: Fix possible infinite loop when updating known_hostsJan Cholasta2012-09-201-3/+1
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-131-22/+21
* NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek2012-09-131-1/+1
* SSH: Simplify public key formatting functionJan Cholasta2012-09-041-4/+2
* SSH: Return error code in SSH utility functionsJan Cholasta2012-09-041-6/+7
* Check if the SELinux login directory existsJakub Hrozek2012-09-041-3/+3
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1