History log of /src/lib/libipsec/package_version.h |
Revision | | Date | Author | Comments |
1.18 |
| 09-Sep-2006 |
manu | branches: 1.18.2; 1.18.20; Migration of ipsec-tools to NetBSD cvs: the version is "cvs" now...
|
1.17 |
| 04-Dec-2005 |
manu | Add NAT ports to SAD in setkey so that NAT SAD entries generated by racoon can be removed by hand.
|
1.16 |
| 21-Nov-2005 |
manu | Merge ipsec-tools 0.6.3 import
|
1.15 |
| 14-Oct-2005 |
manu | Update ipsec-tools version
|
1.14 |
| 20-Aug-2005 |
manu | Update to ipsec-tools 0.6.1
|
1.13 |
| 07-Aug-2005 |
manu | Update config.h and package_version.h to match the upcoming import of ipsec-tools 0.6.1rc1
|
1.12 |
| 20-May-2005 |
manu | Bump version number
|
1.11 |
| 13-May-2005 |
manu | - Fix a double free - For acquire messages, when NAT-T is in use, consider null port as a wildcard and use IKE port
|
1.10 |
| 10-May-2005 |
manu | Update sample config file to higher security settings
|
1.9 |
| 08-May-2005 |
manu | 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
|
1.8 |
| 03-May-2005 |
manu | on phase 2 acquire, lookup phase 2 by (src, dst, policy id) so that multiple SA can be used in transport mode
While I'm there, patch ipsec-tools ChangeLog to reflect the changes we took from ipsec-tools-0_6-branch
|
1.7 |
| 27-Apr-2005 |
manu | Bug fixes from the ipsec-tools 0.6 branch: - Fix NAT-T problems that prevented multiple peers behind the same NAT to talk to the same machine outside the NAT. This also require kernel fixes (already committed eralier) - Fix a LP64 bug - Fix NAT-T RFC conformance bugs (missing non ESP marker in packets) - Add a -p option to setkey to display ports that could be used for ESP over UDP when printing policies
|
1.6 |
| 10-Apr-2005 |
manu | Resurrect TCP-MD5 support. This fixes bin/29915
|
1.5 |
| 16-Mar-2005 |
manu | branches: 1.5.2; update ipsec-tools version
|
1.4 |
| 14-Mar-2005 |
manu | update ipsec-tools version
|
1.3 |
| 24-Feb-2005 |
manu | update ipsec-tools version
|
1.2 |
| 23-Feb-2005 |
manu | bump ipsec-tools package version
|
1.1 |
| 19-Feb-2005 |
thorpej | Switch to ipsec-tools for libipsec, setkey, and racoon. From Emmanuel Dreyfus, with some small changes by me.
|
1.5.2.10 |
| 07-Dec-2005 |
tron | Pull up following revision(s) (requested by manu in ticket #1029): crypto/dist/ipsec-tools/ChangeLog: revision 1.32 crypto/dist/ipsec-tools/src/libipsec/libpfkey.h: revision 1.9 crypto/dist/ipsec-tools/src/setkey/setkey.8: revision 1.18 crypto/dist/ipsec-tools/src/setkey/setkey.c: revision 1.10 lib/libipsec/package_version.h: revision 1.17 crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c: revision 1.12 crypto/dist/ipsec-tools/src/setkey/parse.y: revision 1.8 Add NAT ports to SAD in setkey so that NAT SAD entries generated by racoon can be removed by hand.
|
1.5.2.9 |
| 21-Nov-2005 |
tron | Apply patch (requested by manu in ticket #981): Update ipsec-tools to version 0.6.3.
|
1.5.2.8 |
| 21-Oct-2005 |
riz | Pull up the following revisions (requested by manu in ticket #894): crypto/dist/ipsec-tools/ChangeLog 1.28-1.30 crypto/dist/ipsec-tools/NEWS 1.1.1.4 crypto/dist/ipsec-tools/configure.ac 1.1.1.7 crypto/dist/ipsec-tools/src/libipsec/pfkey.c 1.7-1.8 crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c 1.10 crypto/dist/ipsec-tools/src/libipsec/policy_parse.y 1.7 crypto/dist/ipsec-tools/src/racoon/cfparse.y 1.5-1.9 crypto/dist/ipsec-tools/src/racoon/evt.c 1.3 crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c 1.11 crypto/dist/ipsec-tools/src/racoon/isakmp.c 1.10 crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c 1.5-1.6 crypto/dist/ipsec-tools/src/racoon/isakmp_base.c 1.3-1.4 crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c 1.3 crypto/dist/ipsec-tools/src/racoon/oakley.c 1.6 crypto/dist/ipsec-tools/src/racoon/pfkey.c 1.10 crypto/dist/ipsec-tools/src/racoon/policy.c 1.3 crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 1.21-1.23 crypto/dist/ipsec-tools/src/racoon/sockmisc.c 1.3 crypto/dist/ipsec-tools/src/racoon/sockmisc.h 1.5 crypto/dist/ipsec-tools/src/setkey/setkey.8 1.17 lib/libipsec/package_version.h 1.15
Update to ipsec-tools 0.6.2
|
1.5.2.7 |
| 03-Sep-2005 |
snj | Apply patch (requested by tron in ticket #741): Update ipsec-tools to version 0.6.1.
|
1.5.2.6 |
| 27-May-2005 |
riz | Pull up revision 1.11 (requested by manu in ticket #325): - Fix a double free - For acquire messages, when NAT-T is in use, consider null port as a wildcard and use IKE port
|
1.5.2.5 |
| 11-May-2005 |
tron | Pull up revision 1.10 (requested by manu in ticket #286): Update sample config file to higher security settings
|
1.5.2.4 |
| 11-May-2005 |
tron | Pull up revision 1.9 (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
|
1.5.2.3 |
| 10-May-2005 |
tron | Pull up revision 1.8 (requested by manu in ticket #274): on phase 2 acquire, lookup phase 2 by (src, dst, policy id) so that multiple SA can be used in transport mode While I'm there, patch ipsec-tools ChangeLog to reflect the changes we took from ipsec-tools-0_6-branch
|
1.5.2.2 |
| 01-May-2005 |
tron | Pull up revision 1.7 (requested by manu in ticket #215): Bug fixes from the ipsec-tools 0.6 branch: - Fix NAT-T problems that prevented multiple peers behind the same NAT to talk to the same machine outside the NAT. This also require kernel fixes (already committed eralier) - Fix a LP64 bug - Fix NAT-T RFC conformance bugs (missing non ESP marker in packets) - Add a -p option to setkey to display ports that could be used for ESP over UDP when printing policies
|
1.5.2.1 |
| 12-Apr-2005 |
tron | Pull up revision 1.6 (requested by manu in ticket #132): Resurrect TCP-MD5 support. This fixes bin/29915
|
1.18.20.1 |
| 08-Feb-2009 |
snj | Apply patch (requested by manu/spz in #378): Downgrade ipsec-tools to 0.7.1nb1.
|
1.18.2.3 |
| 18-Aug-2008 |
jdc | Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).
|
1.18.2.2 |
| 28-Aug-2007 |
liamjfoy | branches: 1.18.2.2.2; Pull up following revision(s) (requested by manu in ticket #830):
Import ipsec-tools 0.7
|
1.18.2.1 |
| 13-May-2007 |
jdc | branches: 1.18.2.1.2; Upgrade ipsec-tools to 0.7-beta3 (Requested by manu in ticket #634).
|
1.18.2.2.2.1 |
| 18-Aug-2008 |
jdc | Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).
|
1.18.2.1.2.2 |
| 04-Sep-2008 |
skrll | Sync with netbsd-4.
|
1.18.2.1.2.1 |
| 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|