summaryrefslogtreecommitdiff
path: root/sbin/ipsec
AgeCommit message (Collapse)Author
1998-07-10fix va_arg handling when not __STDC__Niels Provos
1998-06-30- support HMAC flag which if present in the attribute list toggles toNiels 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-24disable startup file in vpn modeNiels Provos
1998-06-18fix spelling mistake, better grammarNiels Provos
1998-06-08exit correctlyNiels Provos
1998-06-03use sigsetopsTheo de Raadt
1998-06-01set correct source address for owner SPIsNiels Provos
1998-06-01correct netmask for flow in local caseNiels Provos
1998-06-01.Dt PHOTURISD 8Niels Provos
1998-05-26grammarTheo de Raadt
1998-05-24update to reflect iv changeNiels Provos
1998-05-24Explain some more about the src field.Angelos D. Keromytis
1998-05-24forgot to apply masks to subnet addressesNiels Provos
1998-05-24add VPN mode.Niels Provos
1998-05-24remote rt and rtdeleteNiels Provos
1998-05-24incorporate functionality of rt and rtdelete commands into ipsecadm,Niels Provos
some improvements to manpage, stricter option checking, -Wall.
1998-05-19fix bug in configuring exchange timeoutNiels Provos
1998-05-19carify iv usage with new esp modeNiels Provos
1998-05-18support kernel notifies for setsockopt/getsockopt interface and fix variousNiels Provos
small bugs.
1998-05-14Explain exchange_lifetime a bit moreNiklas Hallqvist
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13typoNiklas Hallqvist
1998-04-25typosNiklas Hallqvist
1998-04-04use the right key material for authentication, bug report byNiels Provos
Richard Guy Briggs <rgb@conscoop.ottawa.on.ca>
1998-03-16set 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.xTodd C. Miller
1998-03-07remove debugging left overs.Niels Provos
1998-03-05correct reference to photurisd.Niels Provos
1998-03-04move man page to right section.Niels Provos
1998-03-04compliance with draft-simpson-photuris-18.txt, better packet structureNiels Provos
checking, better support for new esp and ah, documentation ...
1997-12-02Use the proper .Bd -literal .Ed sequence for quoting examples.Niels Provos
1997-11-24add support for ripemd-160, mention it in man page.Niels Provos
1997-11-18make old style padding default again, use -netpadding for new styleNiels Provos
padding. allow ip4 encapsulation/tunnels with no encryption/authentication.
1997-11-04support for blowfish and cast. add -authkey to seperate key materialNiels Provos
for encryption and authentication which is needed for variable key length ciphers.
1997-09-24Duh!Angelos D. Keromytis
1997-09-24Support for new style padding.Angelos D. Keromytis
1997-09-23Addition for tunnel mode. I'm in Canada, i can write crypto code!Angelos D. Keromytis
1997-09-14some -WallTheo de Raadt
1997-09-05missing documentation.Niels Provos
1997-09-03arghNiels Provos
1997-09-03forgot a state_insert, handling resource limit messages should work now!Niels Provos
1997-09-02including changes between drafts-14-16.Niels Provos
update cookie and counters correctly after receiving a resource limit message.
1997-08-26first try at documentationNiels Provos
1997-08-26main should return intNiklas Hallqvist
1997-08-26made hopefully more user friendly + support for new esp.Niels Provos
1997-08-24#include <string.h> for strlen() and strcpy().Todd C. Miller
1997-08-24#include <string.h> for strlen().Todd C. Miller
1997-07-28typosNiklas Hallqvist
1997-07-26support for noipsec routes. use -1 or p0 at fespah.Niels Provos