Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-26 | Update for FreeBSD port. Noted by olof@crt.se. | Hakan Olsson | |
2001-10-26 | As sysdep/ is included for all OSes, this file is now obsolete. | Hakan Olsson | |
2001-10-26 | Add sysdep_sa_len function. | Hakan Olsson | |
2001-08-23 | Compile on old systems, my version. | Niklas Hallqvist | |
2001-08-23 | sync w/ netbsd | Markus Friedl | |
2001-08-22 | Revert last change. | Hakan Olsson | |
2001-08-22 | Compile on older systems. | Hakan Olsson | |
2001-08-22 | IPCOMP policy control should be optional for backward | Niklas Hallqvist | |
compatibility. | |||
2001-08-22 | Bypass IPCOMP too. | Niklas Hallqvist | |
2001-08-13 | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | Jun-ichiro itojun Hagino | |
the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API... | |||
2001-08-13 | need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from the | Jun-ichiro itojun Hagino | |
country of humppa. | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-07-18 | minor updates. | Markus Friedl | |
2001-07-06 | style | Niklas Hallqvist | |
2001-07-06 | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). | Hakan Olsson | |
2001-07-03 | sync set_spi with netbsd (fixes typo). | Markus Friedl | |
2001-06-29 | KAME-integrated BSDs have getnameinfo | Jun-ichiro itojun Hagino | |
2001-06-29 | Reflect setsockopt changes. May need further mods for KAME IPsecs. | Hakan Olsson | |
2001-06-29 | setsockopt flags needs to be IPv6 aware | Hakan Olsson | |
2001-06-29 | On OpenBSD, we want -Werror. | Hakan Olsson | |
2001-06-29 | Get rid of redundant lengths in get_spi API. | Hakan Olsson | |
2001-06-29 | More sa_len usage. | Hakan Olsson | |
2001-06-27 | Consistently use "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-06-05 | Deal with an unclear license by replacing the file with a PD | Niklas Hallqvist | |
one, which also have a real implementation instead of stubs :-) | |||
2001-05-05 | Adhere to the new set_spi prototype. | Angelos D. Keromytis | |
2001-04-09 | isakmpd can now capture un-encrypted IKE negotiation packets to a | Hakan 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-09 | fix typo | Markus Friedl | |
2001-04-03 | x509 verified to work on NetBSD now | Niklas Hallqvist | |
2001-03-23 | bsdi support, ok niklas@ | Markus Friedl | |
2001-02-24 | Make DES a feature, so isakmpd can compile on Linux (most of the fixed | Angelos D. Keromytis | |
by newsham@lava.net) | |||
2001-02-24 | For the GETSPI PFKEY message, use the sequence number from the ACQUIRE | Angelos D. Keromytis | |
message. | |||
2001-02-12 | Temporarily disable dlopen() support, some issues with latest OpenSSL update. | Hakan Olsson | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-27 | (c) 2001 | Niklas Hallqvist | |
2001-01-27 | "obj" target conflicts with one defined in share/mk; obey bsd.*.mk | Jun-ichiro itojun Hagino | |
2001-01-27 | Cleanup the MP_FLAVOUR situation. Still needs work. | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Move in foreign OS support. The OpenBSD repository is now the official | Niklas Hallqvist | |
isakmpd home. | |||
2001-01-26 | Merge with EOM 1.18 | Niklas Hallqvist | |
author: niklas Sync with OpenBSD changes by smurph | |||
2000-12-29 | correct m88k definitions. | Steve Murphree | |
2000-12-12 | revert former patch, the correct solution is to not compile this file at all | Niklas Hallqvist | |
for architectures without shlibs | |||
2000-12-12 | sysdep/openbsd/sysdep.c: Merge with EOM 1.9 | Niklas 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-12 | Merge with EOM 1.17 | Niklas Hallqvist | |
author: niklas Do not try to deal with weak syms on archs that do not have shlibs | |||
2000-11-19 | XXX - Alpha port doesn't currently support weak symbols | Todd C. Miller | |
2000-10-16 | Merge with EOM 1.1 | Niklas Hallqvist | |
author: niklas Add weak aliases for keynote symbols that have not always been there | |||
2000-10-16 | Merge with EOM 1.16 | Niklas 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-07 | Merge with EOM 1.14 | Niklas Hallqvist | |
author: ho Add USE_KEYNOTE if policy feature is active |