History log of /freebsd-10-stable/usr.sbin/nscd/nscd.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 315600 20-Mar-2017 pfg

MFC r315212, r315213, r315214, r315215:
mkimg(1): let calloc(3) do the multiplication.
nscd(8): let calloc(3) do the multiplying.
mpsutil(8): let calloc(3) do the multiplying.
ypbind(8): let calloc(3) do the multiplying.

MFC after: 1 week


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 194104 13-Jun-2009 des

Remove casts from {c,m,re}alloc() and simplify sizeof().

MFC after: 1 week


# 194097 12-Jun-2009 des

Explain to the compiler why the aliasing we're doing is OK.

MFC after: 1 week


# 194096 12-Jun-2009 des

Fix a large number of signed - unsigned comparison warnings.

MFC after: 1 week


# 194089 12-Jun-2009 des

#include cleanup

MFC after: 1 week


# 194086 12-Jun-2009 des

_nss_cache_cycle_prevention_function doesn't actually need to be a function,
it just needs to have external linkage.

MFC after: 1 week


# 184187 22-Oct-2008 delphij

Since we are going to strlen() on the string, it is supposed to be
NUL-terminated, so use strlcpy() instead of strncpy() here.


# 183770 11-Oct-2008 delphij

Reduce code duplication: use calloc instead of allocing and memset
afterward.

Approved by: bushman


# 183755 10-Oct-2008 bushman

Removing startup banner.


# 172344 27-Sep-2007 bushman

Forced commit to note repocopy:

The files were copied in order to rename cached to nscd.

Approved by: re (kensmith), brooks (mentor)


# 171795 09-Aug-2007 bushman

- Renaming repocopied cached to nscd

Approved by: re (kensmith), brooks (mentor)


# 162891 30-Sep-2006 ru

Fix usage().


# 158115 28-Apr-2006 ume

- Extend the nsswitch to support Services, Protocols and Rpc
databases.
- Make nsswitch support caching.

Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Sponsored by: Google Summer of Code 2005