| .. |
|
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
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
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
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
cacheplcs.c
|
Reduce code duplication: use calloc instead of allocing and memset
|
2008-10-12 00:44:27 +00:00 |
|
cacheplcs.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
config.c
|
Reduce code duplication: use calloc instead of allocing and memset
|
2008-10-12 00:44:27 +00:00 |
|
config.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
debug.c
|
|
|
|
debug.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
hashtable.h
|
Reduce code duplication: use calloc instead of allocing and memset
|
2008-10-12 00:44:27 +00:00 |
|
log.c
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
log.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
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
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
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
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
nscd.8
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
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
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
parser.c
|
|
|
|
parser.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
protocol.c
|
|
|
|
protocol.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
query.c
|
Reduce code duplication: use calloc instead of allocing and memset
|
2008-10-12 00:44:27 +00:00 |
|
query.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |
|
singletons.c
|
|
|
|
singletons.h
|
- Renaming repocopied cached to nscd
|
2007-08-09 13:06:12 +00:00 |