Age | Commit message (Expand) | Author |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | space allocated is sum of CMSG_SPACE()'s. length given to the kernel | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-19 | eliminate #ifdef OLDRAWSOCKET | Jun-ichiro itojun Hagino |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino |
2006-11-16 | make RFC2292 -> 3542 transition to automagically happen. | Jun-ichiro itojun Hagino |
2006-08-10 | sync usage(); | Jason McIntyre |
2006-08-10 | - better .Nd | Jason McIntyre |
2005-12-23 | - no need to use .Bk/.Ek after every option | Jason McIntyre |
2005-12-23 | fill in the blanks for -r; | Jason McIntyre |
2005-05-03 | more setres[ug]id; ok deraadt@ | Damien Miller |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt |
2004-01-25 | knf and cleanup. as well avoid sending out packet information which | Theo de Raadt |
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 |
2003-01-21 | SO_SNDBUF needs int, not u_long | Jun-ichiro itojun Hagino |
2003-01-21 | getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_long | Jun-ichiro itojun Hagino |
2003-01-21 | correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki Sato | Jun-ichiro itojun Hagino |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-10-24 | be more picky about arg parsing. check ERANGE on strtoul. sync w/kame. | Jun-ichiro itojun Hagino |
2002-10-23 | integer overflow cleanup - convert to u_long so strtoul can handle comparisons | Mark Grimes |
2002-09-08 | socklen_t audit. from deraadt, sync w/kame | Jun-ichiro itojun Hagino |
2002-08-30 | have -I option, which causes traceroute6 to use ICMPv6 echo request for probing | Jun-ichiro itojun Hagino |
2002-08-27 | warn if multiple addresses are returned from DNS (traceroute(8) should do it ... | Jun-ichiro itojun Hagino |
2002-08-08 | remove unused struct timezone; ok itojun@ | Kevin Steves |
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino |
2002-06-09 | strchr() instead of index() | Theo de Raadt |
2002-06-02 | minor KNF | Theo de Raadt |
2002-05-26 | use sysctl to get ttl from the kernel; itojun ok | Theo de Raadt |
2002-05-26 | sync with latest kame. KNF, port number simplification, and such | Jun-ichiro itojun Hagino |
2002-05-21 | KNF; itojun ok | Theo de Raadt |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt |
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-10-26 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-01-12 | typo, enhough -> enough | Brad Smith |
2000-12-22 | revoke root priv earlier. use strl*. | Jun-ichiro itojun Hagino |
2000-10-07 | sync with kame, to make future upgrade easier | Jun-ichiro itojun Hagino |
2000-10-07 | use poll to avoid fd_set overflow | Theo de Raadt |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-12 | sync with latest kame traceroute6. print src address. -g (source route). | Jun-ichiro itojun Hagino |
2000-06-05 | correct option parser typo. -f, not -b. | Jun-ichiro itojun Hagino |
2000-04-20 | Change -b to -f, similar to Solaris. | Angelos D. Keromytis |
2000-04-20 | Yet more typos...I should quit while I'm ahead. | Angelos D. Keromytis |
2000-04-20 | Also forgot to update usage() | Angelos D. Keromytis |
2000-04-20 | Forgot trailing newline in message. | Angelos D. Keromytis |
2000-04-20 | Same as the traceroute commit just now; add an option for skipping | Angelos D. Keromytis |