Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | do not confuse bytes with bits, noted by marcus.popp at paranoidbsd.org | Hans-Joerg Hoexer | |
2005-06-07 | don't include ccitt headers (were not used anyway) | Henning Brauer | |
2005-05-25 | aesctr and null support | Markus Friedl | |
2005-04-08 | document ipcomp(4); | Jason McIntyre | |
2004-12-28 | handle strtoul correctly on 64-bit machines; hshoexer ok | Theo de Raadt | |
2004-11-26 | implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree | Markus Friedl | |
and use sysctl for 'ipsecadm show'; ok deraadt | |||
2004-11-25 | off by one in err() | Markus Friedl | |
2004-10-08 | Don't increment beyond end of message. | Hakan Olsson | |
2004-09-27 | make usage() fatal, use err/warn, and minor knf | Jared Yanovich | |
2004-09-26 | capitalize ESP and AH | Jared Yanovich | |
use macros (or more correct macros) for commands/modifiers show full syntax of modifiers ok jmc | |||
2004-09-25 | tidy usage; ok ho hshoexer | Jared Yanovich | |
2004-09-23 | grammar/punctuation fixes | Jared Yanovich | |
expand some acronyms shorten sysctl list display other minor consistency fixes add a few .Pp's for readability a few macro fixes indent examples ok and help jmc | |||
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ ok | Hakan Olsson | |
2004-06-25 | remove two ununsed includes | Henning Brauer | |
2004-05-23 | support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt | Markus Friedl | |
2004-05-23 | unbreak ipcomp; report davidkrause; ok hshoexer@ | Markus Friedl | |
2004-05-14 | unbreak, interpret cpi and spi values as hex even if not preceded by 0x. | Jason Ish | |
2004-05-10 | strtonum conversion and better input checking of integer values; ok deraadt@ | Jason Ish | |
2004-05-09 | de-lint | Theo de Raadt | |
2004-04-27 | don't loop forever on 0-size extensions | Markus Friedl | |
2004-02-02 | memset typo; Moritz Jodeit | Markus Friedl | |
2004-01-27 | correct address resolution logic via getaddrinfo(3). henning and markus ok | Jun-ichiro itojun Hagino | |
2004-01-27 | pass -spi for tcpmd5, too; ok hshoexer@ | Markus Friedl | |
2004-01-15 | document tcpmd5; with jmc, hshoexer | Markus Friedl | |
2004-01-15 | support for rfc 2385 tcp md5 'signature' keys | Markus Friedl | |
(e.g. ipsecadm tcpmd5 -src ::1 -dst ::1 -key deadbeef) | |||
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl | |
ok deraadt@ | |||
2003-09-23 | use getaddrinfo for name-to-address resolution. mcbride@ ok | Jun-ichiro itojun Hagino | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino | |
SADB_X_xx) | |||
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino | |
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-05-10 | typo; | Jason McIntyre | |
2003-03-14 | unkown -> unknown | margarida | |
ok millert@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-02-26 | .Dv PF_KEY | Markus Friedl | |
2003-02-26 | pass sadb_msg to print_xxx because print_sa needs to check the satype | Markus Friedl | |
(for ipcomp). | |||
2003-02-25 | implement 'show' and 'monitor' commands; ok djm@, deraadt@, cedric@ | Markus Friedl | |
2003-02-24 | lzs with hifn.4 is available too | Jason Wright | |
2003-02-15 | skeleton support for LZS compression | Jason Wright | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-01-15 | missing "," | Markus Friedl | |
2002-12-06 | fix linebreak in example; ok ho@, jason@ | Markus Friedl | |
2002-09-06 | remove Xr to photuris | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-06-10 | save some entropy in random key generation. oked by angelos many moons ago | Kjell Wooding | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-12-10 | ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit. | Hakan Olsson | |