summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Revert "NSS: add support for subdomain_homedir"Pavel Reichl2014-02-111-8/+0
* NSS: add support for subdomain_homedirPavel Reichl2014-01-151-0/+8
* NSS: Use plain user name when expanding homedirJakub Hrozek2014-01-151-1/+12
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-191-2/+2
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-2/+2
* NSS: Fix memory leak in sss_setnetgrentLukas Slebodnik2013-12-101-1/+1
* pac: fix potential memory leaksPavel Březina2013-11-261-5/+5
* pac: fix double freePavel Březina2013-11-261-8/+6
* do not use default_domain_suffix with autofsAron Parsons2013-11-181-1/+1
* NSS: Set packet length for initgroupsLukas Slebodnik2013-11-071-0/+7
* free idmapped binary SIDs correctlyPavel Březina2013-11-071-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-072-2/+4
* NSS: Fix parenthesisJakub Hrozek2013-10-301-1/+1
* NSS: Fix service enumerationJakub Hrozek2013-10-291-1/+5
* NSS: Print FQDN for groups with mixed domain membershipJakub Hrozek2013-10-291-9/+64
* nss: wait for initial subdomains request to finishPavel Březina2013-10-171-0/+14
* sudo: improve time restrictions debug messagesPavel Březina2013-10-011-0/+7
* NSS: Failure to store entry negative cache should not be fatalJakub Hrozek2013-09-251-18/+31
* NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek2013-09-251-66/+105
* Check slot validity before MC_SLOT_TO_PTR.Michal Zidek2013-09-231-15/+75
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-172-22/+4
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-111-6/+7
* Fix formating of variables with type: rlim_tLukas Slebodnik2013-09-111-5/+5
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-112-2/+2
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-111-1/+1
* mmap_cache: Do not remove record from chain twiceLukas Slebodnik2013-09-091-0/+6
* Include sys/types.h for types id_t and uid_tLukas Slebodnik2013-09-031-0/+1
* DP: Use the correct type for DBus booleanJakub Hrozek2013-08-281-2/+5
* NSS: Descend into subdomains if enumerate=trueJakub Hrozek2013-08-281-12/+12
* mmap_cache: Use stricter check for hash keys.Lukas Slebodnik2013-08-281-4/+6
* mmap_cache: Skip records which doesn't have same hashLukas Slebodnik2013-08-281-2/+34
* sss_packet_grow: correctly pad packet length to 512BPavel Březina2013-08-281-1/+1
* PAC: Skip SIDs that cannot be resolved to domainJakub Hrozek2013-08-261-2/+4
* PAC: use SID instead of GID to search for groupsSumit Bose2013-08-261-48/+41
* PAC: do not fail if a single group cannot be added/removedSumit Bose2013-08-261-18/+31
* PAC: read user DN instead of constructing itSumit Bose2013-08-261-5/+17
* PAC: handle non-POSIX groups in cacheSumit Bose2013-08-262-11/+9
* PAC: do not create users with missing GIDSumit Bose2013-08-261-0/+14
* PAC: if user entry already exists keep itSumit Bose2013-08-263-86/+10
* pam: Bad debug message format and parameter.Michal Zidek2013-08-221-1/+2
* mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek2013-08-221-2/+11
* mmap_cache: Store corrupted mmap cache before resetMichal Zidek2013-08-191-0/+66
* mmap_cache: Use better checks for corrupted mc in responderMichal Zidek2013-08-191-3/+53
* mmap_cache: Off by one error.Michal Zidek2013-08-191-6/+6
* fill_initgr: add original primary GID if availableSumit Bose2013-08-191-0/+27
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-112-2/+54
* PAM: Set negcache if user is not found after provider checkJakub Hrozek2013-08-081-0/+10
* PAM: Check negcache when searching for fully qualified users, tooJakub Hrozek2013-08-081-0/+8