summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-23No need for vargs here.Florian Obser
While there move declaration of divert{,6}_output() to .c as it's a private function. Also switch first two args to make it more like similar functions (both suggested by mpi@). Input/OK mpi@, OK lteo@
2014-04-23Use arc4random as PRNG backend, instead of libcrypto RAND.Jeremie Courreges-Anglas
Feedback and ok guenther@ deraadt@ Discussed with upstream, who is preparing an arc4random backend.
2014-04-23more info about HISTORY; ok jmc@Ingo Schwarze
2014-04-23His name is Van Jacobson. ok jmc@Jeremie Courreges-Anglas
2014-04-23Document RTS5227 support in rtsx(4).Stefan Sperling
2014-04-23don't record duplicate IdentityFilesDamien Miller
2014-04-23Casting from a const unsigned char ** to a const unsigned char ** seems...Joel Sing
unnecessary. Remove the temporary ugly casts - the comments even call them that! ok guenther@
2014-04-23We do not need ARGV, Argc and Argv - just use argc and argv like normalJoel Sing
people do. ok beck@ (although he wanted #Arrrrrrrgv instead).
2014-04-23Replace malloc / memset / select song and dance with poll(2) likeFlorian Obser
ping6. Prompted by and initial diff from Peter Malone (peter _AT_ petermalone _DOT_ org), thanks! OK jca@
2014-04-23Don't use varargs for udp_output() and sync the argument order withMartin Pieuchot
udp6_output(). ok henning@, reyk@, jca@
2014-04-23don't clear label before readasciilabel(), it will not fill in someOtto Moerbeek
required fields like disk size, causing consistency check failures. with and ok krw@
2014-04-23Kill useless assignement, matchlen is initialized two lines below.Jeremie Courreges-Anglas
From Fritjof Bornebusch.
2014-04-23Remove badly outdated information: FDDI and Token Ring are gone,Christian Weisgerber
VLAN tags on transmitted packets have been visible to bpf since the introduction of bpf_mtap_ether(). ok brad@, henning@
2014-04-23Don't attempt to deal with link types supported by no drivers in theJeremie Courreges-Anglas
tree. ok henning@
2014-04-23explain a bit more what's going on for stupid me.Marc Espie
okay otto@
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2014-04-23Differentiate between linked and unlinked window closes and renames,Nicholas Marriott
like we already do for adds. From Andre Masella.
2014-04-23Remove krb5 bits from rc(8).Antoine Jacoutot
ok reyk@
2014-04-23You don't want to use ifa_ifwithroute(), it exists for to the routingMartin Pieuchot
crazyness only.
2014-04-23Merge traceroute6 into traceroute.Florian Obser
Not yet enabled in the build. OK benno@
2014-04-23Prepare for merge: s/hops/ttl/ in struct packetdataFlorian Obser
OK benno@
2014-04-23Prepare for merge: no more useicmpFlorian Obser
OK benno@
2014-04-23KNFFlorian Obser
OK benno@
2014-04-23Prepare merge: check AFFlorian Obser
OK benno@
2014-04-23missing break; not reachableFlorian Obser
OK benno@
2014-04-23bzero -> memsetFlorian Obser
OK benno@
2014-04-23s/lastaddr/lastaddr6/Florian Obser
OK benno@
2014-04-23Prepare merge: check AFFlorian Obser
OK benno@
2014-04-23missing break; not reachableFlorian Obser
OK benno@
2014-04-23No need to set protocol in hints.Florian Obser
OK benno@
2014-04-23zap redundant castFlorian Obser
OK benno@
2014-04-23Introduce check_tos to unclutter the main loop.Florian Obser
OK benno@
2014-04-23move AF independet setsockopts downFlorian Obser
OK benno@
2014-04-23s/Nxt/nxt/Florian Obser
OK benno@
2014-04-23Add error checking to sysctl. While there pass in an int otherwiseFlorian Obser
it failes with ENOMEM in traceroute. OK benno@
2014-04-23sync to traceroute: move sndsock creation up.Florian Obser
OK benno@
2014-04-23Prepare for merge: introduce icmp_code for the AF switch.Florian Obser
OK benno@
2014-04-23Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code forFlorian Obser
the AF switch. OK benno@
2014-04-23Prepare for merge: s/packet_ok/packet_ok6/ and use packet_okFlorian Obser
for the AF switch.
2014-04-23Prepare for merge: s/packet_ok/packet_ok4/ and use packet_okFlorian Obser
for the AF switch.
2014-04-23Prepare merge: introduce struct sockaddr *from, *to to be used inFlorian Obser
AF independet places. OK benno@
2014-04-23Prepare merge: s/to/to6/; s/from/from6/Florian Obser
OK benno@
2014-04-23Prepare merge: introduce struct sockaddr *from, *to to be used inFlorian Obser
AF independet places. OK benno@
2014-04-23Prepare merge: s/to/to4/; s/from/from4/Florian Obser
OK benno@
2014-04-23Make this compile with -Wall et al.Florian Obser
OK benno@
2014-04-23Better, cleaner hash function that computes the same on be and le archs.Otto Moerbeek
Should improve sparc64 and other be archs. ok matthew@ miod@
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
ok miod@
2014-04-23Make sure ret->name is NULL'ed before return when freeing.Bob Beck
from Dirk Engling <erdgeist@erdgeist.org>
2014-04-23Rather than sprinkling magical numbers everywhere, we can use sizeof()Bob Beck
for the size of a fixed size array. From Dirk Engling <erdgeist@erdgeist.org>
2014-04-23rename some hardware revisions to match FreeBSDJonathan Gray