summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* File descriptor leak in nss responder.sssd-1.9.2-112.el6Michal Zidek2013-08-091-18/+43
* Debug message in sss_mc_create_file.Michal Zidek2013-08-091-0/+5
* Do not call sss_cmd_done in function check_cache.sssd-1.9.2-105.el6Lukas Slebodnik2013-08-081-6/+0
* Handle too many results from getnetgr.Lukas Slebodnik2013-08-081-1/+13
* Add ignore_group_members option.sssd-1.9.2-102.el6Paul B. Henson2013-08-081-16/+19
* NSS: Add original homedir to home directory template optionssssd-1.9.2-101.el6Stephen Gallagher2013-08-081-5/+6
* NSS: Clear cached netgroups if a request comes in from the sss_cachesssd-1.9.2-97.el6Lukas Slebodnik2013-08-083-0/+54
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* 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
* 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 leaks1.9.2-55Simo Sorce2012-12-201-2/+11
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-182-3/+1
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-141-0/+23
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-141-10/+16
* NSS: Fix netgroup midpoint cache refresh1.9.2-35Jakub Hrozek2012-12-072-2/+2
* 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
* 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-11-051-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
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-103-5/+15
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - NSS responder changesJan Zeleny2012-05-311-89/+147
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-1/+1
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-1/+1
* NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher2012-05-241-2/+2
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* Use sized_string correctly in FQDN domainsJakub Hrozek2012-05-151-2/+2
* NSS: keep a pointer to body after body is reallocatedJakub Hrozek2012-05-151-0/+3
* Send the correct enumeration requestJakub Hrozek2012-05-101-1/+1
* NSS: Add default_shell optionStephen Gallagher2012-05-093-1/+15