summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Collapse)Author
2001-07-01StyleNiklas Hallqvist
2001-07-01Style policeNiklas Hallqvist
2001-07-01Regression test for isakmpd utility functions, initially just text2sockaddr.Niklas Hallqvist
2001-07-01Start support for IPv6 addresses in policy.Angelos D. Keromytis
2001-07-01Set size correctly for IPv6 Phase 1 IDs.Angelos D. Keromytis
2001-07-01Debug information for IDs.Angelos D. Keromytis
2001-07-01Return the right length for address IDs.Angelos D. Keromytis
2001-07-01Get the 'default:' case right too.Hakan Olsson
2001-07-01Teach ipsec_decode_ids about IPv6. More error checking, some better log msgs.Hakan Olsson
2001-07-01Eliminate IPv4 dependency.Angelos D. Keromytis
2001-07-01Remove inaccurate "Assumes IPv4" comments.Angelos D. Keromytis
2001-07-01Pass the right arguments to getnameinfo()Angelos D. Keromytis
2001-07-01Fix remote_negotiation_address attribute; fix sockaddr2text() returnAngelos D. Keromytis
value when zero-filling; log_error()->log_print() consistently.
2001-07-01Don't try to delete unestablished SPIs.Angelos D. Keromytis
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
initializing socket.
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
along with the ADD message.
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
okay deraadt@
2001-06-20"hmac-sha", not "sha"Angelos D. Keromytis
2001-06-12more to doNiklas Hallqvist