summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik2013-08-083-0/+54
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* SSH: Ensure that cmd_ctx->name will not be NULL.Lukas Slebodnik2013-08-051-4/+6
* Fix netgroup lookup when using fully qualified namePavel Březina2013-07-311-2/+2
* Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher2013-07-291-8/+6
* Remove unused memory contextLukas Slebodnik2013-07-291-6/+6
* SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek2013-07-221-1/+1
* Do not try to set password when authtok_length is zeroOndrej Kos2013-07-181-2/+6
* remove unused variablePavel Březina2013-07-161-4/+0
* Remove unused function parameterLukas Slebodnik2013-07-161-3/+1
* Missing space in debug messageMichal Zidek2013-07-151-2/+2
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-06-271-6/+0
* Handle too many results from getnetgr.Lukas Slebodnik2013-06-271-1/+13
* SSH: Update known_hosts file after unsuccessful requests as well.Jan Cholasta2013-06-271-20/+36
* sudo responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* PAC: do not delete originalDN or cached password if presentSumit Bose2013-06-241-1/+26
* PAC: do not expect that sysdb_search_object_by_sid() return ENOENTSumit Bose2013-06-191-8/+8
* New utility function sss_get_domain_nameJakub Hrozek2013-06-072-19/+10
* Enhance PAC responder for AD usersSumit Bose2013-06-063-927/+659
* Lookup domains at startupSumit Bose2013-06-048-0/+89
* Remove branching to improve readabilityJakub Hrozek2013-05-301-23/+11
* Allow flat name in the FQname formatJakub Hrozek2013-05-301-3/+3
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-303-34/+22
* Fixing critical format string issues.Lukas Slebodnik2013-05-207-14/+25
* sudo responder: search rules for subdomains in parent domain subtreePavel Březina2013-05-101-0/+5
* Add missing \n to debug stringSumit Bose2013-05-101-1/+1
* SSH: Do not skip domains with use_fully_qualified_names in host key requestsJan Cholasta2013-05-071-6/+0
* SSH: Use separate field for domain name in client requestsJan Cholasta2013-05-071-27/+64