Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-03 | ansi | Theo de Raadt | |
2001-12-01 | KNF | Theo de Raadt | |
2001-08-05 | re-order headers as they should be | Theo de Raadt | |
2001-07-06 | Fix unused/uninitialized variables. | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-06-26 | configure sa_family on mask too. to preserve older practice | Jun-ichiro itojun Hagino | |
2001-06-26 | allow -addr src/prefixlen dst/prefixlen. discussed with angelos. | Jun-ichiro itojun Hagino | |
XXX usage() needs to be made more cute | |||
2001-06-25 | Copyright update. | Angelos D. Keromytis | |
2001-06-08 | Set SADB_X_POLICYFLAGS_POLICY for flows we add/delete. | Angelos D. Keromytis | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-05-30 | MBOX->USERFQDN | Angelos D. Keromytis | |
2001-04-19 | PF_KEY identity extensions are NUL-terminated. Do not forget neither to | Niklas Hallqvist | |
allocate for the NUL, nor to actually transfer it. | |||
2001-03-28 | Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr) | Angelos D. Keromytis | |
2001-03-22 | Allow srcid/dstid for manually-set SAs as well (mostly for debug | Angelos D. Keromytis | |
purposes). | |||
2001-03-08 | whack exit(-#) | Theo de Raadt | |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis | |
2000-10-25 | typo; deraadt ok | Jason Wright | |
2000-10-18 | Destination address is not needed for flows. | Angelos D. Keromytis | |
2000-10-16 | getserv* already returns ports in network byteorder | Niklas Hallqvist | |
2000-10-09 | AES. | Angelos D. Keromytis | |
2000-09-29 | Update for no -spi use with flow | Angelos D. Keromytis | |
2000-09-21 | Send correct lengths for srcid/dstid. | Angelos D. Keromytis | |
2000-09-21 | Allocate memory for srcid/dstid. | Angelos D. Keromytis | |
2000-09-20 | srcid/dstid/srcid_type/dstid_type flags for flows. | Angelos D. Keromytis | |
2000-09-19 | Re-add support for SA bundles. | Angelos D. Keromytis | |
2000-09-19 | Update to use the new framework. | Angelos D. Keromytis | |
2000-05-02 | Keep track of those offsets in argv[]. | Hakan Olsson | |
2000-04-22 | Remove extra space from usage. | Angelos D. Keromytis | |
2000-04-22 | Slight clarification in usage. | Angelos D. Keromytis | |
2000-04-22 | -keyfile/-authkeyfile flags, for reading keys from a file. | Angelos D. Keromytis | |
2000-04-21 | fix some usage glitches | Theo de Raadt | |
2000-03-28 | fix sanity checks to allow authentication-only ESP | Jason Wright | |
2000-02-08 | in6.h is not necessary (in.h will bring it in) | Jun-ichiro itojun Hagino | |
2000-01-27 | Conform with the new changes with regards to new/old ESP/AH | Angelos D. Keromytis | |
2000-01-13 | Add -ingress flag | Angelos D. Keromytis | |
2000-01-09 | Transport protocol ports are in network order. | Angelos D. Keromytis | |
1999-12-20 | Accept IPv6 addresses. | Angelos D. Keromytis | |
1999-12-06 | Minor identation. | Angelos D. Keromytis | |
1999-12-04 | Deprecate -local flag. | Angelos D. Keromytis | |
1999-11-04 | Support IPsec bypass flows. (ok angelos@, niklas@) | Hakan Olsson | |
1999-09-07 | Add {newline, usage()} to 'unknown command' message. | Hakan Olsson | |
1999-08-25 | Fix usage message, fix flow logic. | Angelos D. Keromytis | |
1999-08-05 | Add 'ipsecadm flush' to do what 'route flush -encap' doesn't manage. | Hakan Olsson | |
Sync manpage and fix a couple of typos. | |||
1999-07-15 | SPI 0 is the one we use for demand keying, IANA reserved SPIs are not | Niklas Hallqvist | |
allowed | |||
1999-07-02 | rename SADB_foo_X_bar to SADB_X_foo_bar | Theo de Raadt | |
1999-06-05 | fix another inet_aton() | Theo de Raadt | |
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-04-18 | missing iscmd | Niels Provos | |
1999-03-29 | make it compile | Niels Provos | |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. |