summaryrefslogtreecommitdiff
path: root/src/responder/common/negcache.c
AgeCommit message (Collapse)AuthorFilesLines
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