freebsd-dev/usr.sbin/nscd
Edward Tomasz Napierala 50d503b781 Workaround for nscd(8) failure with large entries.
It fixes a case where eg a 2KB group entry would take several seconds
to complete with cache enabled in nsswitch.conf.

MFC after:	2 weeks
Sponsored by:	Chalmers University of Technology
Differential Revision:	https://reviews.freebsd.org/D18392
2019-01-17 20:01:06 +00:00
..
agents
agent.c
agent.h Remove "extern" from function prototypes, and fix some (but not all) 2009-06-13 14:12:55 +00:00
cachelib.c nscd(8): let calloc(3) do the multiplying. 2017-03-13 20:34:53 +00:00
cachelib.h
cacheplcs.c
cacheplcs.h Remove "extern" from function prototypes, and fix some (but not all) 2009-06-13 14:12:55 +00:00
config.c nscd(8): let calloc(3) do the multiplying. 2017-03-13 20:34:53 +00:00
config.h Add the possibility to specify a threshold for the number of negative cache 2012-07-04 09:02:12 +00:00
debug.c Make "nscd -t" work. 2018-10-30 15:39:33 +00:00
debug.h Make "nscd -t" work. 2018-10-30 15:39:33 +00:00
hashtable.h nscd(8): let calloc(3) do the multiplying. 2017-03-13 20:34:53 +00:00
log.c Further #include cleanup. 2009-06-13 00:43:56 +00:00
log.h Remove "extern" from function prototypes, and fix some (but not all) 2009-06-13 14:12:55 +00:00
Makefile Move nscd.conf from etc/ to usr.sbin/nscd/ 2018-07-28 23:29:36 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mp_rs_query.c Remove casts from {c,m,re}alloc() and simplify sizeof(). 2009-06-13 13:07:56 +00:00
mp_rs_query.h
mp_ws_query.c Remove casts from {c,m,re}alloc() and simplify sizeof(). 2009-06-13 13:07:56 +00:00
mp_ws_query.h Remove "extern" from function prototypes, and fix some (but not all) 2009-06-13 14:12:55 +00:00
nscd.8 Remove the BUGS section of nscd(8) man page. According to bushman@'s 2018-10-05 12:08:32 +00:00
nscd.c Workaround for nscd(8) failure with large entries. 2019-01-17 20:01:06 +00:00
nscd.conf Move nscd.conf from etc/ to usr.sbin/nscd/ 2018-07-28 23:29:36 +00:00
nscd.conf.5 Remove BUGS section from nscd.conf(5) man page. This was missed in r339194. 2018-10-06 17:40:14 +00:00
nscdcli.c Style cleanup. 2018-11-27 09:41:47 +00:00
nscdcli.h
parser.c Add the possibility to specify a threshold for the number of negative cache 2012-07-04 09:02:12 +00:00
parser.h
protocol.c
protocol.h Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
query.c Style cleanup. 2018-11-27 09:41:47 +00:00
query.h Remove "extern" from function prototypes, and fix some (but not all) 2009-06-13 14:12:55 +00:00
singletons.c
singletons.h