summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/pf_key_v2.c
AgeCommit message (Expand)Author
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
2003-05-18Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, withHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
2003-05-14properly terminate debug string (levels >=40)Kjell Wooding
2003-05-14I did not test this enough. Unbreak.Hakan Olsson
2003-05-12AES -> AES_128_CBCHakan Olsson
2003-05-11fix ID-type for ipv6; ok niklas; report friesMarkus Friedl
2003-04-14More snprintf styleHakan Olsson
2003-04-14A "%d" is 12 chars, not 10. Use sizeof num instead of '10' inHakan Olsson
2003-02-24pf_key_v2_flow: typo in debug msg (KAME)Markus Friedl
2003-01-09Change "Default-Phase-2-Suites" --> "Default-phase-2-suites"Hakan Olsson
2002-12-06Set transform from default. PR#3008Hakan Olsson
2002-12-04bit_ffc(3) returns a -1 location for a full bitset. Problem found byHakan Olsson
2002-12-04allow ACQUIRE with empty EXT_ADDRESS_SRC; PR 2996; ok angelos@, ho@Markus Friedl
2002-09-11signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.Hakan Olsson
2002-08-29size_t has to be casted to u_long on printing.Jun-ichiro itojun Hagino
2002-08-23Small cleanup.Hakan Olsson
2002-08-23Proper formatHakan Olsson
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-07-05gcc 3.1 nits. Pointed out by David Krause.Hakan Olsson
2002-06-11set_spi: CPIs are 16 bit.Hakan Olsson
2002-06-11Don't send KEY extensions for IPCOMP.Hakan Olsson
2002-06-11Stupid 16-bit CPI numbers.Hakan Olsson
2002-06-10CPIs cannot be selected from the same range as SPIs.Hakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-07own sadb_protocol struct for EXT_PROTOCOLHakan Olsson
2002-06-07Send a flow type.Angelos D. Keromytis
2002-06-06Cleanup / styleHakan Olsson
2002-06-06Style, and a few additional format/type mods.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-05-31Look for the authentication info from the kernel in the correct message.Angelos D. Keromytis
2002-05-28Proper types in format strings. From <greg@nest.cx>Hakan Olsson
2002-05-27correct pid handlingTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-02-21Use dport instead of sport, shifflett@nps.navy.milAngelos D. Keromytis
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-01-25Typo. <mccreary@pch.net>Hakan Olsson
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23strcat->strlcat, sprintf->snprintfHakan Olsson
2002-01-03Typo.Hakan Olsson
2001-10-26Change to use sysdep_sa_len() function.Hakan Olsson
2001-10-12SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok.Hakan Olsson
2001-08-27Compile on alpha.Hakan Olsson
2001-08-25Casting of lhs, is not what you think it is.Niklas Hallqvist
2001-08-24Initial IPCOMP support.Hakan Olsson
2001-08-23ignore EEXIST for SPDADD on KAME; ok ho@Markus Friedl
2001-08-19Prevent section leak in conf space.Angelos D. Keromytis
2001-08-14The same msg length fix for KAME cases.Hakan Olsson
2001-08-14Proper length for PFKEYv2 messages in IPv4-in-IPv6 / IPv6-in-IPv4 flows.Hakan Olsson
2001-08-14Print the correct fields in a debug message. (cut'n'paste bug)Hakan Olsson