summaryrefslogtreecommitdiffstats
path: root/server/responder/nss/nsssrv_nc.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-011-5/+10
| | | | | | | | | | 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.
* Implement Negative cache for NSSSimo Sorce2009-03-131-0/+46
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.