summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
2006-03-17Off-by-one; from NetBSD's coverity analysis; ok millert@Otto Moerbeek
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2005-12-12Don't wait one time interval before sending the first packet.Jared Yanovich
2005-12-02mark signal racesTheo de Raadt
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-09-14remove unused variableTheo de Raadt
2004-06-09correct mistake in usage(). Chris PinnockJun-ichiro itojun Hagino
2004-01-25when dealing with structs in packets, be paranoid in case sometimeTheo de Raadt
2003-10-25adddress -> address; from Jared Yanovich;Jason McIntyre
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-25packet loss count in floating point (double). Wouter ClarieJun-ichiro itojun Hagino
2003-06-11ansificationTheo de Raadt
2003-06-11typoJun-ichiro itojun Hagino
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-05correct sizeof() to memset(). sync w/kameJun-ichiro itojun Hagino
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-10-25use poll(2). sync w/kame (originally from netbsd)Jun-ichiro itojun Hagino
2002-10-25be picky about arg parsing (-b). sync w/kameJun-ichiro itojun Hagino
2002-09-08ansi pedantic. sync w/kameJun-ichiro itojun Hagino
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtJun-ichiro itojun Hagino
2002-05-30missing "%s". from netbsdJun-ichiro itojun Hagino
2002-05-30typoTheo de Raadt
2002-05-26KNF. remove unneeded variable. from deraadtJun-ichiro itojun Hagino
2002-05-26re-integrate a grammar fixTheo de Raadt
2002-05-26sync with latest KAME tree. -S option uses bind(2), -g option, KNFJun-ichiro itojun Hagino
2002-05-12These small setuid programs allocate a resvport, and then immediately revokeTheo de Raadt
2002-03-11no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>Jun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17oopsTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-05one more mistake in ping6_timeval conversionJun-ichiro itojun Hagino
2001-11-05one mistake in ping6_timeval conversion. use int32_t instead of intJun-ichiro itojun Hagino
2001-11-01ship timing info in network byte orderTheo de Raadt
2001-11-01fix 64 bit issues regarding timevalsTheo de Raadt
2001-10-26kill registers.Mike Pechkin
2001-08-18also handle snprintf() < 0Theo de Raadt
2001-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
2001-07-20we don't like:Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-05clarify -a. sync with kameJun-ichiro itojun Hagino
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-22sync usage/manpage with reality.Jun-ichiro itojun Hagino
2001-05-09correct signal handling for ping6 -f <nonexisting destination>.Jun-ichiro itojun Hagino
2001-03-19examples. suggested by deraadt. sync with kameJun-ichiro itojun Hagino
2001-03-12-Q is not there. NetBSD PR 12384. sync with kameJun-ichiro itojun Hagino
2001-02-04add more pedantic checks for recvmsg return value. sync with kameJun-ichiro itojun Hagino