Age | Commit message (Expand) | Author |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-02-16 | KNF | Theo de Raadt |
2003-02-16 | KNF | Jason Wright |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2002-07-31 | fix potential NULL pointer deref. From: tedu <grendel@zeitbombe.org> | Jun-ichiro itojun Hagino |
2002-06-07 | Add flow type arg to import_flow() | Hakan Olsson |
2002-05-31 | Pass authentication information (if available) in ACQUIRE message. | Angelos D. Keromytis |
2002-03-03 | Fix crashes associated with SADB_GET/SADB_DUMP --- memory was not | Angelos D. Keromytis |
2002-02-21 | Correctly initialize the compression case. | Angelos D. Keromytis |
2002-01-23 | It looks like there has been one crack smoking and a few cut and pastes. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-08-05 | Actually, move the check inside the switch. | Angelos D. Keromytis |
2001-08-05 | Only flush the policies if the message type is UNSPEC. | Angelos D. Keromytis |
2001-07-06 | Indentation. | Hakan Olsson |
2001-07-05 | IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-27 | Don't bzero() after doing a TAILQ_INIT()... | Angelos D. Keromytis |
2001-06-27 | Initialize acquire state list in newly allocated policy. | Angelos D. Keromytis |
2001-06-27 | Don't cache packets that hit policies -- we'll do that at the PCB for | Angelos D. Keromytis |
2001-06-26 | Use pool(9) for IPsec policy structures. | Angelos D. Keromytis |
2001-06-26 | Keep the PFKEY sequence number at the TDB, plus a little bit of KNF | Angelos D. Keromytis |
2001-06-08 | Only delete/modify flows with the IPSP_POLICY_STATIC flag if the appropriate | Angelos D. Keromytis |
2001-06-08 | Trim some unnecessary includes. | Angelos D. Keromytis |
2001-06-08 | Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to make | Angelos D. Keromytis |
2001-06-07 | On a pfkeyv2_get(), allocate enough room for the extra stuff we store | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist |
2001-05-30 | MBOX->USERFQDN, noticed by markus@ | Angelos D. Keromytis |
2001-05-30 | Import/export authentication information for SA. | Angelos D. Keromytis |
2001-05-21 | Use a reference-counted structure for IPsec IDs and credentials, so we | Angelos D. Keromytis |
2001-05-05 | Use the new M_* malloc types | Angelos D. Keromytis |
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 |