summaryrefslogtreecommitdiff
path: root/sbin/ping6/ping6.c
AgeCommit message (Expand)Author
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
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-26s/IPSec/IPsec/itojun
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-02fix -Wshadow warninglukem
2001-08-19use bind(2) to support -S. snprintf return value audit from deraadtitojun
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-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-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
2000-10-07repair fd_set size attack. from deraadt.itojun
2000-08-14- bugfix: truncated FQDN printingitojun
2000-08-09DNS compression support.itojun
2000-07-07warnx?/errx? audit. don't pass variable/function return value alone.itojun
2000-06-12better conformance to draft-ietf-ipngwg-icmp-name-lookups-05.itojun
2000-06-08make sure to clear ni_flags field on -w.itojun
2000-02-28support ping6 -a citojun
2000-02-16use getnameinfo(), instead inet_ntop(), as much as possible.itojun
2000-01-31sync with latest libipsec and kernel.itojun
2000-01-22Remove bogus declarations of "errno", "optind" and "optarg".tron
1999-12-13provide -S for source address specifier.itojun
1999-12-05usage(): wrap lines so that they don't exceed 80 charactersjdolecek