summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
AgeCommit message (Collapse)Author
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
compatibility.
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
the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API...
2001-08-13need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from theJun-ichiro itojun Hagino
country of humppa.
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
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
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok
2001-06-05Deal with an unclear license by replacing the file with a PDNiklas Hallqvist
one, which also have a real implementation instead of stubs :-)
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
file. In pcap(3) format, so tcpdump(8) can read it. Idea by Tim Newsham <newsham@lava.net>, work by him and me. Ok angelos@, niklas@
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
by newsham@lava.net)
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
message.
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
isakmpd home.
2001-01-26Merge with EOM 1.18Niklas Hallqvist
author: niklas Sync with OpenBSD changes by smurph
2000-12-29correct m88k definitions.Steve Murphree
2000-12-12revert former patch, the correct solution is to not compile this file at allNiklas Hallqvist
for architectures without shlibs
2000-12-12sysdep/openbsd/sysdep.c: Merge with EOM 1.9Niklas Hallqvist
pf_encap.h: Merge with EOM 1.13 pf_key_v2.h: Merge with EOM 1.4 sysdep.h: Merge with EOM 1.17 author: angelos Pass the local/remote Phase 1 ID to the flow, so it can be reused when an SA is re-negotiated.
2000-12-12Merge with EOM 1.17Niklas Hallqvist
author: niklas Do not try to deal with weak syms on archs that do not have shlibs
2000-11-19XXX - Alpha port doesn't currently support weak symbolsTodd C. Miller
2000-10-16Merge with EOM 1.1Niklas Hallqvist
author: niklas Add weak aliases for keynote symbols that have not always been there
2000-10-16Merge with EOM 1.16Niklas Hallqvist
author: niklas conditionalize getnaminfo and add weak keynote syms author: niklas Add weak aliases for keynote symbols that have not always been there
2000-10-07Merge with EOM 1.14Niklas Hallqvist
author: ho Add USE_KEYNOTE if policy feature is active