summaryrefslogtreecommitdiffstats
path: root/sbin/ping6
Commit message (Collapse)AuthorAgeFilesLines
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
| | | | | | % characters in localized error messages from ipsec_strerror(). Obtained from: OpenBSD
* Correct style bugs in previous commitkris2000-07-061-2/+2
|
* Sync with KAMEkris2000-07-051-54/+135
| | | | Obtained from: KAME
* Sync with latest KAME code.kris2000-07-052-234/+635
| | | | Obtained from: KAME
* Fix typophantom2000-05-061-1/+1
| | | | Noticed by: hoek
* . clean `.Os' macro value since this tool is not KAME-only tools anymorephantom2000-05-041-5/+8
| | | | | . sort Xr's in SEE ALSO section . add integration note
* Update icmp node info query message bit order of query types,shin2000-03-091-1/+5
| | | | | | | | | | | | | according to draft-ietf-ipngwg-icmp-name-lookups-04 to 05 change. This is necessary before 4.0, because, -This change is non backword compatible -Other KAME derived platforms applied 05 -Author of the draft said he never do backword imcompatible changes again. Approved by: jkh Obtained from: KAME project
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-2/+4
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)shin2000-02-241-3/+8
| | | | | | | | | -Open socket() at first and then setuid() to actual user. -Allow ping6 preload option only for root. Approved by: jkh Submitted by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
* Small bug fix and improvementsshin1999-12-281-2/+8
| | | | | | | | (1)added error check of if_nameindex() return value at getaddrinfo(). (2)print out more detailed information when getaddrinfo() error value is EAI_SYSTEM.(in this case system error num is kept in errno) (1) is Discovered by: jinmei@kame.net in KAME environment.
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-283-0/+1906
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud