summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd
Commit message (Expand)AuthorAgeFilesLines
* o Correct a database name: "group" not "groups".maxim2008-12-221-2/+2
* Slightly adjust code logic: we allocate a "size"ed length of memory, notdelphij2008-10-231-5/+5
* Use strlcpy() before strlen() instead of strncpy().delphij2008-10-231-1/+1
* Since we are going to strlen() on the string, it is supposed to bedelphij2008-10-231-1/+1
* Replace malloc() + memset() with calloc. This corrects a misuse ofdelphij2008-10-233-20/+10
* Reduce code duplication: use calloc instead of allocing and memsetdelphij2008-10-1210-92/+38
* Removing startup banner.bushman2008-10-101-12/+0
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Remove file which was accidently repo-copied to the wrong destinationsimon2007-10-101-34/+0
* - Renaming repocopied cached to nscdbushman2007-08-0922-108/+108
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.ru2006-11-261-11/+8
* Revise markup.ru2006-09-302-65/+109
* Fix usage().ru2006-09-301-1/+2
* If perform-actual-lookups is enabled, getservbyname() matches an entryume2006-05-051-12/+10
* Fix alignment problem on AMD64.ume2006-05-021-6/+8
* o Sort .Xrs.maxim2006-04-301-2/+2
* o Reformat FILES section.maxim2006-04-301-1/+4
* o Add missed commas.maxim2006-04-301-2/+2
* o Silence mdoc(7) warnings: remove an empty line, add missed .El macro.maxim2006-04-301-30/+37
* Specify default values for positive-policy and negative-policy .matteo2006-04-301-3/+3
* Typo.ceri2006-04-301-1/+1
* Reword a sentence modified in my previous commit. This new one is probablytrhodes2006-04-301-1/+2
* Follow FreeBSD mdoc(7) conventions:trhodes2006-04-291-35/+43
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-2839-0/+10134
OpenPOWER on IntegriCloud