History log of /netbsd/crypto/dist/ipsec-tools/src/racoon/racoonctl.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 731159f7 12-Nov-2010 tteras <tteras@NetBSD.org>

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


# b1fd61f6 20-Apr-2009 tteras <tteras@NetBSD.org>

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


# 983cc8fe 12-Mar-2009 tteras <tteras@NetBSD.org>

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


# 58b21619 24-Jan-2009 wiz <wiz@NetBSD.org>

Sort options in usage.


# e9d216a4 23-Jan-2009 tteras <tteras@NetBSD.org>

Update usage and manpage for racoonctl.


# 8f0b3482 15-Jul-2008 mgrooms <mgrooms@NetBSD.org>

Fix a conflict with the FreeBSD 8 system hexdump function.


# 93c1205f 18-Jun-2008 mgrooms <mgrooms@NetBSD.org>

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


# 7dac6429 18-Jun-2008 mgrooms <mgrooms@NetBSD.org>

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


# 1e1f81eb 06-Mar-2008 mgrooms <mgrooms@NetBSD.org>

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


# 3fd729ad 06-Mar-2008 mgrooms <mgrooms@NetBSD.org>

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


# c825a8ee 31-Dec-2007 mgrooms <mgrooms@NetBSD.org>

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


# 9a55720f 02-Oct-2006 manu <manu@NetBSD.org>

Don't use NULL pointer (Coverity 942)


# efb59e1b 29-Sep-2006 manu <manu@NetBSD.org>

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


# 87b827ea 28-Sep-2006 manu <manu@NetBSD.org>

Fix access after free (Coverity 4178)


# c8214a0a 09-Sep-2006 manu <manu@NetBSD.org>

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 du

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.

show more ...


# 7fc03cd9 21-Nov-2005 manu <manu@NetBSD.org>

Merge ipsec-tools 0.6.3 import


# 0b97cbeb 20-Aug-2005 manu <manu@NetBSD.org>

Update to ipsec-tools 0.6.1


# df08b9e7 07-Aug-2005 manu <manu@NetBSD.org>

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 t

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.

show more ...


# 8006965b 23-Feb-2005 manu <manu@NetBSD.org>

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/racoo

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

show more ...


# a8f0ad3c 12-Feb-2005 manu <manu@NetBSD.org>

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.