summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2013-10-01sudo: improve time restrictions debug messagesPavel Březina1-0/+7
2013-09-25NSS: Failure to store entry negative cache should not be fatalJakub Hrozek1-18/+31
2013-09-25NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek1-66/+105
2013-09-24Include header file in implementation module.Lukas Slebodnik2-0/+2
2013-09-23mmap_cache: Use two chains for hash collision.Lukas Slebodnik1-18/+48
2013-09-23Revert "mmap_cache: Skip records which doesn't have same hash"Lukas Slebodnik1-34/+2
2013-09-20RESPONDER: Use right function prototypeLukas Slebodnik2-1/+2
2013-09-17nss: Wrong debug message.Michal Zidek1-1/+2
2013-09-17util: add sss_idmap_talloc[_free]Pavel Březina2-22/+4
2013-09-16Add missing new line in DEBUG messageLukas Slebodnik1-2/+3
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-2/+2
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik1-2/+2
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-6/+7
2013-09-11Fix formating of variables with type: rlim_tLukas Slebodnik1-5/+5
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik2-2/+2
2013-09-11Fix formating of variables with type: unsigned longLukas Slebodnik1-1/+1
2013-09-09mmap_cache: Do not remove record from chain twiceLukas Slebodnik1-0/+6
2013-09-03Include sys/types.h for types id_t and uid_tLukas Slebodnik1-0/+1
2013-08-28DP: Use the correct type for DBus booleanJakub Hrozek1-2/+5
2013-08-28NSS: Descend into subdomains if enumerate=trueJakub Hrozek1-12/+12
2013-08-28mmap_cache: Use stricter check for hash keys.Lukas Slebodnik1-4/+6
2013-08-28mmap_cache: Skip records which doesn't have same hashLukas Slebodnik1-2/+34
2013-08-28sss_packet_grow: correctly pad packet length to 512BPavel Březina1-1/+1
2013-08-26PAC: Skip SIDs that cannot be resolved to domainJakub Hrozek1-2/+4
2013-08-26PAC: use SID instead of GID to search for groupsSumit Bose1-48/+41
2013-08-26PAC: do not fail if a single group cannot be added/removedSumit Bose1-18/+31
2013-08-26PAC: read user DN instead of constructing itSumit Bose1-5/+17
2013-08-26PAC: handle non-POSIX groups in cacheSumit Bose2-11/+9
2013-08-26PAC: do not create users with missing GIDSumit Bose1-0/+14
2013-08-26PAC: if user entry already exists keep itSumit Bose3-86/+10
2013-08-22pam: Bad debug message format and parameter.Michal Zidek1-1/+2
2013-08-22mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek1-2/+11
2013-08-19mmap_cache: Store corrupted mmap cache before resetMichal Zidek1-0/+66
2013-08-19mmap_cache: Use better checks for corrupted mc in responderMichal Zidek1-3/+53
2013-08-19mmap_cache: Off by one error.Michal Zidek1-6/+6
2013-08-19fill_initgr: add original primary GID if availableSumit Bose1-0/+27
2013-08-11mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2-2/+54
2013-08-08PAM: Set negcache if user is not found after provider checkJakub Hrozek1-0/+10
2013-08-08PAM: Check negcache when searching for fully qualified users, tooJakub Hrozek1-0/+8
2013-08-08NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik3-0/+54
2013-08-08NSS: allow removing entries from netgroup hash tableLukas Slebodnik3-1/+32
2013-08-05SSH: Ensure that cmd_ctx->name will not be NULL.Lukas Slebodnik1-4/+6
2013-07-31Fix netgroup lookup when using fully qualified namePavel Březina1-2/+2
2013-07-29Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher1-8/+6
2013-07-29Remove unused memory contextLukas Slebodnik1-6/+6
2013-07-22SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek1-1/+1
2013-07-18Do not try to set password when authtok_length is zeroOndrej Kos1-2/+6
2013-07-16remove unused variablePavel Březina1-4/+0
2013-07-16Remove unused function parameterLukas Slebodnik1-3/+1
2013-07-15Missing space in debug messageMichal Zidek1-2/+2