aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/nscd.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-131-5/+5
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=194104
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-131-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=194097
* Fix a large number of signed - unsigned comparison warnings.Dag-Erling Smørgrav2009-06-131-3/+3
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=194096
* #include cleanupDag-Erling Smørgrav2009-06-131-2/+3
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=194089
* _nss_cache_cycle_prevention_function doesn't actually need to be a function,Dag-Erling Smørgrav2009-06-121-10/+10
| | | | | | | | | it just needs to have external linkage. MFC after: 1 week Notes: svn path=/head/; revision=194086
* Since we are going to strlen() on the string, it is supposed to beXin LI2008-10-231-1/+1
| | | | | | | NUL-terminated, so use strlcpy() instead of strncpy() here. Notes: svn path=/head/; revision=184187
* Reduce code duplication: use calloc instead of allocing and memsetXin LI2008-10-121-7/+3
| | | | | | | | | afterward. Approved by: bushman Notes: svn path=/head/; revision=183770
* Removing startup banner.Michael Bushkov2008-10-101-12/+0
| | | | Notes: svn path=/head/; revision=183755
* - Renaming repocopied cached to nscdMichael Bushkov2007-08-091-13/+13
| | | | | | | Approved by: re (kensmith), brooks (mentor) Notes: svn path=/head/; revision=171795
* Fix usage().Ruslan Ermilov2006-09-301-1/+2
| | | | Notes: svn path=/head/; revision=162891
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+884
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005 Notes: svn path=/head/; revision=158115