summaryrefslogtreecommitdiff
path: root/sbin/ipsecadm/ipsecadm.c
AgeCommit message (Expand)Author
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2005-06-07don't include ccitt headers (were not used anyway)Henning Brauer
2005-05-25aesctr and null supportMarkus Friedl
2004-12-28handle strtoul correctly on 64-bit machines; hshoexer okTheo de Raadt
2004-11-25off by one in err()Markus Friedl
2004-09-27make usage() fatal, use err/warn, and minor knfJared Yanovich
2004-09-25tidy usage; ok ho hshoexerJared Yanovich
2004-06-25remove two ununsed includesHenning Brauer
2004-05-23support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadtMarkus Friedl
2004-05-23unbreak ipcomp; report davidkrause; ok hshoexer@Markus Friedl
2004-05-14unbreak, interpret cpi and spi values as hex even if not preceded by 0x.Jason Ish
2004-05-10strtonum conversion and better input checking of integer values; ok deraadt@Jason Ish
2004-05-09de-lintTheo de Raadt
2004-01-27correct address resolution logic via getaddrinfo(3). henning and markus okJun-ichiro itojun Hagino
2004-01-27pass -spi for tcpmd5, too; ok hshoexer@Markus Friedl
2004-01-15support for rfc 2385 tcp md5 'signature' keysMarkus Friedl
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-09-23use getaddrinfo for name-to-address resolution. mcbride@ okJun-ichiro itojun Hagino
2003-07-24conform to RFC2367 on SADB_xx naming (local name must be prefixed withJun-ichiro itojun Hagino
2003-07-24hmac-sha2-{256,384,512} support in AH/ESP auth. markus okJun-ichiro itojun Hagino
2003-07-02missing protosTheo de Raadt
2003-02-25implement 'show' and 'monitor' commands; ok djm@, deraadt@, cedric@Markus Friedl
2003-02-15skeleton support for LZS compressionJason Wright
2002-07-03ansiTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-08-05re-order headers as they should beTheo de Raadt
2001-07-06Fix unused/uninitialized variables.Angelos D. Keromytis
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-26configure sa_family on mask too. to preserve older practiceJun-ichiro itojun Hagino
2001-06-26allow -addr src/prefixlen dst/prefixlen. discussed with angelos.Jun-ichiro itojun Hagino
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-08Set SADB_X_POLICYFLAGS_POLICY for flows we add/delete.Angelos D. Keromytis
2001-06-05Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsNiklas Hallqvist
2001-05-30MBOX->USERFQDNAngelos D. Keromytis
2001-04-19PF_KEY identity extensions are NUL-terminated. Do not forget neither toNiklas Hallqvist
2001-03-28Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr)Angelos D. Keromytis
2001-03-22Allow srcid/dstid for manually-set SAs as well (mostly for debugAngelos D. Keromytis
2001-03-08whack exit(-#)Theo de Raadt
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-10-25typo; deraadt okJason Wright
2000-10-18Destination address is not needed for flows.Angelos D. Keromytis
2000-10-16getserv* already returns ports in network byteorderNiklas Hallqvist
2000-10-09AES.Angelos D. Keromytis
2000-09-29Update for no -spi use with flowAngelos D. Keromytis
2000-09-21Send correct lengths for srcid/dstid.Angelos D. Keromytis
2000-09-21Allocate memory for srcid/dstid.Angelos D. Keromytis
2000-09-20srcid/dstid/srcid_type/dstid_type flags for flows.Angelos D. Keromytis
2000-09-19Re-add support for SA bundles.Angelos D. Keromytis
2000-09-19Update to use the new framework.Angelos D. Keromytis
2000-05-02Keep track of those offsets in argv[].Hakan Olsson