Age | Commit message (Expand) | Author |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-11-09 | support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY) | Markus Friedl |
2006-06-10 | Allow isakmpd to use a different private rsa key per isakmp ID. Hans wrote th... | Mathieu Sauve-Frankel |
2005-11-17 | add a free() which got lost in r1.104. ok hshoexer@ deraadt@ | Moritz Jodeit |
2005-11-14 | use snprintf; ok cloder. also looked at by a few other people | Theo de Raadt |
2005-07-14 | fix some memleaks. ok hshoexer@ | Moritz Jodeit |
2005-05-26 | Use TAILQ_FOREACH where possible, remove payload_last() | Hans-Joerg Hoexer |
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder |
2005-04-08 | kill gmp | Hans-Joerg Hoexer |
2005-04-08 | zap USE_RAWKEY | Theo de Raadt |
2005-04-08 | keynote and policy always compiled in | Theo de Raadt |
2005-04-05 | Always compile X509 support. Almost everyone uses it. Makes the code | Chad Loder |
2005-02-22 | better error messages | Hans-Joerg Hoexer |
2004-12-22 | Fix parenthesis mismatch, from Stefan Miltchev. Thanks! | Hans-Joerg Hoexer |
2004-08-08 | spacing | Theo de Raadt |
2004-06-23 | Avoid stat before open. Do open and fstat instead. | Hans-Joerg Hoexer |
2004-06-22 | kn_get_string() may return NULL on failure. Handle this corrctly. | Hans-Joerg Hoexer |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-02 | remove unused BIO-functions. | Hans-Joerg Hoexer |
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-31 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-03-17 | For consistency and to avoid a rare memory leak, the result from | Hakan Olsson |
2003-11-06 | Style nits. | Hakan Olsson |
2003-10-14 | constant_lookup() to constant_name() cleanup. markus@ ok. | Hakan Olsson |
2003-08-08 | Be more careful when using constant_lookup() in messages. Pointed out by | Hakan Olsson |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson |
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson |
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson |
2003-05-15 | Correct a two year old typo, which might actually make | Hakan Olsson |
2003-05-15 | Cleanup. Do not store the private key in either the exchange or sa structs. | Hakan Olsson |
2003-05-15 | Work around some OpenSSL BIO "features" to read the key correctly. | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
2003-05-14 | Default public key directory definition sanity. | Hakan Olsson |
2003-03-13 | Might as well do blinding here too. | Hakan Olsson |
2003-01-22 | Typo. | Hakan Olsson |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson |
2002-06-10 | The dlopen() stuff goes away. | Hakan Olsson |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |
2002-05-28 | off_t to size_t change for printf format and malloc. Pointed out by <greg@nes... | Hakan Olsson |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson |