index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
nscd
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Correct a database name: "group" not "groups".
maxim
2008-12-22
1
-2
/
+2
*
Slightly adjust code logic: we allocate a "size"ed length of memory, not
delphij
2008-10-23
1
-5
/
+5
*
Use strlcpy() before strlen() instead of strncpy().
delphij
2008-10-23
1
-1
/
+1
*
Since we are going to strlen() on the string, it is supposed to be
delphij
2008-10-23
1
-1
/
+1
*
Replace malloc() + memset() with calloc. This corrects a misuse of
delphij
2008-10-23
3
-20
/
+10
*
Reduce code duplication: use calloc instead of allocing and memset
delphij
2008-10-12
10
-92
/
+38
*
Removing startup banner.
bushman
2008-10-10
1
-12
/
+0
*
These are the things that the tinderbox has problems with because it
jb
2007-11-20
1
-0
/
+1
*
Remove file which was accidently repo-copied to the wrong destination
simon
2007-10-10
1
-34
/
+0
*
- Renaming repocopied cached to nscd
bushman
2007-08-09
22
-108
/
+108
*
- When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.
ru
2006-11-26
1
-11
/
+8
*
Revise markup.
ru
2006-09-30
2
-65
/
+109
*
Fix usage().
ru
2006-09-30
1
-1
/
+2
*
If perform-actual-lookups is enabled, getservbyname() matches an entry
ume
2006-05-05
1
-12
/
+10
*
Fix alignment problem on AMD64.
ume
2006-05-02
1
-6
/
+8
*
o Sort .Xrs.
maxim
2006-04-30
1
-2
/
+2
*
o Reformat FILES section.
maxim
2006-04-30
1
-1
/
+4
*
o Add missed commas.
maxim
2006-04-30
1
-2
/
+2
*
o Silence mdoc(7) warnings: remove an empty line, add missed .El macro.
maxim
2006-04-30
1
-30
/
+37
*
Specify default values for positive-policy and negative-policy .
matteo
2006-04-30
1
-3
/
+3
*
Typo.
ceri
2006-04-30
1
-1
/
+1
*
Reword a sentence modified in my previous commit. This new one is probably
trhodes
2006-04-30
1
-1
/
+2
*
Follow FreeBSD mdoc(7) conventions:
trhodes
2006-04-29
1
-35
/
+43
*
- Extend the nsswitch to support Services, Protocols and Rpc
ume
2006-04-28
39
-0
/
+10134