Up to [cvs.netbsd.org] / pkgsrc / security / isakmpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Thu May 19 15:48:41 2011 UTC (12 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.18: +10 -4
lines
Diff to previous 1.18 (colored)
make this build again on NetBSD-current
Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 19 21:09:11 2008 UTC (3 years, 5 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.17: +4 -3
lines
Diff to previous 1.17 (colored)
Added fixes for DESTDIR support: 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.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 24 13:10:07 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Add RMD160 digests.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 22 12:42:46 2004 UTC (7 years, 6 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
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.
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Tue Dec 30 23:20:42 2003 UTC (8 years, 4 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Pull up a functionality fix to the pkgsrc-2003Q4 branch, requested by Christoph Badura. Module Name: pkgsrc Committed By: bad Date: Tue Dec 30 15:57:53 UTC 2003 Modified Files: pkgsrc/security/isakmpd: distinfo pkgsrc/security/isakmpd/patches: patch-ae Log Message: 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.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 30 15:57:53 2003 UTC (8 years, 4 months ago) by bad
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
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.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 10 12:56:18 2003 UTC (8 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base
Branch point for: pkgsrc-2003Q4
Changes since 1.13: +9 -8
lines
Diff to previous 1.13 (colored)
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.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 21 08:02:21 2003 UTC (8 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Add some patches so if using openssl >= 0.9.7 the new des API is used
Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 8 17:06:26 2003 UTC (9 years, 3 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
fix some format strings for 64 bit systems so this can build with -Werror
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 18 12:07:41 2002 UTC (9 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Updated isakmpd to 20021118 * bug fixes
Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 25 10:00:58 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
buildlink1 -> buildlink2.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 30 07:40:01 2002 UTC (9 years, 8 months ago) by martti
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Updated isakmpd to 20020830
* 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
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 3 12:31:56 2002 UTC (10 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Updated isakmpd to 20020403
- 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.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 3 15:11:53 2002 UTC (10 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Updated isakmpd to 20020203. Changes: * bug fixes
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 4 11:10:50 2002 UTC (10 years, 4 months ago) by martti
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Upgrade to latest OpenBSD source tree.
- 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/
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 22 05:51:25 2001 UTC (10 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
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/)
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 11 11:23:20 2001 UTC (10 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.3: +3 -5
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Sat May 12 00:04:44 2001 UTC (11 years ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
fix types on 64-bit systems.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 19 15:40:31 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:46:54 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo