summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Expand)Author
2001-06-29Fix address byte ordering issue, ho@ okAngelos D. Keromytis
2001-06-29Removing a debugging printout...Hakan Olsson
2001-06-29KAME-integrated BSDs have getnameinfoJun-ichiro itojun Hagino
2001-06-29Reflect setsockopt changes. May need further mods for KAME IPsecs.Hakan Olsson
2001-06-29setsockopt flags needs to be IPv6 awareHakan Olsson
2001-06-29Set the port *before* the comparison.Angelos D. Keromytis
2001-06-29LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out ofAngelos D. Keromytis
2001-06-29Create an IPv6 default transportNiklas Hallqvist
2001-06-29oopsNiklas Hallqvist
2001-06-29more AF-independenceNiklas Hallqvist
2001-06-29Remove extra ':' from LOG_DBG_BUF()Angelos D. Keromytis
2001-06-29Provide an API to get sockaddrs out of the config dbNiklas Hallqvist
2001-06-29IPv6 support, by niklas@ and me.Hakan Olsson
2001-06-29On OpenBSD, we want -Werror.Hakan Olsson
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-29More sa_len usage.Hakan Olsson
2001-06-29A few more direct sa_len usages.Hakan Olsson
2001-06-29Since we have a sockaddr struct, use sa_len directly.Hakan Olsson
2001-06-29Be consistent.Hakan Olsson
2001-06-29fix compilation on netbsd/kame. not really testedJun-ichiro itojun Hagino
2001-06-29Style fix as per niklas@'s suggestion.Hakan Olsson
2001-06-29Initial IPv6 support. (niklas@ ok)Hakan Olsson
2001-06-29Don't assume IPv4. Initial IPv6 support.Hakan Olsson
2001-06-28Add some more debugging information wrt PRF generation.Angelos D. Keromytis
2001-06-27sockaddr2text w/o HAVE_GETNAMEINFOHakan 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-27IPv6. Also avoid a couple of mem leaks.Hakan Olsson
2001-06-27A few more functions to help with IPv6 support. By Niklas and me.Hakan Olsson
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-25Update copyright dates.Angelos D. Keromytis
2001-06-25Handle responder cookies same as initiator cookies.Hakan Olsson
2001-06-22fix for filesystems where readdir does not return d_type, use stat instead.Niels Provos
2001-06-20"hmac-sha", not "sha"Angelos D. Keromytis
2001-06-12more to doNiklas Hallqvist
2001-06-12comment styleNiklas Hallqvist
2001-06-12Link with libcrypto instead of libdesNiklas Hallqvist
2001-06-12Add printing of the ciphertextNiklas Hallqvist
2001-06-12styleNiklas Hallqvist
2001-06-11make #ifdef around x509_generate_kn() consistent.Jun-ichiro itojun Hagino
2001-06-07Print the right port on error message.Angelos 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-07log_error -> log_printAngelos D. Keromytis
2001-06-07Actually, don't re-insert X509 certs which we acquired from our storeAngelos D. Keromytis
2001-06-07No need to allocate/free X509 policy information -- the certs areAngelos D. Keromytis
2001-06-07Get rid of useless x509_policy_asserts[]Angelos D. Keromytis
2001-06-07Get rid of the main policy session (unnecessary).Angelos D. Keromytis
2001-06-07Add an X509 cert in the policy session even if it was found in ourAngelos D. Keromytis