summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/nscdcli.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove casts from {c,m,re}alloc() and simplify sizeof().des2009-06-131-1/+1
| | | | MFC after: 1 week
* Fix a large number of signed - unsigned comparison warnings.des2009-06-131-6/+8
| | | | MFC after: 1 week
* Further #include cleanup.des2009-06-131-1/+3
| | | | MFC after: 1 week
* Use strlcpy() before strlen() instead of strncpy().delphij2008-10-231-1/+1
|
* Reduce code duplication: use calloc instead of allocing and memsetdelphij2008-10-121-2/+1
| | | | | | afterward. Approved by: bushman
* - Renaming repocopied cached to nscdbushman2007-08-091-24/+24
| | | | Approved by: re (kensmith), brooks (mentor)
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+284
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
OpenPOWER on IntegriCloud