Age | Commit message (Expand) | Author |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski |
2001-03-15 | convert SA expirations to the new timeouts. | Michael Shalayeff |
2001-03-04 | Import/export credentials from TDB. | Angelos D. Keromytis |
2000-12-24 | Set sequence number to zero for last message in SADB_DUMP, close pr 1583. | Angelos D. Keromytis |
2000-12-15 | send messages to all registered listeners. makes multiple keying daemons | Niels Provos |
2000-12-14 | sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this. | Niels Provos |
2000-11-17 | Missed this, from the previous commit. | Angelos D. Keromytis |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis |
2000-11-06 | Send the message to registered promiscuous listeners. | Angelos D. Keromytis |
2000-10-14 | ASKPOLICY message; used by key management to inquire about policy | Angelos D. Keromytis |
2000-10-09 | AES. | Angelos D. Keromytis |
2000-10-09 | Properly cleanup IDs when resetting policy. | Angelos D. Keromytis |
2000-09-29 | Don't use an SA payload for ADDFLOW/DELFLOW. | Angelos D. Keromytis |
2000-09-21 | Correctly handle srcid/dstid. | Angelos D. Keromytis |
2000-09-20 | Add IDENTITY payloads to flow establishment (and cleanup accordingly) | Angelos D. Keromytis |
2000-09-19 | SA bundles. | Angelos D. Keromytis |
2000-09-19 | Still more careful with cleaning up. | Angelos D. Keromytis |
2000-09-19 | Better cleanup on invalid ADDFLOW message. | Angelos D. Keromytis |
2000-09-19 | SPD-driven IPsec. | Angelos D. Keromytis |
2000-08-24 | Fix a problem when deleting a flow via -delete. This only affects flows | Federico G. Schwindt |
2000-08-08 | Big oops -- lucky us BLF and CAST are not used by anyone else (on the | Angelos D. Keromytis |
2000-03-26 | Add RCS ID. | Angelos D. Keromytis |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-01-27 | Merge "old" and "new" ESP and AH in two files (one for each). | Angelos D. Keromytis |
2000-01-13 | Ingress flow support. | Angelos D. Keromytis |
2000-01-12 | Major style cleanup for pfkeyv2.c | Angelos D. Keromytis |
2000-01-10 | Remove unnecessary function prototype. | Angelos D. Keromytis |
2000-01-09 | Use rt_maskedcopy() instead of handling netmasks manually. | Angelos D. Keromytis |
2000-01-09 | Proper netmask handling. | Angelos D. Keromytis |
1999-12-04 | IPv6 address support, get rid of the LOCALFLOW flag | Angelos D. Keromytis |
1999-11-04 | Bypass flows can be flushed. | Hakan Olsson |
1999-08-14 | Typo fix. | Hakan Olsson |
1999-08-10 | Support SADB_DUMP. Misc code cleanup. angelos@ ok. | Hakan Olsson |
1999-08-05 | Add SADB_FLUSH logic (tdb flushing). | Hakan Olsson |
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-07-02 | rename SADB_foo_X_bar to SADB_X_foo_bar | Theo de Raadt |
1999-06-01 | Introduce M_PFKEY kmem type, and use it. (angelos@ ok) | Hakan Olsson |
1999-05-31 | Fix M_TEMP memory leak in pfkeyv2_expire() | Hakan Olsson |
1999-05-23 | Avoid bzero + free after failed malloc(). From niklas@ | Hakan Olsson |
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-04-09 | when the REPLACE flag was used, but no former flows was there, we did not | Niklas Hallqvist |
1999-03-31 | Implement SADB_SAFLAGS_X_REPLACEFLOW | 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-05 | update allocation statistics | Theo de Raadt |