Age | Commit message (Expand) | Author |
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-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-02-09 | don't need netinet6/in6.h | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-01-27 | Merge "old" and "new" ESP and AH in two files (one for each). | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-13 | Print number of ingress flows in /kern/ipsec | Angelos D. Keromytis |
2000-01-13 | put_flow(), find_flow(), and delete_flow() get a third argument (for | Angelos D. Keromytis |
2000-01-11 | Correct sa_require handling. | Angelos D. Keromytis |
2000-01-11 | Fix check for sen_type. | Angelos D. Keromytis |
2000-01-11 | Use default values when requesting dynamic VPNs. | Angelos D. Keromytis |
2000-01-11 | Only use defaults if they have sane values. | Angelos D. Keromytis |
2000-01-10 | Add 10 new ipsec-related sysctl variables...they are currently under | Angelos D. Keromytis |
2000-01-10 | Some more code for dealing with socket IPsec options. | Angelos D. Keromytis |
2000-01-10 | Only setup an expiration for embryonic SAs if | Angelos D. Keromytis |
2000-01-10 | Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; the | Angelos D. Keromytis |
2000-01-10 | 1) Setup a silent TDB expiration for embryonic SAs. | Angelos D. Keromytis |
2000-01-10 | Free ACL when deleting TDB. | Angelos D. Keromytis |
2000-01-09 | Ports in network order... | Angelos D. Keromytis |
1999-12-27 | Print associated interface, if present. | Angelos D. Keromytis |
1999-12-25 | Change some function prototypes, dont unnecessarily initialize some | Angelos D. Keromytis |
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis |
1999-12-08 | comment out call to inet_ntoa6() as we don't have the code yet. | Jun-ichiro itojun Hagino |
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis |
1999-12-05 | Fix an INET6 dependency (niklas@) | Angelos D. Keromytis |
1999-12-04 | Address independence, IPv6 support, and the -local flag in ipsecadm is | Angelos D. Keromytis |
1999-11-04 | Add tdb for IPsec bypass flows. gettdb() should be called at spltdb(). | Hakan Olsson |
1999-09-03 | inet_ntoa4 should manage 4-calls, not just 2 | Hakan Olsson |
1999-08-10 | Add tdb_satype (PF_KEY SADB_SATYPE_<XXX>) to struct tdb | Hakan Olsson |
1999-08-05 | Add tdb_walk. tdb_delete() should clean up routes when deleting flows. | Hakan Olsson |
1999-07-17 | A good hashing function for IPsec SAs that should remove the risks | Niklas Hallqvist |
1999-07-15 | Protect better against rehashing make the kernel run out of resources | Niklas Hallqvist |
1999-07-15 | From angelos@, edits by me, demand keying for PF_KEY | Niklas Hallqvist |
1999-07-06 | ipsec_in_use could get out of sync. (Also niklas@. angelos@ ok) | Hakan Olsson |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz |
1999-06-07 | Fix use of uninitialized TDB hash table in tdb_delete(), introduced | Angelos D. Keromytis |
1999-06-04 | forgot to zero sunion | Niels Provos |
1999-05-23 | SA hash table resizing | Niklas Hallqvist |
1999-05-20 | Fix a bug where the ordered expiration list could get out of order. Add | Niklas Hallqvist |
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-12 | move encdebug to a useful place | Theo de Raadt |
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-04 | be more careful with freeing TDBs | Theo de Raadt |
1999-03-04 | more paranoid maintenance | Theo de Raadt |
1999-02-25 | Prettier reporting, report number of flows in use per SA. | Angelos D. Keromytis |
1999-02-25 | Print more information in /kern/ipsec | Angelos D. Keromytis |
1999-02-24 | Update copyright; remove a few annoying debugging printfs. | Angelos D. Keromytis |