summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-04-27zap a ton of silly Tn, and uppercase TTL; a few other minor tweaks along theJason McIntyre
2014-04-27Don't zap disklabel (and next 6 blocks) when installing boot block onKenneth R Westerback
2014-04-26Link traceroute6 to traceroute, thus completing the merge.Florian Obser
2014-04-25add traceroute6 to NAME, and knock out some unneeded Bk/Ek;Jason McIntyre
2014-04-25sort; ok blambertJason McIntyre
2014-04-25MLINKS traceroute.8 traceroute6.8Florian Obser
2014-04-25Merge traceroute6 man page with traceroute.Florian Obser
2014-04-25Remove NULL pointer dereference, which jsg insists I notBret Lambert
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
2014-04-25Remove defined varibles that no longer do anything.Joel Sing
2014-04-24That is strength, boy! That is power! What is steel compared to the handTed Unangst
2014-04-24days since rwhod was useful: 5475Ted Unangst
2014-04-24fix copied text in error stringBret Lambert
2014-04-23Fix format string in DEBUG message (not compiled by default).Reyk Floeter
2014-04-23Use arc4random as PRNG backend, instead of libcrypto RAND.Jeremie Courreges-Anglas
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2014-04-23Merge traceroute6 into traceroute.Florian Obser
2014-04-23Prepare for merge: s/hops/ttl/ in struct packetdataFlorian Obser
2014-04-23Prepare for merge: no more useicmpFlorian Obser
2014-04-23KNFFlorian Obser
2014-04-23Prepare merge: check AFFlorian Obser
2014-04-23missing break; not reachableFlorian Obser
2014-04-23bzero -> memsetFlorian Obser
2014-04-23s/lastaddr/lastaddr6/Florian Obser
2014-04-23Prepare merge: check AFFlorian Obser
2014-04-23missing break; not reachableFlorian Obser
2014-04-23No need to set protocol in hints.Florian Obser
2014-04-23zap redundant castFlorian Obser
2014-04-23Introduce check_tos to unclutter the main loop.Florian Obser
2014-04-23move AF independet setsockopts downFlorian Obser
2014-04-23s/Nxt/nxt/Florian Obser
2014-04-23Add error checking to sysctl. While there pass in an int otherwiseFlorian Obser
2014-04-23sync to traceroute: move sndsock creation up.Florian Obser
2014-04-23Prepare for merge: introduce icmp_code for the AF switch.Florian Obser
2014-04-23Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code forFlorian Obser
2014-04-23Prepare for merge: s/packet_ok/packet_ok6/ and use packet_okFlorian Obser
2014-04-23Prepare for merge: s/packet_ok/packet_ok4/ and use packet_okFlorian Obser
2014-04-23Prepare merge: introduce struct sockaddr *from, *to to be used inFlorian Obser
2014-04-23Prepare merge: s/to/to6/; s/from/from6/Florian Obser
2014-04-23Prepare merge: introduce struct sockaddr *from, *to to be used inFlorian Obser
2014-04-23Prepare merge: s/to/to4/; s/from/from4/Florian Obser
2014-04-23Make this compile with -Wall et al.Florian Obser
2014-04-22turns out there are exactly 3 ports that actually use longnames:Marc Espie
2014-04-22this commit is really florian@'s, since he's the one who made removalHenning Brauer
2014-04-22malloc -> callocGilles Chehade
2002-10-07import apache 1.3.27 and mod_ssl 2.8.11Henning Brauer
1998-10-01Apache 1.3.2Bob Beck
1998-03-25Initial import from apache 1.2.6Bob Beck
2014-04-22Support the CA key for SSL inspection in the ca process. Instead ofReyk Floeter
2014-04-21Print bytes read and written in human readable form, like:Claudio Jeker