summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* Check slot validity before MC_SLOT_TO_PTR.Michal Zidek2013-09-231-15/+75
* mmap_cache: Do not remove record from chain twiceLukas Slebodnik2013-09-091-0/+6
* 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
* 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
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-112-2/+54
* Handle too many results from getnetgr.Lukas Slebodnik2013-08-081-1/+13
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-08-081-6/+0
* 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
* Add ignore_group_members option.Paul B. Henson2013-05-311-16/+19
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-101-5/+6
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-6/+1
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* memcache: add macro that validates record lengthPavel Březina2013-01-071-2/+1
* sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek2013-01-071-15/+50
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-203-10/+30
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-18/+101
* Update free table when records are invalidated.Simo Sorce2012-12-201-14/+23
* nss_mc: Add extra checks when dereferencing recordsSimo Sorce2012-12-201-0/+12
* sssd_nss: Plug memory leaksSimo Sorce2012-12-191-2/+11
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-182-3/+1
* Allow mmap calls to gracefully return absent ctxSimo Sorce2012-12-141-0/+25
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-131-0/+23
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-111-10/+16
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-053-0/+147
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-053-0/+118
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-052-0/+135
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2012-12-042-2/+2
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-3/+7
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-061-3/+23
* Fix two errors in the nss responderSumit Bose2012-10-231-1/+3
* Allow setting the default_shell option per-domain as wellJakub Hrozek2012-10-181-1/+3
* Check for subdomains if getpwuid or getgrgid are the first requestsSumit Bose2012-10-121-0/+72
* nss_cmd_retpwent(): do not go into infinite loop if n < 0Pavel Březina2012-10-111-0/+8
* Fix typosYuri Chornoivan2012-10-091-1/+1
* Fix few coding style issuesPavel Březina2012-10-021-1/+1
* Add new option default_domain_suffixSumit Bose2012-10-013-8/+18
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-243-2/+126
* NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek2012-09-131-1/+1
* NSS: Add override_shell optionStephen Gallagher2012-07-203-2/+18
* Fix uninitialized valuesNick Guay2012-07-181-3/+3
* Add newline to DEBUG messagesJakub Hrozek2012-07-121-2/+2
* Fix re_expression matching with subdomainsJan Zeleny2012-06-212-37/+99
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-124-20/+21