index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
traceroute
/
traceroute.c
Age
Commit message (
Expand
)
Author
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-06-05
Reduce code running as root by trying to create all needed sockets
Florian Obser
2014-06-04
datalen is additional data, sync traceroute6 to traceroute. Also "nn
Florian Obser
2014-06-04
Replace ICMP6ECHOLEN define with sizeof()
Florian Obser
2014-05-28
a void function should not be returning anything.
Daniel Dickman
2014-05-01
change some argument names in order to give some consistency between traceroute
Jason McIntyre
2014-04-28
whitespace cleanup while reading result of florian's recent (very nice) work
Theo de Raadt
2014-04-23
Merge traceroute6 into traceroute.
Florian Obser
2014-04-23
KNF
Florian Obser
2014-04-23
Prepare merge: check AF
Florian Obser
2014-04-23
missing break; not reachable
Florian Obser
2014-04-23
No need to set protocol in hints.
Florian Obser
2014-04-23
zap redundant cast
Florian Obser
2014-04-23
Introduce check_tos to unclutter the main loop.
Florian Obser
2014-04-23
move AF independet setsockopts down
Florian Obser
2014-04-23
Add error checking to sysctl. While there pass in an int otherwise
Florian Obser
2014-04-23
Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code for
Florian Obser
2014-04-23
Prepare for merge: s/packet_ok/packet_ok4/ and use packet_ok
Florian Obser
2014-04-23
Prepare merge: introduce struct sockaddr *from, *to to be used in
Florian Obser
2014-04-23
Prepare merge: s/to/to4/; s/from/from4/
Florian Obser
2014-04-23
Make this compile with -Wall et al.
Florian Obser
2014-04-21
Revert 1.101 as it breaks source port selection. This needs more
Florian Obser
2014-04-19
Fix display of destination IP when host is an IP address.
Florian Obser
2014-04-18
Wrap long lines.
Florian Obser
2014-04-18
Move ident / perturb initialisation up, this is AF independent.
Florian Obser
2014-04-18
sync to traceroute6: use getnameinfo for destination ip
Florian Obser
2014-04-18
Declare socklen_t len in main, it's used in two places, no need
Florian Obser
2014-04-18
Use getaddrinfo to resolve destination. I kept the inet_aton so the
Florian Obser
2014-04-18
We do have SO_SNDBUF and IP_HDRINCL.
Florian Obser
2014-04-18
replace perror(3) with err(3)/warn(3)
Florian Obser
2014-04-18
move cast from packet to ip up to avoid casts in print()
Florian Obser
2014-04-18
move ICMP code parsing to function
Florian Obser
2014-04-18
If -s is not given do a dummy connect to get outgoing ip,
Florian Obser
2014-04-18
sync packet_ok signature to traceroute6
Florian Obser
2014-04-18
Factor out build_probe{4,6} from send_probe; now send_probe is
Florian Obser
2014-04-18
We are not ARCHAIC; no object change.
Florian Obser
2014-03-29
use deltaT to calculate time intervalls; reduces diff to traceroute6
Florian Obser
2014-03-29
use iovec in wait_for_reply; reduces diff to traceroute6
Florian Obser
2014-03-24
Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably
Martin Pieuchot
2014-03-18
Make print AF independet and use it in traceroute and traceroute6.
Florian Obser
2014-03-18
Sync inetname from traceroute6 and thereby make it AF independent.
Florian Obser
2014-03-18
AF independent print_asn
Florian Obser
2014-03-18
Wrap long line.
Florian Obser
2014-03-10
12_malloc_memset_to_calloc.msg
Florian Obser
2014-03-10
10_setvbuf.msg
Florian Obser
2014-01-24
Implement -D; from traceroute; reduces diff to traceroute.
Florian Obser
2014-01-24
Sort getopt cases, reduces diff to traceroute6
Florian Obser
2014-01-24
It's an error to have more than 2 arguments; reduces diff to traceroute6
Florian Obser
2014-01-24
Sync "port" type to traceroute6; reduces diff to traceroute6
Florian Obser
2014-01-24
rename s to rcvsock
Florian Obser
[next]