Age | Commit message (Expand) | Author |
2001-06-01 | ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers and | Angelos D. Keromytis |
2001-06-01 | The IPsec-aware NIC cards don't pass the ICV for later verification | Angelos D. Keromytis |
2001-05-31 | Structure for NIC IPsec processing status reports. | Angelos D. Keromytis |
2001-05-31 | Match IPSEC output prototypes. | Angelos D. Keromytis |
2001-05-31 | Two fixes from Stevens via davidg@freebsd, bug report by | Niels Provos |
2001-05-30 | IPSP_IDENTITY_MBOX -> IPSP_IDENTITY_FQDN, and print type of creds/auth | Angelos D. Keromytis |
2001-05-30 | No need for last argument in ipip_output() | Angelos D. Keromytis |
2001-05-30 | Update to match prototypes. | Angelos D. Keromytis |
2001-05-30 | Forgot to update ipsec_output_done() | Angelos D. Keromytis |
2001-05-30 | Match prototype. | Angelos D. Keromytis |
2001-05-30 | Update to match prototype. | Angelos D. Keromytis |
2001-05-30 | With the tags, we don't need to abuse the IPsec API to do socket keying. | Angelos D. Keromytis |
2001-05-30 | Handle TDBF_SKIPCRYPTO on output, and PACKET_TAG_IPSEC_IN_CRYPTO_DONE | Angelos D. Keromytis |
2001-05-30 | Free remote authentication material on TDB free. | Angelos D. Keromytis |
2001-05-30 | Keep track of remote authentication material (like public key) as well. | Angelos D. Keromytis |
2001-05-30 | Correctly free information attached to the policy. | Angelos D. Keromytis |
2001-05-30 | Free local auth on TDB free. | Angelos D. Keromytis |
2001-05-30 | Fields to store local auth information in policy and TDB. | Angelos D. Keromytis |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-29 | Record last use time for SAs. | Angelos D. Keromytis |
2001-05-29 | Keep track of when a TDB was last marked/unmared as SKIPCRYPTO, and | Angelos D. Keromytis |
2001-05-29 | Fields on TDB for last used and last SKIPCRYPTO status change. | Angelos D. Keromytis |
2001-05-29 | Make sure packets that need crypto processing on the NIC don't escape | Angelos D. Keromytis |
2001-05-29 | Add ipsp_skipcrypto_{mark,unmark}() | Angelos D. Keromytis |
2001-05-28 | Don't check IP_ENCAPSULATED. | Angelos D. Keromytis |
2001-05-28 | Don't use IPV6_ENCAPSULATED, tags are used instead. | Angelos D. Keromytis |
2001-05-28 | IP_ENCAPSULATED is deprecated. | Angelos D. Keromytis |
2001-05-27 | Reset pkthdr on old mbuf head. | Angelos D. Keromytis |
2001-05-27 | And clear the M_PKTHDR flag. | Angelos D. Keromytis |
2001-05-27 | Copy tags to first mbuf. | Angelos D. Keromytis |
2001-05-27 | Placeholders for the new socket options. | Angelos D. Keromytis |
2001-05-27 | Add some IPsec-related IP-level socket options. | Angelos D. Keromytis |
2001-05-27 | Remove ipsp_copy_ident() prototype. | Angelos D. Keromytis |
2001-05-27 | ipsp_copy_ident() no longer needed. | Angelos D. Keromytis |
2001-05-27 | Also copy the authentication material to the new socket. | Angelos D. Keromytis |
2001-05-27 | Free IPsec authentication material on PCB tear down. | Angelos D. Keromytis |
2001-05-27 | Keep local authentication material on the PCB. | Angelos D. Keromytis |
2001-05-27 | Probably a good idea to pass the NULL to the correct function... | Angelos D. Keromytis |
2001-05-27 | If we are passed a packet tag, it's an IPSEC_IN_CRYPTO_DONE so convert | Angelos D. Keromytis |
2001-05-27 | Pass a NULL packet tag for now to ipsp_common_input_cb(). | Angelos D. Keromytis |
2001-05-27 | Change prototype of ipsp_common_input_cb() to also accept a packet tag | Angelos D. Keromytis |
2001-05-27 | Forgot to convert this tag. | Angelos D. Keromytis |
2001-05-27 | Update pointers to IPsec-related PCB information when allocating new | Angelos D. Keromytis |
2001-05-27 | Remove unnecessary XXX comment. | Angelos D. Keromytis |
2001-05-27 | Remove unnecessary comment. | Angelos D. Keromytis |
2001-05-27 | New tags. | Angelos D. Keromytis |
2001-05-27 | Use the new IPsec tags. | Angelos D. Keromytis |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino |
2001-05-24 | Check return values (tedu@heorot.stanford.edu) | Angelos D. Keromytis |