Age | Commit message (Expand) | Author |
2001-06-14 | limited broadcast 255.255.255.255 was not recognized correctly, reported | Niels Provos |
2001-06-13 | Use blocksize, not ivmask | Angelos D. Keromytis |
2001-06-12 | IPsec-related socket options; these can be set/removed/retrieved, but | Angelos D. Keromytis |
2001-06-12 | IPsec setsockopts. | Angelos D. Keromytis |
2001-06-09 | Inclusion protection. | Angelos D. Keromytis |
2001-06-09 | Protect from multiple inclusion. | Angelos D. Keromytis |
2001-06-09 | Less aggressive include cleanup, so it won't piss of Theo again (one hopes) | Angelos D. Keromytis |
2001-06-08 | it is nice if the kernel compiles | Theo de Raadt |
2001-06-08 | IPSP_POLICY_STATIC flag. | Angelos D. Keromytis |
2001-06-08 | Update packet counters correctly. | Artur Grabowski |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-08 | Trim include files. | Angelos D. Keromytis |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-06-05 | That debug message was just too chatty, even as a debug message :-) | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff |
2001-06-01 | use pool allocation for ip fragement queue, from netbsd, | Niels Provos |
2001-06-01 | Merge two m_copydata() calls into one, and (hopefully) correct the | Angelos D. Keromytis |
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 |