Up to [cvs.netbsd.org] / src / crypto / dist / ipsec-tools / src / racoon
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26.6.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:01:42 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.26: +10 -2
lines
Diff to previous 1.26 (colored) next main 1.27 (colored)
sync with head
Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 1 15:57:31 2012 UTC (4 months, 3 weeks ago) by tteras
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
HEAD
Changes since 1.27: +6 -1
lines
Diff to previous 1.27 (colored)
From Wolfgang Schmieder <wolfgang@die-schmieders.de>: Fix various typos in comments and log messages. Fix default port used in copy_ph1addresses().
Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 1 15:29:28 2012 UTC (4 months, 3 weeks ago) by tteras
Branch: MAIN
Changes since 1.26: +5 -2
lines
Diff to previous 1.26 (colored)
From Wolfgang Schmieder <wolfgang@die-schmieders.de>: Fix memory leaks from configuration reading code, and clean up error handling.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 14 15:50:36 2011 UTC (14 months, 1 week ago) by vanhu
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
ipsec-tools-0_8_0,
ipsec-tools-0_8-branch,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.25: +123 -14
lines
Diff to previous 1.25 (colored)
avoid some memory leaks / free memory access when reloading conf and have inherited config. patch from Roman Hoog Antink <rha@open.ch>
Revision 1.21.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 15:08:32 2011 UTC (14 months, 3 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.21.2.1: +9 -1
lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)
Sync with HEAD
Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 2 15:04:01 2011 UTC (14 months, 3 weeks ago) by vanhu
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.24: +6 -1
lines
Diff to previous 1.24 (colored)
free rsa structures when deleting a struct rmconf. patch by Roman Hoog Antink <rha@open.ch>
Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 2 14:58:27 2011 UTC (14 months, 3 weeks ago) by vanhu
Branch: MAIN
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
free spspec when deleting a rmconf struct. patch by Roman Hoog Antink <rha@open.ch>
Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 2 14:52:32 2011 UTC (14 months, 3 weeks ago) by vanhu
Branch: MAIN
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
fixed some memory leaks in remoteconf. patch by Roman Hoog Antink <rha@open.ch>
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:18:30 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.21: +7 -4
lines
Diff to previous 1.21 (colored)
Sync with HEAD
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 28 13:00:14 2011 UTC (15 months, 3 weeks ago) by tteras
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.21: +7 -4
lines
Diff to previous 1.21 (colored)
From Roman Hoog Antink <rha@open.ch>: Clean up rmconf reloading: rename the functions, and remove unneeded global variable.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 8 12:18:35 2010 UTC (20 months, 2 weeks ago) by vanhu
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Changes since 1.20: +53 -14
lines
Diff to previous 1.20 (colored)
fixed remoteconf selection when no ID specified in configuration, and added some debug to remoteconf selection
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 26 13:31:55 2010 UTC (20 months, 4 weeks ago) by vanhu
Branch: MAIN
Changes since 1.19: +19 -1
lines
Diff to previous 1.19 (colored)
fix by Sergio.Gelato (at) astro.su.se: duplicate some dynamic values in duprmconf()
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 22 09:41:33 2010 UTC (23 months ago) by vanhu
Branch: MAIN
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
added a specific script hook when a dead peer is detected
Revision 1.18 / (download) - annotate - [select for diffs], Tue Sep 1 09:49:59 2009 UTC (2 years, 8 months ago) by tteras
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.17: +16 -18
lines
Diff to previous 1.17 (colored)
Change remote conf matching level to matching score. This way one can override anonymous certificate block config with more exact "inhereted" IP specific block.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 19 13:54:07 2009 UTC (2 years, 9 months ago) by vanhu
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
fixed address check in rmconf_match_type(), just check address with wildcard port
Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 19 12:20:02 2009 UTC (2 years, 9 months ago) by tteras
Branch: MAIN
Changes since 1.15: +31 -22
lines
Diff to previous 1.15 (colored)
Have an enum for rmconf_match_type() return values to make the code a bit more readable.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 3 06:41:47 2009 UTC (2 years, 10 months ago) by tteras
Branch: MAIN
Changes since 1.14: +6 -26
lines
Diff to previous 1.14 (colored)
Get rid of the evil CMPSADDR macro. Trac #295.
Revision 1.12.6.1 / (download) - annotate - [select for diffs], Wed May 13 19:15:54 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.12: +510 -124
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 12 23:05:27 2009 UTC (3 years, 2 months ago) by he
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
When casting to/from a pointer to an integral type (a bad practice, if you ask me), you need to cast via intptr_t for portability.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 12 10:57:26 2009 UTC (3 years, 2 months ago) by tteras
Branch: MAIN
Changes since 1.12: +510 -124
lines
Diff to previous 1.12 (colored)
Support multiple anonymous remotes and decide remoteconf based on identity, received certificates and other information. General code clean up.
Revision 1.12.4.1 / (download) - annotate - [select for diffs], Sun Feb 8 18:42:19 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Apply patch (requested by manu/spz in #378): Downgrade ipsec-tools to 0.7.1nb1.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 19 11:14:49 2008 UTC (3 years, 8 months ago) by tteras
Branch: MAIN
CVS Tags: netbsd-5-base,
netbsd-5-0-RC1,
matt-mips64-base2
Branch point for: netbsd-5,
jym-xensuspend
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Implement ISAKMP SA rekeying configurable with rekey {on|off|force} option
in remote conf.
Revision 1.8.2.1.2.2 / (download) - annotate - [select for diffs], Thu Sep 4 08:46:11 2008 UTC (3 years, 8 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.8.2.1.2.1: +4 -20
lines
Diff to previous 1.8.2.1.2.1 (colored) next main 1.8.2.2 (colored)
Sync with netbsd-4.
Revision 1.8.2.2.2.1 / (download) - annotate - [select for diffs], Mon Aug 18 20:33:33 2008 UTC (3 years, 9 months ago) by jdc
Branch: netbsd-4-0
CVS Tags: netbsd-4-0-1-RELEASE
Changes since 1.8.2.2: +4 -20
lines
Diff to previous 1.8.2.2 (colored) next main 1.8.2.3 (colored)
Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).
Revision 1.8.2.3 / (download) - annotate - [select for diffs], Mon Aug 18 20:31:30 2008 UTC (3 years, 9 months ago) by jdc
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.8.2.2: +4 -20
lines
Diff to previous 1.8.2.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).
Revision 1.10.12.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:26:46 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.10: +4 -20
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.9.4.2 / (download) - annotate - [select for diffs], Wed Jun 18 07:30:19 2008 UTC (3 years, 11 months ago) by mgrooms
Branch: ipsec-tools-0_7-branch
CVS Tags: ipsec-tools-0_7_3,
ipsec-tools-0_7_2,
ipsec-tools-0_7_1
Changes since 1.9.4.1: +4 -20
lines
Diff to previous 1.9.4.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Use utility functions to evaluate and manipulate network port values. No functional changes. Submitted by Timo Teras.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 18 06:47:25 2008 UTC (3 years, 11 months ago) by mgrooms
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Changes since 1.10: +4 -20
lines
Diff to previous 1.10 (colored)
Use utility functions to evaluate and manipulate network port values. No functional changes. Submitted by Timo Teras.
Revision 1.8.2.1.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 06:51:21 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.8.2.1: +2 -6
lines
Diff to previous 1.8.2.1 (colored)
Sync w/ NetBSD-4-RC_1
Revision 1.8.2.2 / (download) - annotate - [select for diffs], Tue Aug 28 11:14:48 2007 UTC (4 years, 8 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1
Branch point for: netbsd-4-0
Changes since 1.8.2.1: +2 -6
lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by manu in ticket #830): Import ipsec-tools 0.7
Revision 1.9.4.1 / (download) - annotate - [select for diffs], Wed Aug 1 11:52:22 2007 UTC (4 years, 9 months ago) by vanhu
Branch: ipsec-tools-0_7-branch
CVS Tags: ipsec-tools-0_7
Changes since 1.9: +2 -6
lines
Diff to previous 1.9 (colored)
use a single PATH_IPSEC_H to fix some path_to_ipsec.h issues
Revision 1.10.14.2 / (download) - annotate - [select for diffs], Wed Jul 18 12:07:53 2007 UTC (4 years, 10 months ago) by vanhu
Branch: matt-mips64
Changes since 1.10.14.1: +711 -0
lines
Diff to previous 1.10.14.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
use a single PATH_IPSEC_H to fix some path_to_ipsec.h issues
Revision 1.10.14.1, Wed Jul 18 12:07:52 2007 UTC (4 years, 10 months ago) by vanhu
Branch: matt-mips64
Changes since 1.10: +0 -711
lines
FILE REMOVED
file remoteconf.c was added on branch matt-mips64 on 2007-07-18 12:07:53 +0000
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 18 12:07:52 2007 UTC (4 years, 10 months ago) by vanhu
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
matt-mips64-base,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: wrstuden-revivesa,
matt-mips64
Changes since 1.9: +2 -6
lines
Diff to previous 1.9 (colored)
use a single PATH_IPSEC_H to fix some path_to_ipsec.h issues
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Sun May 13 10:14:06 2007 UTC (5 years ago) by jdc
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Upgrade ipsec-tools to 0.7-beta3 (Requested by manu in ticket #634).
Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 9 05:52:57 2006 UTC (5 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: ipsec-tools-0_7-rc1,
ipsec-tools-0_7-beta3,
ipsec-tools-0_7-beta2,
ipsec-tools-0_7-beta1,
ipsec-tools-0_7-base,
ipsec-tools-0_7-RC1
Branch point for: ipsec-tools-0_7-branch
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
From Joy Latten: Add support for SELinux security contexts. Also cleanup the libipsec interface for adding and updating security associations.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 18 20:32:40 2006 UTC (5 years, 8 months ago) by manu
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
From Matthew Grooms: ike_frag force option to force the use of IKE on first packet exchange (prior to peer consent)
Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 9 16:22:10 2006 UTC (5 years, 8 months ago) by manu
Branch: MAIN
Changes since 1.6: +62 -48
lines
Diff to previous 1.6 (colored)
Migration of ipsec-tools to NetBSD CVS part 2: resolving the import conflicts. Since we previously had a release branch and we import here the HEAD of CVS, let's assume all local changes are to be dumped. Local patches should have been propagated upstream, anyway.
Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 9 16:12:19 2006 UTC (5 years, 8 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: ipsec-tools-base
Changes since 1.1.1.5: +62 -48
lines
Diff to previous 1.1.1.5 (colored)
Migrate ipsec-tools CVS to cvs.netbsd.org
Revision 1.1.1.3.2.4 / (download) - annotate - [select for diffs], Mon Nov 21 21:12:31 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.1.1.3.2.3: +5 -5
lines
Diff to previous 1.1.1.3.2.3 (colored) to branchpoint 1.1.1.3 (colored) next main 1.1.1.4 (colored)
Apply patch (requested by manu in ticket #981): Update ipsec-tools to version 0.6.3.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 21 14:20:29 2005 UTC (6 years, 6 months ago) by manu
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Merge ipsec-tools 0.6.3 import
Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Mon Nov 21 14:12:14 2005 UTC (6 years, 6 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: ipsec-tools-0_6_3
Changes since 1.1.1.4: +4 -4
lines
Diff to previous 1.1.1.4 (colored)
Import IPsec-tools 0.6.3. This fixes several bugs, including bugs that caused DoS.
Revision 1.1.1.3.2.3 / (download) - annotate - [select for diffs], Sat Sep 3 07:03:50 2005 UTC (6 years, 8 months ago) by snj
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC1
Changes since 1.1.1.3.2.2: +2 -2
lines
Diff to previous 1.1.1.3.2.2 (colored) to branchpoint 1.1.1.3 (colored)
Apply patch (requested by tron in ticket #741): Update ipsec-tools to version 0.6.1.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 20 00:57:06 2005 UTC (6 years, 9 months ago) by manu
Branch: MAIN
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
Update to ipsec-tools 0.6.1
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 7 09:38:46 2005 UTC (6 years, 9 months ago) by manu
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Resolve conflicts caused by recent ipsec-tools-0.6.1rc1 import by prefering the newer software. Some useful local change might have been overwritten, we'll take care of this soon.
Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Sun Aug 7 08:47:58 2005 UTC (6 years, 9 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: ipsec-tools-0_6_2,
ipsec-tools-0_6_1-rc1,
ipsec-tools-0_6_1
Changes since 1.1.1.3: +40 -1
lines
Diff to previous 1.1.1.3 (colored)
Update ipsec-tools to 0.6.1rc1 Most of the changes since 0.6b4 have already been committed to the NetBSD tree. This upgrade fixes some IPcomp and NAT-T related problems that were left unadressed in the NetBSD tree.
Revision 1.1.1.3.2.2 / (download) - annotate - [select for diffs], Sat May 28 13:04:22 2005 UTC (6 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.1.1.3.2.1: +28 -0
lines
Diff to previous 1.1.1.3.2.1 (colored) to branchpoint 1.1.1.3 (colored)
Pull up revision 1.3 (requested by manu in ticket #337): When altering the lifetime, don't modify to configured proposal, duplicate it instead.
Revision 1.3 / (download) - annotate - [select for diffs], Fri May 20 00:54:55 2005 UTC (7 years ago) by manu
Branch: MAIN
Changes since 1.2: +29 -1
lines
Diff to previous 1.2 (colored)
When altering the lifetime, don't modify to configured proposal, duplicate it instead.
Revision 1.1.1.3.2.1 / (download) - annotate - [select for diffs], Wed May 11 12:16:49 2005 UTC (7 years ago) by tron
Branch: netbsd-3
Changes since 1.1.1.3: +11 -0
lines
Diff to previous 1.1.1.3 (colored)
Pull up revision 1.2 (requested by manu in ticket #277): More NAT-T fixes for the situation where racoon acts as a VPN client Flush SA and generated SP on DPD timeout and deletion payloads
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 8 08:57:26 2005 UTC (7 years ago) by manu
Branch: MAIN
Changes since 1.1: +38 -2
lines
Diff to previous 1.1 (colored)
More NAT-T fixes for the situation where racoon acts as a VPN client Flush SA and generated SP on DPD timeout and deletion payloads
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 16 23:53:20 2005 UTC (7 years, 2 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: netbsd-3-base,
ipsec-tools-0_6-20050317
Branch point for: netbsd-3
Changes since 1.1.1.2: +24 -1
lines
Diff to previous 1.1.1.2 (colored)
Updated ipsec-tools:
2005-03-16 Emmanuel Dreyfus <manu@netbsd.org>
* src/racoon/{cftoken.l|localconf.h|privsep.c|racoon.conf.5}
src/racoon/remoteconf.c: When running in privsep mode, check that
private key and script paths match those given in the path section.
2005-03-15 Emmanuel Dreyfus <manu@netbsd.org>
* src/racoon/{isakmp_cfg|isakmp_cfg.h|isakmp_xauth.c}: initialize
RADIUS accounting at startup
* src/racoon/privsep.c: fix minor bug in PAM cleanup
* src/racoon/isakmp_cfg.c: only call cleanup_pam if PAM is used
2005-03-14 Emmanuel Dreyfus <manu@netbsd.org>
* configure.ac: handle correctly dynamic libradius
* src/racoon/cfparse.y: correctly initialize address pool
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Wed Feb 23 14:54:27 2005 UTC (7 years, 3 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: ipsec-tools-0_6-20050314,
ipsec-tools-0_6-20050224,
ipsec-tools-0_6-20050223
Changes since 1.1.1.1: +4 -2
lines
Diff to previous 1.1.1.1 (colored)
Import ipsec-tools 0.6 branch as of 2005/02/23. News from last imported version
according to ipsec-tools' ChangeLog:
2005-02-23 Emmanuel Dreyfus <manu@netbsd.org>
* configure.ac, src/racoon/{Makefile.am|crypto_openssl.c}: optionnal
support for patented algorithms: IDEA and RC5.
* src/racoon/{isakmp_xauth.c|main.c}: don't initialize RADIUS if it
is not required in the configuration
* src/racoon/isakmp.c: do not reject addresses for which kernel
refused UDP encapsulation, they can still be used for non NAT-T
traffic (eg: NAT-T enabled racoon on non NAT-T enabled kernel)
2005-02-18 Emmanuel Dreyfus <manu@netbsd.org>
* src/racoon/{main.c|eaytest.c|plairsa-gen.c}
src/setkey/setkey.c: don't use fuzzy paths for package_version.h
2005-02-18 Yvan Vanhullebus <vanhu@free.fr>
* src/racoon/isakmp_inf.c: Purge generated SPDs when getting a
related DELETE_SA
* src/racoon/pfkey.c: do NOT unbindph12() when SA acquire
2005-02-17 Emmanuel Dreyfus <manu@netbsd.org>
From Fred Senault <fred.letter@lacave.net>
* src/racoon/remoteconf.c: Fix a bug in script init
2005-02-17 Yvan Vanhullebus <vanhu@free.fr>
* src/racoon/ipsec_doi.c: Workaround for phase1 lifetime checks
2005-02-15 Michal Ludvig <michal@logix.cz>
* configure.ac: Changed --enable-natt_NN to --enable-natt-versions=NN,NN
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Feb 12 11:12:59 2005 UTC (7 years, 3 months ago) by manu
Branch: IPSEC_TOOLS
CVS Tags: ipsec-tools-0_6-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import ipsec-tools (tag ipsec-tools-0_6-base in ipsec-tools CVS) ipsec-tools is a fork from KAME racoon/libipsec/setkey, with many enhancements.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 12 11:12:59 2005 UTC (7 years, 3 months ago) by manu
Branch: MAIN
Initial revision