summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* MLINKS traceroute.8 traceroute6.8florian2014-04-251-1/+2
* Merge traceroute6 man page with traceroute.florian2014-04-251-8/+25
* Merge traceroute6 into traceroute.florian2014-04-231-19/+423
* KNFflorian2014-04-231-9/+9
* Prepare merge: check AFflorian2014-04-231-90/+111
* missing break; not reachableflorian2014-04-231-1/+2
* No need to set protocol in hints.florian2014-04-231-2/+2
* zap redundant castflorian2014-04-231-2/+1
* Introduce check_tos to unclutter the main loop.florian2014-04-231-13/+21
* move AF independet setsockopts downflorian2014-04-231-10/+12
* Add error checking to sysctl. While there pass in an int otherwiseflorian2014-04-231-4/+6
* Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code forflorian2014-04-231-4/+18
* Prepare for merge: s/packet_ok/packet_ok4/ and use packet_okflorian2014-04-231-4/+19
* Prepare merge: introduce struct sockaddr *from, *to to be used inflorian2014-04-231-5/+9
* Prepare merge: s/to/to4/; s/from/from4/florian2014-04-231-23/+24
* Make this compile with -Wall et al.florian2014-04-232-6/+10
* Revert 1.101 as it breaks source port selection. This needs moreflorian2014-04-212-34/+13
* Fix display of destination IP when host is an IP address.florian2014-04-191-27/+34
* Wrap long lines.florian2014-04-181-3/+5
* Move ident / perturb initialisation up, this is AF independent.florian2014-04-181-7/+7
* sync to traceroute6: use getnameinfo for destination ipflorian2014-04-181-3/+5
* Declare socklen_t len in main, it's used in two places, no needflorian2014-04-181-9/+6
* Use getaddrinfo to resolve destination. I kept the inet_aton so theflorian2014-04-181-12/+27
* We do have SO_SNDBUF and IP_HDRINCL.florian2014-04-181-5/+1
* replace perror(3) with err(3)/warn(3)florian2014-04-181-22/+12
* move cast from packet to ip up to avoid casts in print()florian2014-04-181-5/+4
* move ICMP code parsing to functionflorian2014-04-181-63/+69
* If -s is not given do a dummy connect to get outgoing ip,florian2014-04-182-14/+48
* sync packet_ok signature to traceroute6florian2014-04-181-4/+6
* Factor out build_probe{4,6} from send_probe; now send_probe isflorian2014-04-181-8/+23
* We are not ARCHAIC; no object change.florian2014-04-181-11/+1
* use deltaT to calculate time intervalls; reduces diff to traceroute6florian2014-03-291-7/+13
* use iovec in wait_for_reply; reduces diff to traceroute6florian2014-03-291-31/+26
* Remove "-r" option from ping(8) and traceroute{,6}(8). You've probablympi2014-03-242-23/+6
* Make print AF independet and use it in traceroute and traceroute6.florian2014-03-181-17/+17
* Sync inetname from traceroute6 and thereby make it AF independent.florian2014-03-181-21/+22
* AF independent print_asnflorian2014-03-181-11/+44
* Wrap long line.florian2014-03-181-2/+3
* 12_malloc_memset_to_calloc.msgflorian2014-03-101-5/+3
* 10_setvbuf.msgflorian2014-03-101-2/+2
* Again the default is not 0.claudio2014-02-261-3/+2
* Implement -D; from traceroute; reduces diff to traceroute.florian2014-01-241-1/+2
* Sort getopt cases, reduces diff to traceroute6florian2014-01-241-12/+12
* It's an error to have more than 2 arguments; reduces diff to traceroute6florian2014-01-241-2/+2
* Sync "port" type to traceroute6; reduces diff to traceroute6florian2014-01-241-3/+3
* rename s to rcvsockflorian2014-01-241-7/+7
* prototypes, some pleasing of gcc, and cleanup an unused variablederaadt2013-11-121-3/+5
* no longer LDSTATICderaadt2013-04-151-2/+1
* use Lk for links;jmc2012-08-151-3/+3
* bail on AS translation in impossible condition; ok sthenderaadt2012-02-101-3/+4