Age | Commit message (Expand) | Author |
2004-04-27 | generate a isakmpd (host) key; ok henning, deraadt, cedric | Markus Friedl |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-27 | clean up ifdef hell | Philipp Buehler |
2004-04-27 | parser parts for ipsec ike, markus ok | Henning Brauer |
2004-04-27 | make "pfctl -vvsq" to print "No queue in use" and exit when there is no | Kenjiro Cho |
2004-04-27 | getaddrinfo 4th arg has to be non-null. Gerard gerritsen | Jun-ichiro itojun Hagino |
2004-04-27 | add an example w/ fstat(1) | Philipp Buehler |
2004-04-27 | reworking of man page and sync/update usage(); | Jason McIntyre |
2004-04-27 | fd passing works over a socketpair too of course so document this. | Todd C. Miller |
2004-04-27 | two missing breaks, repairs tcpmd5, with markus | Henning Brauer |
2004-04-27 | initial documentation | Markus Friedl |
2004-04-27 | validate the sequence numbers on TCP resets are an exact match. check is only | Mike Frantzen |
2004-04-27 | don't loop forever on 0-size extensions | Markus Friedl |
2004-04-27 | regress check for macro presence/failure in bounded attrib declaration | Anil Madhavapeddy |
2004-04-27 | restrict the ipsec flows to BGP only; ok henning | Markus Friedl |
2004-04-27 | Set oldp en oldlenp to NULL; provide feedback; set exit status. | Otto Moerbeek |
2004-04-27 | Require NULL oldp when dropping a connection. | Otto Moerbeek |
2004-04-27 | Add __bounded__ attributes like the other hash functions have. | Todd C. Miller |
2004-04-27 | A quad is two ints, not two longs. Also fix some problems with | Otto Moerbeek |
2004-04-27 | unbreak^2 | Henning Brauer |
2004-04-27 | missing ';' in actually unreached code (pointed out by logix(at)franken.de) | Philipp Buehler |
2004-04-27 | repair | Henning Brauer |
2004-04-27 | missing `.It' which was causing START and CT descriptions to be concatenated; | Jason McIntyre |
2004-04-27 | Make the bit count u_int64_t instead of two u_int32_t. Adapted from | Todd C. Miller |
2004-04-27 | typo from Michael Knudsen; | Jason McIntyre |
2004-04-27 | typo and remove some Ns hacks no longer needed; | Jason McIntyre |
2004-04-27 | irregardless -> irrespective; | Jason McIntyre |
2004-04-27 | various small fixes; | Jason McIntyre |
2004-04-27 | regress test for environment passing, SendEnv & AcceptEnv options; ok markus@ | Damien Miller |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2004-04-27 | do not link ssltest.c into libssl, stops main/doit symbols from being | Anil Madhavapeddy |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-27 | do the errno ERANGE dance around a strtol; henning ok | Theo de Raadt |
2004-04-27 | announce route refresh capability, and parse announced route refresh capa | Henning Brauer |
2004-04-27 | print route refresh capability if present | Henning Brauer |
2004-04-27 | initial route refresh support per RFC2918 | Henning Brauer |
2004-04-27 | Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten... | Ryan Thomas McBride |
2004-04-27 | Recalculation of memory footprint of ASC/ASCQ table since I was in here anywa... | Marco Peereboom |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-27 | curpeer must be set back to curgroup, not NULL | Henning Brauer |
2004-04-26 | need more checks on the keys | Henning Brauer |
2004-04-26 | drop tcp connections using sysctl(2) | Markus Friedl |
2004-04-26 | sf works now (for reasonable amounts of ram at least). ok deraadt@ | Ted Unangst |
2004-04-26 | Use a common source file for all the hash helper functions that | Todd C. Miller |
2004-04-26 | add -n flag (do not reverse-lookup). pb and deraadt ok | Jun-ichiro itojun Hagino |
2004-04-26 | unbreak | Henning Brauer |
2004-04-26 | vaddr_t casts for vtophys, works on amd64. ok deraadt@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-04-26 | bzero hint before use. | Jun-ichiro itojun Hagino |
2004-04-26 | change tcpdrop to require newp instead of oldp; suggested by otto | Markus Friedl |