summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
AgeCommit message (Expand)Author
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-10DLT_NULL -> DLT_LOOPHakan Olsson
2002-03-05-Werror not possible, because of openssl constification. thanks guysTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-25Update. <mccreary@pch.net>Hakan Olsson
2001-10-26Update for FreeBSD port. Noted by olof@crt.se.Hakan Olsson
2001-10-26As sysdep/ is included for all OSes, this file is now obsolete.Hakan Olsson
2001-10-26Add sysdep_sa_len function.Hakan Olsson
2001-08-23Compile on old systems, my version.Niklas Hallqvist
2001-08-23sync w/ netbsdMarkus Friedl
2001-08-22Revert last change.Hakan Olsson
2001-08-22Compile on older systems.Hakan Olsson
2001-08-22IPCOMP policy control should be optional for backwardNiklas Hallqvist
2001-08-22Bypass IPCOMP too.Niklas Hallqvist
2001-08-13use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not doJun-ichiro itojun Hagino
2001-08-13need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from theJun-ichiro itojun Hagino
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-07-18minor updates.Markus Friedl
2001-07-06styleNiklas Hallqvist
2001-07-06Remove support for PF_ENCAP (deprecated since OpenBSD2.5).Hakan Olsson
2001-07-03sync set_spi with netbsd (fixes typo).Markus Friedl
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-29On OpenBSD, we want -Werror.Hakan Olsson
2001-06-29Get rid of redundant lengths in get_spi API.Hakan Olsson
2001-06-29More sa_len usage.Hakan Olsson
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-05Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsNiklas Hallqvist
2001-06-05Deal with an unclear license by replacing the file with a PDNiklas Hallqvist
2001-05-05Adhere to the new set_spi prototype.Angelos D. Keromytis
2001-04-09isakmpd can now capture un-encrypted IKE negotiation packets to aHakan Olsson
2001-04-09fix typoMarkus Friedl
2001-04-03x509 verified to work on NetBSD nowNiklas Hallqvist
2001-03-23bsdi support, ok niklas@Markus Friedl
2001-02-24Make DES a feature, so isakmpd can compile on Linux (most of the fixedAngelos D. Keromytis
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
2001-02-12Temporarily disable dlopen() support, some issues with latest OpenSSL update.Hakan Olsson
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-27(c) 2001Niklas Hallqvist
2001-01-27"obj" target conflicts with one defined in share/mk; obey bsd.*.mkJun-ichiro itojun Hagino
2001-01-27Cleanup the MP_FLAVOUR situation. Still needs work.Niklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-26Move in foreign OS support. The OpenBSD repository is now the officialNiklas Hallqvist
2001-01-26Merge with EOM 1.18Niklas Hallqvist