summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/pf_key_v2.c
AgeCommit message (Expand)Author
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
2001-07-29-Wunused for KAME caseJun-ichiro itojun Hagino
2001-07-25pf_key_v2_flow: sync success and failure messages; ok niklas@Markus Friedl
2001-07-25do not setup identity extensions for KAME; ok angelos@Markus Friedl
2001-07-18use correct length for SADB_X_EXT_POLICY message on KAMEMarkus Friedl
2001-07-02make the alpha happyTheo de Raadt
2001-07-01StyleNiklas Hallqvist
2001-07-01Debug information for IDs.Angelos D. Keromytis
2001-07-01Return the right length for address IDs.Angelos D. Keromytis
2001-07-01Don't try to delete unestablished SPIs.Angelos D. Keromytis
2001-06-29Get rid of redundant lengths in get_spi API.Hakan Olsson
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2001-06-29Since we have a sockaddr struct, use sa_len directly.Hakan Olsson
2001-06-29fix compilation on netbsd/kame. not really testedJun-ichiro itojun Hagino
2001-06-29Initial IPv6 support. (niklas@ ok)Hakan Olsson
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27Keep track of the ACQUIRE sequence number, and pass it to the kernelAngelos D. Keromytis
2001-06-07Actually, using ACQUIRE can cause lowering of security policy levelAngelos D. Keromytis
2001-06-07Ingress flows should be ACQUIRE, not REQUIRE.Angelos D. Keromytis
2001-06-05PF_KEY identity extensions are NUL-terminated. Now, also calculateHakan Olsson
2001-06-05Correctly initialize remote ID when using prefix.Angelos D. Keromytis
2001-06-05Oops, typo.Angelos D. Keromytis
2001-06-05Use pf_key_v2_convert_id() instead of repeating code for the IDs;Angelos D. Keromytis
2001-06-05SADB_IDENTTYPE_PREFIX support (only for fully-specified hosts), plusAngelos D. Keromytis
2001-06-05Dynamically allocate conn, as this is given to the exchange; cleanupAngelos D. Keromytis
2001-06-05portability; unused function on non-openbsd platformJun-ichiro itojun Hagino
2001-06-05Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsNiklas Hallqvist
2001-05-31If we're passed keys and certs to use, put them in the conf space.Angelos D. Keromytis
2001-05-30ifdef out some of the things I inadvertently committed along with theAngelos D. Keromytis
2001-05-30Remove bogus printfAngelos D. Keromytis
2001-05-30MBOX->FQDN, begining of passing some credentials to the kernel.Angelos D. Keromytis
2001-05-05pf_key_v2_set_spi now sets the Phase 1 IDs on the Phase 2 SAs;Angelos D. Keromytis
2001-04-24Correct SA refcounting. Fixes a bug where isakmpd could die when a peer wasNiklas Hallqvist
2001-04-19PF_KEY identity extensions are NUL-terminated. Do not forget neither toNiklas Hallqvist
2001-04-09More style fixes...Hakan Olsson
2001-03-27Fix another memory leak, found by boehm-gc. While not required,Hakan Olsson
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
2001-01-27(c) 2001Niklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-10Fix comment.Angelos D. Keromytis
2001-01-05Set the correct direction for KAME SPD entries (problem reported andAngelos D. Keromytis