summaryrefslogtreecommitdiff
path: root/security/isakmpd/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-05-19make this build again on NetBSD-currentdrochner1-4/+10
2008-12-19Added fixes for DESTDIR support:heinz1-3/+4
Correct settings for file ownership (*OWN, *GRP in patch-aa and patch-ao). Added missing installation directories in patch-aa. Sorted PLIST to placate pkglint. Adapted filename in patch-an to the way mkpatches generates nowadays.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-22Fix compile problem with gcc34: char argument passed to functions requiringshannonjr1-1/+2
int arg cause compile to fail because -Werror is specified in compile flags. Fix was to add appropriate cast in several places.
2003-12-30Get rid of -DNO_RSA in CFLAGS. This causes newer openssl headers tobad1-2/+2
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-10-10Update to isakmpd version 20030903.agc1-8/+9
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-09-21Add some patches so if using openssl >= 0.9.7 the new des API is usedjmc1-1/+3
2003-02-08fix some format strings for 64 bit systems so this can build with -Werrordmcmahill1-1/+3
2002-11-18Updated isakmpd to 20021118martti1-3/+3
* bug fixes
2002-10-25buildlink1 -> buildlink2.wiz1-2/+2
2002-08-30Updated isakmpd to 20020830martti1-3/+3
* OpenBSD 3.1 SA 010: Receiving IKE payloads out of sequence can cause isakmpd(8) to crash. * A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>. Some style mods, and checks added for OpenSSL version 0.9.7 or later. Currently CRLs are not supported for earlier versions. Manual pages updated. * Handle configuration lines that end in whitespace or ^M. Also avoid a potential memory leak. * Start for support of IKECFG in SET/ACK mode. Server side only so far. * Fix keyed HMAC where the key was longer than the blocksize
2002-04-03Updated isakmpd to 20020403martti1-3/+3
- Change DH group handling in the pre-generated parts of the configuration. Add a -GRP{1,2,5} component to transform and suite names to directly specify which group to use. If no group is specified, use DH group 2 (MODP_1024). Earlier transforms and suites using the MD5 hash defaulted to DH group 1, this is no longer true. - Unbreak MD5 and SHA1 passphrases in policy check. - Don't message_dump_raw() bad length messages, i.e too short. - Fix a couple of snprintf length bugs. - Compile without warnings for older/newer OpenSSL.
2002-02-03Updated isakmpd to 20020203.martti1-3/+3
Changes: * bug fixes
2002-01-04Upgrade to latest OpenBSD source tree.martti1-3/+3
- str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf - strftime format fixes - Don't hang waiting for select() with SIGTERM + no active SA - Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP) ... http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/
2001-10-22This is a new version taken from OpenBSD just before their next release.martti1-5/+5
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-06-11upgrade to 20010611.itojun1-5/+3
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-05-12fix types on 64-bit systems.dmcmahill1-2/+2
2001-04-19Move to sha1 digests, add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo