Age | Commit message (Expand) | Author |
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 |
2001-07-29 | -Wunused for KAME case | Jun-ichiro itojun Hagino |
2001-07-25 | pf_key_v2_flow: sync success and failure messages; ok niklas@ | Markus Friedl |
2001-07-25 | do not setup identity extensions for KAME; ok angelos@ | Markus Friedl |
2001-07-18 | use correct length for SADB_X_EXT_POLICY message on KAME | Markus Friedl |
2001-07-02 | make the alpha happy | Theo de Raadt |
2001-07-01 | Style | Niklas Hallqvist |
2001-07-01 | Debug information for IDs. | Angelos D. Keromytis |
2001-07-01 | Return the right length for address IDs. | Angelos D. Keromytis |
2001-07-01 | Don't try to delete unestablished SPIs. | Angelos D. Keromytis |
2001-06-29 | Get rid of redundant lengths in get_spi API. | Hakan Olsson |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson |
2001-06-29 | Since we have a sockaddr struct, use sa_len directly. | Hakan Olsson |
2001-06-29 | fix compilation on netbsd/kame. not really tested | Jun-ichiro itojun Hagino |
2001-06-29 | Initial IPv6 support. (niklas@ ok) | Hakan Olsson |
2001-06-27 | Consistently use "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis |
2001-06-27 | Keep track of the ACQUIRE sequence number, and pass it to the kernel | Angelos D. Keromytis |
2001-06-07 | Actually, using ACQUIRE can cause lowering of security policy level | Angelos D. Keromytis |
2001-06-07 | Ingress flows should be ACQUIRE, not REQUIRE. | Angelos D. Keromytis |
2001-06-05 | PF_KEY identity extensions are NUL-terminated. Now, also calculate | Hakan Olsson |
2001-06-05 | Correctly initialize remote ID when using prefix. | Angelos D. Keromytis |