Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/18/2000 20:04:39
Module Name:	basesrc
Committed By:	tv
Date:		Wed Oct 18 17:04:39 UTC 2000

Modified Files:
	basesrc/sbin/ping6 [netbsd-1-5]: Makefile ping6.c

Log Message:
Pullup by patch (sync with HEAD) [itojun]:
Format string cleanups by Bill Sommerfeld.
----------------------------
fix truncated response handling; sync with kame
----------------------------
repair fd_set size attack.
some of cleanups from kame (inet_ntop error check, unnecessary headers,
stddev computation like ping(8)).
----------------------------
- bugfix: truncated FQDN printing
- allow < 1 second interval on -i (root only).
----------------------------
DNS compression support.
be more picky about DNS label validation.
(sync with kame)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.4.1 basesrc/sbin/ping6/Makefile
cvs rdiff -r1.15.2.2 -r1.15.2.3 basesrc/sbin/ping6/ping6.c

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