Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | use Lk for links; | Jason McIntyre | |
2012-02-10 | bail on AS translation in impossible condition; ok sthen | Theo de Raadt | |
2012-02-10 | Use MAXDNAME not MAXDNAME+1 and remove unnecessary return. | Stuart Henderson | |
Pointed out by deraadt@ | |||
2012-01-12 | Mention the information source used for the ASN lookup. | Stuart Henderson | |
2012-01-12 | Zap unused var in asn_lookup; from Michael W. Bombardieri | Stuart Henderson | |
2011-11-08 | lookup (n.) -> look up (v.) (i.e. to look sth up); | Jason McIntyre | |
2011-11-08 | Add -A option to display AS for each hop address, using origin.asn.cymru.com | Stuart Henderson | |
DNS lookups. ok deraadt@, henning likes it but would like some changes which can be done after commit. | |||
2011-09-17 | tweak previous; | Jason McIntyre | |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert | |
accept the same values as pf.conf. It accepts decimal, hexadecimal and the dscp/tos keywords. The ping option was ripped of in SMALL. ok mcbride@ sthen@ | |||
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov | |
2011-04-23 | Only print changed TOS in returned packets when -t is set (last commit was | Stuart Henderson | |
supposed to do this but I missed a piece). ok phessler@ | |||
2011-04-06 | When specifying tos with -t, display a message if the returned packet | Stuart Henderson | |
has a different tos type. ok claudio@ phessler@ | |||
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2010-09-13 | Reduce the output of MPLS information without removing information. | Claudio Jeker | |
This gives a more compact output. | |||
2010-07-09 | inetname is only called when !nflag. There is no need to again check for | David Hill | |
!nflag within inetname(). from Alexandr Shadchin ok claudio@ | |||
2010-07-08 | Let traceroute parse extended ICMP messages as defined by RFC 4884. | Claudio Jeker | |
Currently only the MPLS label can be shown (RFC 4950). The extended information is only printed if either -x or -v was used. Initialy based on a port from NetBSD done by dhill@ but mostly rewritten now. OK deraadt@, dhill@ | |||
2010-07-05 | Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename". | Robert Nagy | |
It seems this one was missed. | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-07-06 | default waittime is 5, not 3; | Jason McIntyre | |
from Paul Stoeber | |||
2009-06-05 | tweak -V; | Jason McIntyre | |
2009-06-05 | Use -V to specify an alternate routing domain. | Claudio Jeker | |
2008-10-04 | explicitly pad & pack the packetdata structure thrown around on the wire, | Theo de Raadt | |
just like in traceroute6. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-03-31 | lint | Theo de Raadt | |
2005-12-23 | adjust the description of -r to that in freebsd's traceroute6(8), | Jason McIntyre | |
since it's more informative; ok djm claudio | |||
2005-11-02 | - sort options and sync usage() | Jason McIntyre | |
- new sentence, new line - a few other minor tweaks | |||
2005-05-03 | more setres[ug]id; ok deraadt@ | Damien Miller | |
2005-03-01 | make sure the ttl does not wrap; pr 4093; ok Jared | Markus Friedl | |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-01-26 | knf and cleanup; millert ok | Theo de Raadt | |
2003-08-27 | - sort SYNOPSIS and DESCRIPTION | Jason McIntyre | |
- add -v to SYNOPSIS from Andrey Matveev; - indent examples - sync usage() with man page ok deraadt@ | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-25 | Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy. | Chad Loder | |
Replace some strtoul with strtol and additional < 0 checks where needed. OK millert | |||
2003-04-25 | ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead of | Chad Loder | |
u_char and %d. OK millert | |||
2003-04-25 | TTL is defined as u_int8_t in both <netinet/ip.h> and | Chad Loder | |
<netinet6/ip6_var.h>. Don't need to use int and %d for TTL in traceroute. OK millert | |||
2003-04-24 | Validation of command line argument for packet data length was comparing | Chad Loder | |
to the wrong thing, which resulted in a confusing error message later on. Do validation on the user supplied parameter. ok millert | |||
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre | |
ok mickey@ | |||
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2002-11-18 | atoi -> strto*. correct -p parsing (don't allow 65536). deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-08-31 | warn if multiple addresses are returned from DNS; suggested | Kevin Steves | |
by and ok itojun@ | |||
2002-08-30 | add some history regarding use of UDP probe packets vs. ICMP. | Kevin Steves | |
from: http://www.kohala.com/start/papers.others/vanj.99feb08.txt ok deraadt@ | |||
2002-08-12 | missing period | Kevin Steves | |
2002-08-12 | !X for 3/13 (administratively prohibited); ok itojun@ | Kevin Steves | |
2002-08-12 | SO_DONTROUTE on receive socket is not needed; ok itojun@ | Kevin Steves | |
2002-08-11 | document other ICMP redirect code strings; ok millert@ | Kevin Steves | |