aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/agents/services.c
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-131-7/+7
* Further #include cleanup.Dag-Erling Smørgrav2009-06-131-3/+4
* Provide correct prototypes for functions with no arguments.Dag-Erling Smørgrav2009-06-121-4/+4
* Replace malloc() + memset() with calloc. This corrects a misuse ofXin LI2008-10-231-8/+4
* If perform-actual-lookups is enabled, getservbyname() matches an entryHajimu UMEMOTO2006-05-051-12/+10
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+286