Age | Commit message (Expand) | Author |
2000-04-13 | When fragmenting a packet, inherit the multicast and broadcast flags so that | Artur Grabowski |
2000-03-30 | Set re_rt to NULL, so we don't double free. | Angelos D. Keromytis |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-01-11 | Correct sa_require handling. | Angelos D. Keromytis |
2000-01-11 | Use default values when requesting dynamic VPNs. | Angelos D. Keromytis |
2000-01-10 | No need for extern definition of pfkeyv2_acquire() | Angelos D. Keromytis |
2000-01-09 | Transport port is in network order... | Angelos D. Keromytis |
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis |
1999-12-21 | Initialize variable. | Angelos D. Keromytis |
1999-12-18 | Fix kernel panic involving multicast packet (patch different from the | Angelos D. Keromytis |
1999-12-10 | Add code to allow for IPv6 IPsec destinations in IPv4 IPsec flows (e.g., | Angelos D. Keromytis |
1999-12-08 | Fix debugging printf compilation. | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis |
1999-12-04 | Address independence, IPv6 support, and the -local flag in ipsecadm is | Angelos D. Keromytis |
1999-11-04 | pfkeyv2 aquire should not happen when bypassing IPsec. Add missing splx(). | Hakan Olsson |
1999-10-29 | Get rid of unnecessary third argument in *_output routines of IPsec. | Angelos D. Keromytis |
1999-10-29 | Remove unused third argument from ipe4_output() | Angelos D. Keromytis |
1999-07-15 | From angelos@, edits by me, demand keying for PF_KEY | Niklas Hallqvist |
1999-06-15 | handle multicast packets inside ipf too; darren | Theo de Raadt |
1999-05-16 | spltdb introduced, protection for tdb lists and related structures, so | Niklas Hallqvist |
1999-05-14 | A new scalable IPsec SA expiration model. | Niklas Hallqvist |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-03-24 | Implement lifetime expiration notifications. Fix some typos. Remove statics. | Niklas Hallqvist |
1999-03-06 | Update IP pointer, when doing multiple transforms. | Angelos D. Keromytis |
1999-02-24 | Update copyright; remove a few annoying debugging printfs. | Angelos D. Keromytis |
1999-02-24 | Remove encap.h include; saner debugging printfs; fix buglets; work with | Angelos D. Keromytis |
1999-01-11 | Remove duplicate code. | Angelos D. Keromytis |
1999-01-08 | dont call ip_randomid() in htons(). | Niels Provos |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos |
1998-08-02 | cleanup ipsec error handling | Niels Provos |
1998-08-01 | more careful error handling, some simplification and beautification. | Niels Provos |
1998-07-29 | Proper handling of IP in IP and checksumming. | Angelos D. Keromytis |
1998-07-29 | Don't do checksumming unless we're doing IP-in-IP. | Angelos D. Keromytis |
1998-06-30 | remove unnecessary assignment | Niels Provos |
1998-06-03 | request only auth in notify when vpn ipsec route is found with a different | Niels Provos |
1998-05-24 | allow SAs with non-specified source address | Niels Provos |
1998-05-24 | add support for Virtual Private Networks (VPN). | Niels Provos |
1998-05-19 | Wall for non-IPSEC case | Theo de Raadt |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-03-18 | Fix tunnel mode input processing (use ip4_input instead of ipe4_input), | Niels Provos |
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt |
1997-10-02 | conditional error logging | Theo de Raadt |
1997-09-28 | log() needs a \n | Theo de Raadt |
1997-08-26 | indent | Theo de Raadt |
1997-08-04 | No more crashes because of this bug (double m_freem(), essentially). | Angelos D. Keromytis |
1997-07-31 | some indentation stuff | Theo de Raadt |
1997-07-27 | expiration messages, fixes, updates, all sorts of things | Niklas Hallqvist |
1997-07-18 | enablespi/disablespi in encap + print spi's in hostorder | Niels Provos |