Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-06 | Style nits. | Hakan Olsson | |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson | |
Require DELETE payloads to be accompanied by HASHes, and add validation for HASH payloads without active exchanges. From Hans-Joerg Hoexer with various modifications and suggestions from me and markus@. Ok markus@. | |||
2003-11-06 | spis[] type tweak. From Hans-Joerg Hoexer. | Hakan Olsson | |
2003-11-05 | PFS: Perfect Forward Secrecy (RFC 2409); | Jason McIntyre | |
from misc@ and ok markus@ | |||
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | OpenSSL generates DNs with emailAddress, not Email. | Ryan Thomas McBride | |
2003-10-25 | receiveing -> receiving; from Jared Yanovich; | Jason McIntyre | |
2003-10-14 | constant_lookup() to constant_name() cleanup. markus@ ok. | Hakan Olsson | |
2003-10-13 | Add a UI FIFO debug class. ok markus@ plus I think henning@ | Hakan Olsson | |
2003-10-04 | Avoid crash on invalid config file (missing value for LIFE_DURATION). | Chad Loder | |
OK ho@ | |||
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell | |
2003-09-26 | don't listen to INADDR_ANY if Listen-on is specified. | Cedric Berger | |
patch from markus@, ok ho@ | |||
2003-09-25 | Fix off-by-one out-of-bounds write; millert@ ok | Aaron Campbell | |
2003-09-25 | Fix one case of set length before realloc. Fix another case of | Chad Loder | |
foo = realloc(foo...) and avoid possible memory leaks. Avoid leaving things pointing to freed memory on failure. | |||
2003-09-24 | re-add AES, but without using EVP; | Markus Friedl | |
patch from Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@ (interops with isakmpd+AES in OpenBSD 3.4) | |||
2003-09-24 | back out EVP change; causes fd leaks; ok cedric@ | Markus Friedl | |
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | Ted Unangst | |
2003-09-02 | A couple of nits. deraadt@ ok. | Hakan Olsson | |
2003-09-02 | Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@. | Hakan Olsson | |
2003-09-02 | For easier compilation on linux systems. Requested by Thomas Walpuski. | Hakan Olsson | |
2003-08-28 | support AES in phase 1, too. switch to OpenSSL EVP interface; | Markus Friedl | |
with Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@ | |||
2003-08-20 | Zap an old "Identification" tag in this sample config. I have no idea | Hakan Olsson | |
what it was supposed to do and in any case there is no reference to this tag in current code. Pointed out by Fridtjof Busse. | |||
2003-08-20 | certpatch(8) can be used to create FQDN X509v3 extensions too. | Hakan Olsson | |
From Fridtjof Busse, via henning@. Thanks. | |||
2003-08-18 | typos; ho@ | Markus Friedl | |
note that ping is still not working on -current; however, SA/SPD/flow setup works for testing isakmpd/ipsec on a signle machine. | |||
2003-08-09 | new sentence, new line + small cleanup; | Jason McIntyre | |
ok ho@ | |||
2003-08-08 | Be more careful when using constant_lookup() in messages. Pointed out by | Hakan Olsson | |
Jean-Francois Dive, although I opted for a slightly different patch. | |||
2003-08-08 | Fine grained selectors for Linux native IPsec. From Jean-Francois Dive. | Hakan Olsson | |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | support ESP with cast/blowfish in KAME plattforms | Markus Friedl | |
2003-08-06 | support ESP with cast/blowfish on KAME platforms | Markus Friedl | |
2003-07-29 | off-by-one in a printf %s | Anil Madhavapeddy | |
markus@ ok a while back | |||
2003-07-25 | add sha2 | Markus Friedl | |
2003-07-25 | add sha2 support; ok ho@ | Markus Friedl | |
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-09 | - remove some .Ss's that worked around the old blank line bug | Jason McIntyre | |
- remove some unnecessary .Pp's - mdoc a list ok ho@ | |||
2003-06-20 | Be a bit more verbose when we give up on ever seeing a response to the | Hakan Olsson | |
last message we sent out. In case we initiated the exchange, one possible and common reason is a network level problem (pf, routing, whatnot), if we're the responder, there is also the possibility we were scanned by something like ike-scan. markus@ ok. | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-15 | ID copying should happen earlier in exchange_finalize so that we won't lose | Hakan Olsson | |
data during rekeying. From Jean-Francois Dive. | |||
2003-06-14 | allocate payload_node with calloc instead of malloc | Hakan Olsson | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-10 | Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand. | Hakan Olsson | |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson | |
D. Keromytis and Niels Provos. | |||
2003-06-04 | Remove 3 and 4 from the "license to use" | Hakan Olsson | |
2003-06-03 | Remove clause 3. Approved by niklas@ and Thomas Walpuski. | Hakan Olsson | |
2003-06-03 | Obsolete. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by markus@ and niklas@. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |