summaryrefslogtreecommitdiff
path: root/server/responder/nss/nsssrv_nc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26Silence warningsSimo Sorce1-4/+4
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce1-14/+77
A new nss_parse_name function uses pcre to parse names, this makes it possible, in future, to make the filter user configurable. Add a new filter mechanism to filter out users that uses the negative cache by setting a permanet negative entry. Rework the entry points where the negative cache is checked for.
2009-03-13Implement Negative cache for NSSSimo Sorce1-0/+258
As for positive caches, negative caches are implement for all queries except enumerations. Also set the correct requires in sssd.spec as we now depend directly on tdb as well.