This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.sbin
/
nscd
History
Maxim Konovalov
f586be87c9
o Correct a database name: "group" not "groups".
...
PR: docs/129853 Submitted by: Denis Barov MFC after: 1 week
2008-12-22 13:36:15 +00:00
..
agents
Replace malloc() + memset() with calloc. This corrects a misuse of
2008-10-23 00:15:00 +00:00
agent.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
agent.h
…
cachelib.c
Slightly adjust code logic: we allocate a "size"ed length of memory, not
2008-10-23 00:31:15 +00:00
cachelib.h
…
cacheplcs.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
cacheplcs.h
…
config.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
config.h
…
debug.c
…
debug.h
…
hashtable.h
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
log.c
…
log.h
…
Makefile
These are the things that the tinderbox has problems with because it
2007-11-20 02:07:30 +00:00
mp_rs_query.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
mp_rs_query.h
…
mp_ws_query.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
mp_ws_query.h
…
nscd.8
…
nscd.c
Since we are going to strlen() on the string, it is supposed to be
2008-10-23 00:27:35 +00:00
nscd.conf.5
o Correct a database name: "group" not "groups".
2008-12-22 13:36:15 +00:00
nscdcli.c
Use strlcpy() before strlen() instead of strncpy().
2008-10-23 00:28:21 +00:00
nscdcli.h
…
parser.c
…
parser.h
…
protocol.c
…
protocol.h
…
query.c
Reduce code duplication: use calloc instead of allocing and memset
2008-10-12 00:44:27 +00:00
query.h
…
singletons.c
…
singletons.h
…