Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-14 | remove -DDEBUG from CFLAGS | Niels Provos | |
1998-08-17 | fix realloc | Niels Provos | |
1998-08-01 | Clarification. | Angelos D. Keromytis | |
1998-08-01 | close socket. Not really necessary, but good form. | Angelos D. Keromytis | |
1998-08-01 | Document accepted values for -proto/-proto2. | Angelos D. Keromytis | |
1998-08-01 | Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51 | Angelos D. Keromytis | |
accepted only). | |||
1998-08-01 | Forgot this already-documented addition: -proto/-proto2 can also take | Angelos D. Keromytis | |
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers). | |||
1998-08-01 | Add symbolic names for the -transport and -sport/-dport flags (from | Angelos D. Keromytis | |
/etc/protocols and /etc/services respectively). Document changes, document option "ip4". | |||
1998-07-29 | Do IP-in-IP encapsulation properly. | Angelos D. Keromytis | |
1998-07-27 | Library dependencies | Niklas Hallqvist | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-17 | Add a notice that DES shouldn't be used. | Angelos D. Keromytis | |
1998-07-10 | fix va_arg handling when not __STDC__ | Niels Provos | |
1998-06-30 | - support HMAC flag which if present in the attribute list toggles to | Niels Provos | |
HMAC authentication transforms and otherwise to simple keyed authentication. Note, HMAC is necessary if new esp is to use integrity checking, i.e. authentication of the payload. - Also fix bug, where SPIs were reserved for more than one protocol when only one protocol, e.g. ESP or AH, could be agreed upon. - Also make kernel.c a bit less complex, I hope. - return notifies to kernel on failure only when kernel started the keying. | |||
1998-06-24 | disable startup file in vpn mode | Niels Provos | |
1998-06-18 | fix spelling mistake, better grammar | Niels Provos | |
1998-06-08 | exit correctly | Niels Provos | |
1998-06-03 | use sigsetops | Theo de Raadt | |
1998-06-01 | set correct source address for owner SPIs | Niels Provos | |
1998-06-01 | correct netmask for flow in local case | Niels Provos | |
1998-06-01 | .Dt PHOTURISD 8 | Niels Provos | |
1998-05-26 | grammar | Theo de Raadt | |
1998-05-24 | update to reflect iv change | Niels Provos | |
1998-05-24 | Explain some more about the src field. | Angelos D. Keromytis | |
1998-05-24 | forgot to apply masks to subnet addresses | Niels Provos | |
1998-05-24 | add VPN mode. | Niels Provos | |
1998-05-24 | remote rt and rtdelete | Niels Provos | |
1998-05-24 | incorporate functionality of rt and rtdelete commands into ipsecadm, | Niels Provos | |
some improvements to manpage, stricter option checking, -Wall. | |||
1998-05-19 | fix bug in configuring exchange timeout | Niels Provos | |
1998-05-19 | carify iv usage with new esp mode | Niels Provos | |
1998-05-18 | support kernel notifies for setsockopt/getsockopt interface and fix various | Niels Provos | |
small bugs. | |||
1998-05-14 | Explain exchange_lifetime a bit more | Niklas Hallqvist | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | typo | Niklas Hallqvist | |
1998-04-25 | typos | Niklas Hallqvist | |
1998-04-04 | use the right key material for authentication, bug report by | Niels Provos | |
Richard Guy Briggs <rgb@conscoop.ottawa.on.ca> | |||
1998-03-16 | set socket options, so that photuris bypasses kernel ipsec policy, | Niels Provos | |
not yet supported by the kernel actually. | |||
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1998-03-07 | remove debugging left overs. | Niels Provos | |
1998-03-05 | correct reference to photurisd. | Niels Provos | |
1998-03-04 | move man page to right section. | Niels Provos | |
1998-03-04 | compliance with draft-simpson-photuris-18.txt, better packet structure | Niels Provos | |
checking, better support for new esp and ah, documentation ... | |||
1997-12-02 | Use the proper .Bd -literal .Ed sequence for quoting examples. | Niels Provos | |
1997-11-24 | add support for ripemd-160, mention it in man page. | Niels Provos | |
1997-11-18 | make old style padding default again, use -netpadding for new style | Niels Provos | |
padding. allow ip4 encapsulation/tunnels with no encryption/authentication. | |||
1997-11-04 | support for blowfish and cast. add -authkey to seperate key material | Niels Provos | |
for encryption and authentication which is needed for variable key length ciphers. | |||
1997-09-24 | Duh! | Angelos D. Keromytis | |
1997-09-24 | Support for new style padding. | Angelos D. Keromytis | |
1997-09-23 | Addition for tunnel mode. I'm in Canada, i can write crypto code! | Angelos D. Keromytis | |