Age | Commit message (Expand) | Author |
2000-04-06 | only call get_random_bytes() once in m_pad() | Theo de Raadt |
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding |
2000-04-04 | Verbiage fix. | Angelos D. Keromytis |
2000-03-30 | Only allocate space for a copy of the authenticator if authentication | Angelos D. Keromytis |
2000-03-30 | Set re_rt to NULL, so we don't double free. | Angelos D. Keromytis |
2000-03-29 | Be consistent about packet properties. | Angelos D. Keromytis |
2000-03-29 | Fix problem with TCP/UDP and ACLs. | Angelos D. Keromytis |
2000-03-29 | Minor cleanup. | Angelos D. Keromytis |
2000-03-29 | Note to self: test before committing. | Angelos D. Keromytis |
2000-03-29 | Conform to crypto framework changes for IVs. | Angelos D. Keromytis |
2000-03-28 | Allow authentication-only ESP (must have broken it in the previous | Angelos D. Keromytis |
2000-03-28 | Set the protocol family in the destination address of bypass flows. | Angelos D. Keromytis |
2000-03-27 | As I threatened a while ago, ingress IPsec ACL-checking is turned on | Angelos D. Keromytis |
2000-03-25 | Fix typo causing crash if ESP was used with only authentication or | Angelos D. Keromytis |
2000-03-22 | comment out ifconfig undo code. they are necessary to avoid memory | Jun-ichiro itojun Hagino |
2000-03-21 | Fix casting so it compiles on alphas (testing by janjaap@stack.nl, | Angelos D. Keromytis |
2000-03-21 | Fix function to comply with prototype. Kind of moot, as tcp signatures | Angelos D. Keromytis |
2000-03-17 | remove multiple function declarations. | Artur Grabowski |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding |
2000-03-12 | undo interface address addition, if in_ifinit fails. | Jun-ichiro itojun Hagino |
2000-03-10 | cleared wrong amount of memory in skipjack zerokey, causes bigtime crashes | Theo de Raadt |
2000-03-09 | change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/, | Jun-ichiro itojun Hagino |
2000-03-07 | add ETHERTYPE_8021Q | Chris Cappuccio |
2000-03-03 | remove WIDE's experimental ip reass code, mistakingly merged in partially. | Jun-ichiro itojun Hagino |
2000-02-29 | ensure tcp window size does not overflow (16bit unsigned after window scale). | Jun-ichiro itojun Hagino |
2000-02-28 | move crypto code | Theo de Raadt |
2000-02-28 | upgrade node information query protocol support from 04 draft to | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-24 | hide IP6_EXTHDR_CHECK from the userland. | Jun-ichiro itojun Hagino |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
2000-02-18 | Get rid of printf message from ipf enable, as per theo's request. | Kjell Wooding |
2000-02-18 | fix alignment problem in ancillary data (alpha). | Jun-ichiro itojun Hagino |
2000-02-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding |
2000-02-10 | add PPPoE Discovery- and Session-Stage ETHERTYPEs | Jason Wright |
2000-02-09 | improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should not | Jun-ichiro itojun Hagino |
2000-02-09 | don't need netinet6/in6.h | Jun-ichiro itojun Hagino |
2000-02-07 | s/DIAGNOSTIC/DEBUG/ | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-02-07 | for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h. | Jun-ichiro itojun Hagino |
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding |
2000-01-27 | Merge "old" and "new" ESP and AH in two files (one for each). | Angelos D. Keromytis |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on... | Theo de Raadt |
2000-01-25 | Ok, so setsoftnet is md. | Marc Espie |
2000-01-21 | Fix comment. | Angelos D. Keromytis |
2000-01-21 | Typo. | Angelos D. Keromytis |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-18 | Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP. | Angelos D. Keromytis |
2000-01-17 | fix pullup and otos saving code for ip6 | Jun-ichiro itojun Hagino |