Age | Commit message (Expand) | Author |
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 |
2002-05-31 | Look for the authentication info from the kernel in the correct message. | Angelos D. Keromytis |
2002-05-28 | Proper types in format strings. From <greg@nest.cx> | Hakan Olsson |
2002-05-27 | correct pid handling | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-03 | Typo. | Hakan Olsson |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson |
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson |
2001-08-27 | Compile on alpha. | Hakan Olsson |
2001-08-25 | Casting of lhs, is not what you think it is. | Niklas Hallqvist |
2001-08-24 | Initial IPCOMP support. | Hakan Olsson |
2001-08-23 | ignore EEXIST for SPDADD on KAME; ok ho@ | Markus Friedl |
2001-08-19 | Prevent section leak in conf space. | Angelos D. Keromytis |
2001-08-14 | The same msg length fix for KAME cases. | Hakan Olsson |
2001-08-14 | Proper length for PFKEYv2 messages in IPv4-in-IPv6 / IPv6-in-IPv4 flows. | Hakan Olsson |
2001-08-14 | Print the correct fields in a debug message. (cut'n'paste bug) | Hakan Olsson |