History log of /netbsd-current/crypto/dist/ipsec-tools/src/racoon/racoonctl.c
Revision Date Author Comments
# 1.18 12-Nov-2010 tteras

Extern admin protocol to allow reply packets to exceed 64kb. E.g SA dumps
with many established SAs can be easily over the limit.


# 1.17 20-Apr-2009 tteras

Originally from Bin Li: Fix a crash with racoonctl logout user.


# 1.16 12-Mar-2009 tteras

Support multiple anonymous remotes and decide remoteconf based on identity,
received certificates and other information. General code clean up.


# 1.15 24-Jan-2009 wiz

branches: 1.15.2;
Sort options in usage.


# 1.14 23-Jan-2009 tteras

Update usage and manpage for racoonctl.


# 1.13 14-Jul-2008 mgrooms

branches: 1.13.4;
Fix a conflict with the FreeBSD 8 system hexdump function.


# 1.12 18-Jun-2008 mgrooms

Add an admin port command to retrieve the peer certificate. Submitted by Timo Teras.


# 1.11 18-Jun-2008 mgrooms

Admin port code cleanup. No functional changes. Submitted by Timo Teras.


# 1.10 05-Mar-2008 mgrooms

branches: 1.10.4;
Add the ability to initiate IPsec SA negotiations using the admin socket.
Submitted by Timo Teras.


# 1.9 05-Mar-2008 mgrooms

Refactor admin socket event protocol to be less error prone. Backwards compatibility is provided. Submitted by Timo Teras.


# 1.8 30-Dec-2007 mgrooms

branches: 1.8.2;
Add GRE protocol number to racoonctl. Correct id wildcard matching for transport mode. Submitted by Timo Teras.


# 1.7 02-Oct-2006 manu

branches: 1.7.2; 1.7.4; 1.7.6; 1.7.10; 1.7.14;
Don't use NULL pointer (Coverity 942)


# 1.6 29-Sep-2006 manu

Fix the fix: handle_recv closes the socket, so we must call com_init before
sending any data.


# 1.5 28-Sep-2006 manu

Fix access after free (Coverity 4178)


# 1.4 08-Sep-2006 manu

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.


# 1.3 21-Nov-2005 manu

Merge ipsec-tools 0.6.3 import


# 1.2 19-Aug-2005 manu

Update to ipsec-tools 0.6.1


# 1.1 12-Feb-2005 manu

branches: 1.1.1;
Initial revision


# 1.1.1.4 08-Sep-2006 manu

Migrate ipsec-tools CVS to cvs.netbsd.org


# 1.1.1.3 07-Aug-2005 manu

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.


# 1.1.1.2 23-Feb-2005 manu

branches: 1.1.1.2.2;
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


# 1.1.1.1 12-Feb-2005 manu

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.


# 1.1.1.2.2.2 21-Nov-2005 tron

Apply patch (requested by manu in ticket #981):
Update ipsec-tools to version 0.6.3.


# 1.1.1.2.2.1 03-Sep-2005 snj

Apply patch (requested by tron in ticket #741):
Update ipsec-tools to version 0.6.1.


# 1.7.14.1 18-Aug-2008 jdc

Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).


# 1.7.10.2 22-Mar-2008 matt

sync with HEAD


# 1.7.10.1 08-Jan-2008 matt

sync with HEAD


# 1.7.6.2 20-Apr-2009 tteras

Originally from Bin Li: Fix a crash with racoonctl logout user.


# 1.7.6.1 14-Jul-2008 mgrooms

Fix a conflict with the FreeBSD 8 system hexdump function.


# 1.7.4.1 04-Sep-2008 skrll

Sync with netbsd-4.


# 1.7.2.1 18-Aug-2008 jdc

Upgrade ipsec-tools to release 0.7.1 (requested by manu in ticket #1183).


# 1.8.2.1 24-Mar-2008 keiichi

sync with head.


# 1.10.4.2 17-Sep-2008 wrstuden

Sync with wrstuden-revivesa-base-2.


# 1.10.4.1 22-Jun-2008 wrstuden

Sync w/ -current. 34 merge conflicts to follow.


# 1.13.4.1 08-Feb-2009 snj

Apply patch (requested by manu/spz in #378):
Downgrade ipsec-tools to 0.7.1nb1.


# 1.15.2.1 13-May-2009 jym

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html