Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | No 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-23 | Use 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-23 | more info about HISTORY; ok jmc@ | Ingo Schwarze | |
2014-04-23 | His name is Van Jacobson. ok jmc@ | Jeremie Courreges-Anglas | |
2014-04-23 | Document RTS5227 support in rtsx(4). | Stefan Sperling | |
2014-04-23 | don't record duplicate IdentityFiles | Damien Miller | |
2014-04-23 | Casting 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-23 | We do not need ARGV, Argc and Argv - just use argc and argv like normal | Joel Sing | |
people do. ok beck@ (although he wanted #Arrrrrrrgv instead). | |||
2014-04-23 | Replace malloc / memset / select song and dance with poll(2) like | Florian Obser | |
ping6. Prompted by and initial diff from Peter Malone (peter _AT_ petermalone _DOT_ org), thanks! OK jca@ | |||
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot | |
udp6_output(). ok henning@, reyk@, jca@ | |||
2014-04-23 | don't clear label before readasciilabel(), it will not fill in some | Otto Moerbeek | |
required fields like disk size, causing consistency check failures. with and ok krw@ | |||
2014-04-23 | Kill useless assignement, matchlen is initialized two lines below. | Jeremie Courreges-Anglas | |
From Fritjof Bornebusch. | |||
2014-04-23 | Remove 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-23 | Don't attempt to deal with link types supported by no drivers in the | Jeremie Courreges-Anglas | |
tree. ok henning@ | |||
2014-04-23 | explain a bit more what's going on for stupid me. | Marc Espie | |
okay otto@ | |||
2012-03-26 | Import 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-23 | Differentiate between linked and unlinked window closes and renames, | Nicholas Marriott | |
like we already do for adds. From Andre Masella. | |||
2014-04-23 | Remove krb5 bits from rc(8). | Antoine Jacoutot | |
ok reyk@ | |||
2014-04-23 | You don't want to use ifa_ifwithroute(), it exists for to the routing | Martin Pieuchot | |
crazyness only. | |||
2014-04-23 | Merge traceroute6 into traceroute. | Florian Obser | |
Not yet enabled in the build. OK benno@ | |||
2014-04-23 | Prepare for merge: s/hops/ttl/ in struct packetdata | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare for merge: no more useicmp | Florian Obser | |
OK benno@ | |||
2014-04-23 | KNF | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare merge: check AF | Florian Obser | |
OK benno@ | |||
2014-04-23 | missing break; not reachable | Florian Obser | |
OK benno@ | |||
2014-04-23 | bzero -> memset | Florian Obser | |
OK benno@ | |||
2014-04-23 | s/lastaddr/lastaddr6/ | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare merge: check AF | Florian Obser | |
OK benno@ | |||
2014-04-23 | missing break; not reachable | Florian Obser | |
OK benno@ | |||
2014-04-23 | No need to set protocol in hints. | Florian Obser | |
OK benno@ | |||
2014-04-23 | zap redundant cast | Florian Obser | |
OK benno@ | |||
2014-04-23 | Introduce check_tos to unclutter the main loop. | Florian Obser | |
OK benno@ | |||
2014-04-23 | move AF independet setsockopts down | Florian Obser | |
OK benno@ | |||
2014-04-23 | s/Nxt/nxt/ | Florian Obser | |
OK benno@ | |||
2014-04-23 | Add error checking to sysctl. While there pass in an int otherwise | Florian Obser | |
it failes with ENOMEM in traceroute. OK benno@ | |||
2014-04-23 | sync to traceroute: move sndsock creation up. | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare for merge: introduce icmp_code for the AF switch. | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code for | Florian Obser | |
the AF switch. OK benno@ | |||
2014-04-23 | Prepare for merge: s/packet_ok/packet_ok6/ and use packet_ok | Florian Obser | |
for the AF switch. | |||
2014-04-23 | Prepare for merge: s/packet_ok/packet_ok4/ and use packet_ok | Florian Obser | |
for the AF switch. | |||
2014-04-23 | Prepare merge: introduce struct sockaddr *from, *to to be used in | Florian Obser | |
AF independet places. OK benno@ | |||
2014-04-23 | Prepare merge: s/to/to6/; s/from/from6/ | Florian Obser | |
OK benno@ | |||
2014-04-23 | Prepare merge: introduce struct sockaddr *from, *to to be used in | Florian Obser | |
AF independet places. OK benno@ | |||
2014-04-23 | Prepare merge: s/to/to4/; s/from/from4/ | Florian Obser | |
OK benno@ | |||
2014-04-23 | Make this compile with -Wall et al. | Florian Obser | |
OK benno@ | |||
2014-04-23 | Better, 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-23 | Make libssl and libcrypto compile with -Werror | Bob Beck | |
ok miod@ | |||
2014-04-23 | Make sure ret->name is NULL'ed before return when freeing. | Bob Beck | |
from Dirk Engling <erdgeist@erdgeist.org> | |||
2014-04-23 | Rather 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-23 | rename some hardware revisions to match FreeBSD | Jonathan Gray | |