summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-25fix packet loss rate computationitojun
2003-06-06Fix typo. Noted by Sean Boudreau on tech-net.cjep
2003-03-27do proper rounded packet loss calculations.perry
2003-03-15IPsec, not ipsec. From Igor Sobrado in PR 20722.wiz
2002-12-21address has two ds, not three; from Adrian Mrva.wiz
2002-12-05correct the use of sizeof() on memset(). sync w/kameitojun
2002-11-16use strlcpy. sync w/kameitojun
2002-10-25be more picky about numeric arg parsing. sync w/kameitojun
2002-09-23reduce diff w/ kameitojun
2002-09-21Touch up error/warning messages.mycroft
2002-09-21select() -> poll()mycroft
2002-09-08ansi pedantic. sync w/kameitojun
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtitojun
2002-05-30typo, from openbsditojun
2002-05-30Fix Missing %s in format string.thorpej
2002-05-26KNF. remove unused variable "signo". from deraadtitojun
2002-05-26no need for KAME_SCOPEIDitojun
2002-05-26s/IPSec/IPsec/itojun
2002-05-26Xr ping6 8 -> Nmitojun
2002-05-26Sort sections and a grammar fix.wiz
2002-05-26sync with kame.itojun
2002-03-11no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>itojun
2002-01-09should be using htons() to convert from a host byte order into a networkdarrenr
2001-11-16Add space before ..., lose a .Pp.wiz
2001-11-02fix -Wshadow warninglukem
2001-08-19use bind(2) to support -S. snprintf return value audit from deraadtitojun
2001-07-05clarify -a. sync with kameitojun
2001-06-22sync with latest kame.itojun
2001-05-09correct -n handling.itojun
2001-05-09fix signal handling on ping6 -f <nonexisting peer>. from hash@iij.ad.jp.itojun
2001-05-07getopt(3): EOF -> -1.kleink
2001-04-03Xr icmp(6), inet(6), ip(6)jhawk
2001-03-19examples. suggested by deraadt. sync with kameitojun
2001-03-12-Q is not there. some comsetic sync with kame. NetBSD PR 12384.itojun
2001-02-04correct recvmsg() validation.itojun
2001-01-26more simpler signal handling. be more friendly with 4.3BSD-ish socket APIitojun
2001-01-12avoid signal handler race. help from deraadtitojun
2001-01-12correct use of howmany() for fd_set. commented by deraadtitojun
2000-12-31indent and pedant. from deraadt. sync with kameitojun
2000-12-22call seteuid(getuid) tooitojun
2000-12-22revoke root privilege earlierst possible.itojun
2000-12-02sync with latest kame.itojun
2000-11-11improve spec conformance of node information query (07).itojun
2000-11-08- fix -s with small number (like < 8). kame 1.97 -> 1.99itojun
2000-11-07fix up various .Nm abuses:lukem
2000-10-12do not segv on too many args. sync with kameitojun
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-08fix truncated response handling; sync with kameitojun