aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/config.c
Commit message (Expand)AuthorAgeFilesLines
* nscd(8): let calloc(3) do the multiplying.Pedro F. Giffuni2017-03-131-6/+4
* Add the possibility to specify a threshold for the number of negative cacheStefan Eßer2012-07-041-0/+2
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-131-11/+11
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-131-11/+11
* Fix a large number of signed - unsigned comparison warnings.Dag-Erling Smørgrav2009-06-131-1/+2
* #include cleanupDag-Erling Smørgrav2009-06-131-0/+6
* Reduce code duplication: use calloc instead of allocing and memsetXin LI2008-10-121-16/+7
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+588