Subject: CVS commit: [netbsd-1-5] basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/17/2002 15:26:07
Module Name:	basesrc
Committed By:	he
Date:		Wed Apr 17 12:26:07 UTC 2002

Modified Files:
	basesrc [netbsd-1-5]: CHANGES-1.5.3

Log Message:
Today's set:
 o libc getpwent(): return error if username too long
 o libc bt_open(): don't respect TMPDIR when set[ug]id
 o libc fstab, getcwd, getpwent: replace strncpy() with strlcpy()
 o libc getcap(): detect long lines
 o libc hesiod functions: cast isspace() args, replace strcpy() with strlcpy(),
   proper end of string detection
 o libc rcmd: replace strn* functions with strl* functions
 o libc res_debug.c: replace strncpy() with strlcpy()
 o libc getnetpath.c: make sure not to look before start of string
 o libc localtime.c / zdump.c: replace strncpy() with strlcpy()
 o ifmedia(4) typo correction


To generate a diff of this commit:
cvs rdiff -r1.1.2.62 -r1.1.2.63 basesrc/CHANGES-1.5.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.