Commit graph

18 commits

Author SHA1 Message Date
shannonjr
25432888ba Fix compile problem with gcc34: char argument passed to functions requiring
int arg cause compile to fail because -Werror is specified in compile flags.
Fix was to add appropriate cast in several places.
2004-11-22 12:42:46 +00:00
bad
88eb08ea76 Get rid of -DNO_RSA in CFLAGS. This causes newer openssl headers to
not include <openssl/rsa.h> from <openssl/x509.h>.  Fixes PR pkg/23901.

While here, apply the patches to properly buildlinkify it for openssl,
which I forgot to pass to agc@ for the last update.
2003-12-30 15:57:53 +00:00
kleink
f870e05a26 Obsoleted in 20030903 (and also distinfo-orphaned); this is now fixed
correctly in the stock distribution.
2003-10-13 19:17:52 +00:00
agc
d1cf13dbac Update to isakmpd version 20030903.
No changelog available, but many bugs fixed, and these sources will
compile with gcc-3.3.1 (well, after I tweaked them).  With thanks to
Christoph Badura for most of this work, I merely did the gcc-3.3.1
patching.
2003-10-10 12:56:18 +00:00
jmc
79d0da89fe Add some patches so if using openssl >= 0.9.7 the new des API is used 2003-09-21 08:02:21 +00:00
dmcmahill
29e312f193 fix some format strings for 64 bit systems so this can build with -Werror 2003-02-08 17:06:26 +00:00
wiz
3ab90d3e93 buildlink1 -> buildlink2. 2002-10-25 09:51:51 +00:00
martti
7e162e0138 This is a new version taken from OpenBSD just before their next release.
Exact list of changes is unknown (you might take a look at OpenBSD's
log entries at http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/)
2001-10-22 05:51:25 +00:00
itojun
049819ce3f upgrade to 20010611.
key changes since 20010403:
- be more picky about isakmpd.policy permission
- debug: dump decoded IKE packets in pcap(3) format
- cert improvements
- RFC2367 compliance
- bug fixes: correct SA refcnt, memory alloc and doc fixes
2001-06-11 11:23:20 +00:00
dmcmahill
a199ce3a15 fix types on 64-bit systems. 2001-05-12 00:04:44 +00:00
itojun
41b34a2982 no need to link libgmp. 2001-04-05 23:29:42 +00:00
itojun
5ed7394884 stability; do not free memory region twice.
openbsd sbin/isakmpd/x509.c 1.46 -> 1.47
2001-04-04 03:45:14 +00:00
itojun
589915baa7 upgrade to latest openbsd tree.
(isakmpd-20010403.tar.gz is placed into ftp.netbsd.org LOCAL_PORTS directory).

major changes from source-changes@openbsd mailing list:

use the hash algorithm found in original certificate for the signature
after it has been patched. from angelos@

For the GETSPI PFKEY message, use the sequence number from the ACQUIRE
message.

Make DES a feature, so isakmpd can compile on Linux (most of the fixed
by newsham@lava.net)

x509 verified to work on NetBSD now
2001-04-03 13:06:27 +00:00
itojun
62c9a1f8a8 fix installation path. (forgot to cvs add) 2001-02-24 00:34:30 +00:00
itojun
20af426594 use code checked out on 20010214 from openbsd repository.
too many changes to mention, so pls look at http://www.openbsd.org/plus.html
2001-02-14 13:27:32 +00:00
itojun
2de4d4425f make it buildable on alpha (need string.h) 2000-10-04 16:36:58 +00:00
fredb
49e9db95e1 Update to 2000-09-15 snapshot, to let this build on NetBSD-1.5, and remove
BROKEN variable. Unfortunately, no ChangeLog is available.

Patch system dependent make goo to use 'SSLBASE', mirroring it's use in
bsd.pkg.mk, rather than obsolete 'PATENTEDOPENSSLSRC'. Also, replace hard-
coded "/usr/pkg", replacing it with ${LOCALBASE}. Finally, set 'LOCALBASE'
and 'SSLBASE' conditionally within the package, for convenience.
2000-09-25 04:00:15 +00:00
itojun
306da9f099 pkgsrc for OpenBSD isakmpd (based on ftp.appli.se snapshot 2000/2/20).
if you are tired of using racoon, you may want to try it.
(may not work as expected due to PF_KEY differences)

---
This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE)
implementation.  It's written by Niklas Hallqvist and Niels Provos,
funded by Ericsson Radio Systems AB.  Currently it is work in
progress, although it can be used for real setups.  There are
releases, but this distribution is not a release and is not named with
ordinary version numbers.  When you got the source, hopefully the
archive was named with a date which reflects when it was created.
These archives are also known as snapshots and will be created at
irregular intervals and put up on ftp.gsnig.net and ftp.appli.se in
/pub/isakmpd.  From Nov 14, 1998 isakmpd is also available in the
OpenBSD main source tree under src/sbin/isakmpd, though slightly
modified because I don't want to carry support files for other OSes in
that distribution.  Look at http://www.openbsd.org/ for details on how
to get OpenBSD source.
2000-03-27 16:04:12 +00:00