| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
|
|
| |
slightly while here.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
|
|
|
|
|
|
| |
style(9) violations.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
Generate prototypes for our hash table.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
when debugging is turned off.
Rename debugging functions due to namespace violation.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
it just needs to have external linkage.
MFC after: 1 week
|
|
|
|
|
|
| |
PR: docs/129853
Submitted by: Denis Barov
MFC after: 1 week
|
|
|
|
| |
size+1. Use strlcpy() to avoid using - 1 as length for strncpy().
|
| |
|
|
|
|
| |
NUL-terminated, so use strlcpy() instead of strncpy() here.
|
|
|
|
| |
memset() as a side effect.
|
|
|
|
|
|
| |
afterward.
Approved by: bushman
|
| |
|
|
|
|
|
|
|
|
| |
doesn't use the default CFLAGS which contain -fno-strict-aliasing.
Until the code is cleaned up, just add -fno-strict-aliasing to the
CFLAGS of these for the tinderboxes' sake, allowing the rest of the
tree to have -Werror enabled again.
|
|
|
|
|
|
| |
file-name. The file will be nuked entirely from the repository later.
Approved by: re (kensmith)
|
|
|
|
| |
Approved by: re (kensmith), brooks (mentor)
|
|
|
|
|
| |
- Don't build ngctl(8) and cached(8) if threading libs aren't built.
- Fix various issues in a cached(8) makefile.
|
| |
|
| |
|
|
|
|
|
|
| |
even when proto is not valid.
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
|
|
|
|
|
|
| |
Reported by: Pascal Hofstee <caelian__at__gmail.com>
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Tested by: Pascal Hofstee <caelian__at__gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
New sentence - new line.
|
| |
|
| |
|
|
|
|
|
|
| |
better.
Hinted by: ceri
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove hard sentence breaks;
- Avoid using double negatives or "sexist" language;
- Expand contractions;
- Remove a blank line;
- Some grammar changes.
Usually we do not "hard code" requests to submit bugs to the author, but
I will leave this go for now.
|
|
databases.
- Make nsswitch support caching.
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Sponsored by: Google Summer of Code 2005
|