summaryrefslogtreecommitdiff
path: root/src/responder/common/negcache.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-15Add debug logging to the negative cacheStephen Gallagher1-0/+5
2010-10-13Add negative cache features for netgroupsStephen Gallagher1-0/+35
2010-09-08Dead assignments cleanup in NSS responderJan Zeleny1-2/+0
Various dead assignments were deleted, some return value inspections were added. Ticket: #588
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher1-0/+207
Creates a new function - sss_ncache_prepopulate() - that can be shared with other responders, such as PAM.
2010-06-17Refactor the negative cacheStephen Gallagher1-0/+321
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h