summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the possibility to specify a threshold for the number of negative cachese2012-07-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | results required to have the cache return lookup failure. A new configuration parameter is introduced, which must be set to a value greater than 1 to activate this feature. The default behavior is unchanged. The purpose of this change is to allow probes for the existence of an entry (which are expected to fail), before that entry is added to one of the queried databases, without the cache returning the stale information from the probe query until that cache entry expires. If, for example, a new user account is created after checking that the new account name is available, the negative cache entry would prevent immediate access to the account. For that example, the new configuration option negative-confidence-threshold passwd 2 will require a second negative query result to consider the negative cache entry for a passwd entry valid, but if the user account has been created between the queries, then the positive query result from the second query will be cached and returned.
* Remove "extern" from function prototypes, and fix some (but not all)des2009-06-131-24/+21
| | | | | | style(9) violations. MFC after: 1 week
* #include cleanupdes2009-06-131-5/+0
| | | | MFC after: 1 week
* - Renaming repocopied cached to nscdbushman2007-08-091-4/+4
| | | | Approved by: re (kensmith), brooks (mentor)
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+156
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
OpenPOWER on IntegriCloud