summaryrefslogtreecommitdiff
path: root/sbin/ping
AgeCommit message (Expand)Author
1999-03-18typo; nash@mcs.netAaron Campbell
1999-02-24fix default payload alignment error; hugh@Kjell Wooding
1999-02-23Fix a buffer overrun with very large ICMP packets.Kjell Wooding
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-18obvious typoTheo de Raadt
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1998-05-17Unroll that last patch, Theo thinks there's a better way of solvingAngelos D. Keromytis
1998-05-16Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young.Angelos D. Keromytis
1998-05-16put time in network byte order. I thought I fixed this!Theo de Raadt
1998-05-16on 64 bit architectures, tv_sec and tv_usec cause problems when weTheo de Raadt
1998-04-30certain variables are in msec not usec nowTheo de Raadt
1998-04-03handle unknown option too. All this ipoption handling needs rewriting, I now ...Theo de Raadt
1998-04-02do not run off end of option buffer for LSRR either; tqbfTheo de Raadt
1998-03-31possible buf oflow in -R; reported by tqbf, fixed by me.Theo de Raadt
1998-03-03make ping work for large packet sizes. closing pr# 417.Niels Provos
1998-02-05Don't count DNS lookup time in ping -R. Problem noted byTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-08-06do not clobber errno in signal handlersTheo de Raadt
1997-06-29Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_tTodd C. Miller
1997-06-2364 bit clean and WallTheo de Raadt
1997-06-11dynamic fd_setTheo de Raadt
1997-06-05getpid() is going to be OK in a few minutesTheo de Raadt
1997-06-02network byte order for icmp_seq; obfuscate ident (pid) moreTheo de Raadt
1997-06-01i think this solves a number of byte order problems in the icmp code.Theo de Raadt
1997-06-01kill fp, fix unterminated buf, add lots of icmp code; denny1@home.com, PR#205Theo de Raadt
1997-05-29print stats on SIGINFOkstailey
1997-02-04Changed ICMP "unreachable" code #defines to match the ones inkstailey
1997-02-04RFC-1812 addtionkstailey
1997-01-30deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.comTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-12-14indent correctlyTheo de Raadt
1996-12-14Now does not display responses to other peoples stuff, like UDP packetsbitblt
1996-12-10crank SO_SNDBUF if needed, kml@nas.nasa.govTheo de Raadt
1996-07-23treat -l and -f the sameTheo de Raadt
1996-07-23ptrace is safe; limit preload to rootTheo de Raadt
1996-07-23skip until ptrace problem is resolvedTheo de Raadt
1996-07-23open socket as soon as possible, and then revoke privsTheo de Raadt
1996-07-22no overflow; from brian@saturn.netTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-06-19let user set TOS, DF bit, and TTL. also use strtol() instead of atoi() soTheo de Raadt
1996-01-01from netbsd: The maxwait option was accidentally placed in the "options forTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt