Age | Commit message (Expand) | Author |
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 |
2001-08-23 | Correct ipsec_id_string buffer and length handling. | Niklas Hallqvist |
2001-08-22 | use ipsec_id_string() when generating rawkey file names. | Hakan Olsson |
2001-08-22 | If we fail to get a key from DNSSEC, RAWKEY can still succeed. | Hakan Olsson |
2001-08-16 | openssl black magic. | Hakan Olsson |
2001-08-16 | Off-by-one error in [u]fqdn cases, plus better debug messages when | Hakan Olsson |
2001-08-16 | ISAKMP ID type offset was wrong. | Hakan Olsson |
2001-08-15 | Some more style... | Hakan Olsson |
2001-08-15 | Support trusted public (RSA) keys as files too. niklas@ ok. | Hakan Olsson |
2001-07-01 | Style | Niklas Hallqvist |
2001-06-29 | Remove extra ':' from LOG_DBG_BUF() | Angelos D. Keromytis |
2001-06-29 | Initial IPv6 support. (niklas@ ok) | Hakan Olsson |
2001-06-28 | Add some more debugging information wrt PRF generation. | Angelos D. Keromytis |
2001-06-11 | make #ifdef around x509_generate_kn() consistent. | Jun-ichiro itojun Hagino |
2001-06-07 | Actually, don't re-insert X509 certs which we acquired from our store | Angelos D. Keromytis |