aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/query.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Style cleanup.Dag-Erling Smørgrav2018-11-271-22/+21
* Unbreak nscd(8). Without this change the CMSG gets truncated.Edward Tomasz Napierala2018-11-011-4/+5
* Fix up two assertions following malloc(). vangyzen@ notified me ofCy Schubert2017-05-201-2/+2
* Fix non-recoverable name resolution failures due to negative cacheCy Schubert2017-05-201-3/+8
* Properly set the timeout in a query_state. The global query_timeoutJohn Baldwin2014-10-061-2/+2
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-131-9/+9
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-131-4/+4
* Fix a large number of signed - unsigned comparison warnings.Dag-Erling Smørgrav2009-06-131-18/+24
* #include cleanupDag-Erling Smørgrav2009-06-131-1/+4
* Reduce code duplication: use calloc instead of allocing and memsetXin LI2008-10-121-19/+7
* - Renaming repocopied cached to nscdMichael Bushkov2007-08-091-4/+4
* Fix alignment problem on AMD64.Hajimu UMEMOTO2006-05-021-6/+8
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+1278