Age | Commit message (Expand) | Author |
2004-12-27 | Fix broken pointer arithmetic when receiving a RSA key from the kernel. Found | Hans-Joerg Hoexer |
2004-09-17 | Missing #ifdefs. | Hakan Olsson |
2004-08-12 | Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau. | Hakan Olsson |
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson |
2004-08-08 | spacing | Theo de Raadt |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer |
2004-06-23 | Print corrent prefix. Found and tested by alex at vbone.net. | Hakan Olsson |
2004-06-21 | udpencap_port should be taken from dst transport | Hakan Olsson |
2004-06-21 | Tell the kernel to enable ESP-in-UDP encapsulation when we have | Hakan Olsson |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
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-10 | Fix for PR2429, from Clemens Wittinger. | Hakan Olsson |
2003-11-06 | Style nits. | Hakan Olsson |
2003-08-08 | Fine grained selectors for Linux native IPsec. From Jean-Francois Dive. | Hakan Olsson |
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 |
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-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson |
2003-05-18 | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
2003-05-14 | properly terminate debug string (levels >=40) | Kjell Wooding |
2003-05-14 | I did not test this enough. Unbreak. | Hakan Olsson |
2003-05-12 | AES -> AES_128_CBC | Hakan Olsson |
2003-05-11 | fix ID-type for ipv6; ok niklas; report fries | Markus Friedl |
2003-04-14 | More snprintf style | Hakan Olsson |
2003-04-14 | A "%d" is 12 chars, not 10. Use sizeof num instead of '10' in | Hakan Olsson |
2003-02-24 | pf_key_v2_flow: typo in debug msg (KAME) | Markus Friedl |
2003-01-09 | Change "Default-Phase-2-Suites" --> "Default-phase-2-suites" | Hakan Olsson |
2002-12-06 | Set transform from default. PR#3008 | Hakan Olsson |
2002-12-04 | bit_ffc(3) returns a -1 location for a full bitset. Problem found by | Hakan Olsson |
2002-12-04 | allow ACQUIRE with empty EXT_ADDRESS_SRC; PR 2996; ok angelos@, ho@ | Markus Friedl |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson |
2002-08-29 | size_t has to be casted to u_long on printing. | Jun-ichiro itojun Hagino |
2002-08-23 | Small cleanup. | Hakan Olsson |
2002-08-23 | Proper format | Hakan Olsson |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt |
2002-07-05 | gcc 3.1 nits. Pointed out by David Krause. | Hakan Olsson |
2002-06-11 | set_spi: CPIs are 16 bit. | Hakan Olsson |
2002-06-11 | Don't send KEY extensions for IPCOMP. | Hakan Olsson |
2002-06-11 | Stupid 16-bit CPI numbers. | Hakan Olsson |
2002-06-10 | CPIs cannot be selected from the same range as SPIs. | Hakan Olsson |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-06-07 | own sadb_protocol struct for EXT_PROTOCOL | Hakan Olsson |
2002-06-07 | Send a flow type. | Angelos D. Keromytis |
2002-06-06 | Cleanup / style | Hakan Olsson |
2002-06-06 | Style, and a few additional format/type mods. | Hakan Olsson |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |