]> git.ipfire.org Git - thirdparty/strongswan.git/log
thirdparty/strongswan.git
14 years agoadded the ikev2/rw-eap-tnc-20 scenario
Andreas Steffen [Sun, 12 Dec 2010 09:47:16 +0000 (10:47 +0100)] 
added the ikev2/rw-eap-tnc-20 scenario

14 years agoNEWS for the 4.5.1dr2 release
Andreas Steffen [Sun, 12 Dec 2010 09:46:43 +0000 (10:46 +0100)] 
NEWS for the 4.5.1dr2 release

14 years agosome more cosmetics
Andreas Steffen [Sun, 12 Dec 2010 09:19:54 +0000 (10:19 +0100)] 
some more cosmetics

14 years agofinal cosmetics in PB-TNC debug output
Andreas Steffen [Sun, 12 Dec 2010 09:17:43 +0000 (10:17 +0100)] 
final cosmetics in PB-TNC debug output

14 years agoimplemented PB-TNC message parsing checks
Andreas Steffen [Sat, 11 Dec 2010 23:42:31 +0000 (00:42 +0100)] 
implemented PB-TNC message parsing checks

14 years agosome code optimizations
Andreas Steffen [Fri, 10 Dec 2010 23:52:53 +0000 (00:52 +0100)] 
some code optimizations

14 years agosupport handshake retry requests
Andreas Steffen [Fri, 10 Dec 2010 22:41:12 +0000 (23:41 +0100)] 
support handshake retry requests

14 years agothe PB-TNC protocol is working
Andreas Steffen [Fri, 10 Dec 2010 22:21:13 +0000 (23:21 +0100)] 
the PB-TNC protocol is working

14 years agorefactored message handling
Andreas Steffen [Fri, 10 Dec 2010 16:09:21 +0000 (17:09 +0100)] 
refactored message handling

14 years agodo not accept results and recommendation messages from clients
Andreas Steffen [Fri, 10 Dec 2010 16:04:11 +0000 (17:04 +0100)] 
do not accept results and recommendation messages from clients

14 years agodefined some additional Private Enterprise Numbers
Andreas Steffen [Fri, 10 Dec 2010 13:58:33 +0000 (14:58 +0100)] 
defined some additional Private Enterprise Numbers

14 years agodefine pb_tnc_state_machine_t object
Andreas Steffen [Fri, 10 Dec 2010 13:56:40 +0000 (14:56 +0100)] 
define pb_tnc_state_machine_t object

14 years agodebug cosmetics
Andreas Steffen [Fri, 10 Dec 2010 10:54:51 +0000 (11:54 +0100)] 
debug cosmetics

14 years agoRenamed purgex509/crl to purgecerts/crls to be consistent with list commands
Martin Willi [Fri, 10 Dec 2010 10:16:39 +0000 (11:16 +0100)] 
Renamed purgex509/crl to purgecerts/crls to be consistent with list commands

14 years agoimplemented handling of received PB-TNC messages
Andreas Steffen [Fri, 10 Dec 2010 10:16:08 +0000 (11:16 +0100)] 
implemented handling of received PB-TNC messages

14 years agoAdded options to flush CRLs/X509 certs from the cert cache
Martin Willi [Thu, 9 Dec 2010 09:06:25 +0000 (10:06 +0100)] 
Added options to flush CRLs/X509 certs from the cert cache

14 years agorefactored PB-TNC state machine in receive direction
Andreas Steffen [Thu, 9 Dec 2010 22:38:38 +0000 (23:38 +0100)] 
refactored PB-TNC state machine in receive direction

14 years agorefactored PB-TNC state machine in send direction
Andreas Steffen [Thu, 9 Dec 2010 22:18:55 +0000 (23:18 +0100)] 
refactored PB-TNC state machine in send direction

14 years agopb_tnc_batch_t class implements parsing and building of PB-TNC batches
Andreas Steffen [Thu, 9 Dec 2010 20:33:12 +0000 (21:33 +0100)] 
pb_tnc_batch_t class implements parsing and building of PB-TNC batches

14 years agofixed memory corruption
Andreas Steffen [Wed, 8 Dec 2010 11:12:15 +0000 (12:12 +0100)] 
fixed memory corruption

14 years agoNever register IKE_SA during checkout_new, as rekeying keeps it checked out
Martin Willi [Tue, 7 Dec 2010 10:41:41 +0000 (11:41 +0100)] 
Never register IKE_SA during checkout_new, as rekeying keeps it checked out

14 years agoInclude the destination net in the policy priority calculation.
Tobias Brunner [Tue, 7 Dec 2010 10:58:09 +0000 (11:58 +0100)] 
Include the destination net in the policy priority calculation.

The resulting priorities are as follows:

    IPv6               IPv4
    routed   normal    routed   normal
max 4096(+3) 2048(+3)  4096(+3) 2048(+3)
min 3072     1024      3840     1792

Where min is for a policy between two single hosts and max is
for /0 on both ends (lower priorities are preferred by the kernel).
(+3) applies for cases where no protocol and no ports are defined.

14 years agoadded newline
Andreas Steffen [Tue, 7 Dec 2010 08:02:55 +0000 (09:02 +0100)] 
added newline

14 years agore-introduced comment
Andreas Steffen [Tue, 7 Dec 2010 08:01:28 +0000 (09:01 +0100)] 
re-introduced comment

14 years agoMigrated stroke_control_t to INIT/METHOD macros
Andreas Steffen [Tue, 7 Dec 2010 07:58:57 +0000 (08:58 +0100)] 
Migrated stroke_control_t to INIT/METHOD macros

14 years agoMigrated stroke_plugin_t to INIT/METHOD macros
Andreas Steffen [Tue, 7 Dec 2010 07:01:45 +0000 (08:01 +0100)] 
Migrated stroke_plugin_t to INIT/METHOD macros

14 years agoGuarantee entry->other is set when calling put_connected_peers
Thomas Egerer [Fri, 3 Dec 2010 08:23:06 +0000 (09:23 +0100)] 
Guarantee entry->other is set when calling put_connected_peers

Given the original intent of entry->host, the check for DoS attacks, it
can happen that this value remains NULL when an entry is created. This
is particularly awkward if put_connected_peers is called to check if a
connection to a given peer already exists, since it takes the address
family into consideration (git commit b74219d0) which is gleaned from
entry->host.
This patch guarantees that entry->other is a clone of host before
put_connected_peers is called.

14 years agoadded sql/multi-level-ca scenario
Andreas Steffen [Sun, 5 Dec 2010 20:53:43 +0000 (21:53 +0100)] 
added sql/multi-level-ca scenario

14 years agostupid typo
Andreas Steffen [Sun, 5 Dec 2010 14:48:22 +0000 (15:48 +0100)] 
stupid typo

14 years agocosmetics
Andreas Steffen [Sun, 5 Dec 2010 14:23:18 +0000 (15:23 +0100)] 
cosmetics

14 years agocosmetics
Andreas Steffen [Sun, 5 Dec 2010 14:16:15 +0000 (15:16 +0100)] 
cosmetics

14 years agoadded parsing checks
Andreas Steffen [Sun, 5 Dec 2010 14:01:01 +0000 (15:01 +0100)] 
added parsing checks

14 years agooutput TLS-independent error messages
Andreas Steffen [Sun, 5 Dec 2010 13:55:18 +0000 (14:55 +0100)] 
output TLS-independent error messages

14 years agoadded certificate_authorities and certificate_distribution_points tables
Andreas Steffen [Sun, 5 Dec 2010 10:30:06 +0000 (11:30 +0100)] 
added certificate_authorities and certificate_distribution_points tables

14 years agosupport of reqid field in SQL database
Andreas Steffen [Sun, 5 Dec 2010 10:21:40 +0000 (11:21 +0100)] 
support of reqid field in SQL database

14 years agofixed pb_reason_string_message_t class
Andreas Steffen [Sun, 5 Dec 2010 10:20:18 +0000 (11:20 +0100)] 
fixed pb_reason_string_message_t class

14 years agoMigrated fips_prf plugin to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 19:56:21 +0000 (20:56 +0100)] 
Migrated fips_prf plugin to INIT/METHOD macros

14 years agoMigrated md4_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 19:45:49 +0000 (20:45 +0100)] 
Migrated md4_plugin_t to INIT/METHOD macros

14 years agoMigrated md5_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 19:43:41 +0000 (20:43 +0100)] 
Migrated md5_plugin_t to INIT/METHOD macros

14 years agoMigrated ldap plugin to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 19:15:59 +0000 (20:15 +0100)] 
Migrated ldap plugin to INIT/METHOD macros

14 years agoMigrated pubkey_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 14:43:04 +0000 (15:43 +0100)] 
Migrated pubkey_plugin_t to INIT/METHOD macros

14 years agoMigrated pkcs1_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 10:43:06 +0000 (11:43 +0100)] 
Migrated pkcs1_plugin_t to INIT/METHOD macros

14 years agoMigrated curl_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 10:40:40 +0000 (11:40 +0100)] 
Migrated curl_plugin_t to INIT/METHOD macros

14 years agoMigrated random plugin to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 10:37:03 +0000 (11:37 +0100)] 
Migrated random plugin to INIT/METHOD macros

14 years agoMigrated sha1_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 10:26:02 +0000 (11:26 +0100)] 
Migrated sha1_plugin_t to INIT/METHOD macros

14 years agoMigrated sha2_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 09:48:42 +0000 (10:48 +0100)] 
Migrated sha2_plugin_t to INIT/METHOD macros

14 years agoMigrated mysql plugin to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 09:38:35 +0000 (10:38 +0100)] 
Migrated mysql plugin to INIT/METHOD macros

14 years agouse private destroy() function
Andreas Steffen [Sat, 4 Dec 2010 09:28:30 +0000 (10:28 +0100)] 
use private destroy() function

14 years agoMigrated sqlite plugin to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 09:20:33 +0000 (10:20 +0100)] 
Migrated sqlite plugin to INIT/METHOD macros

14 years agoMigrated test_vectors_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 09:10:37 +0000 (10:10 +0100)] 
Migrated test_vectors_plugin_t to INIT/METHOD macros

14 years agoMigrated x509_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 09:07:56 +0000 (10:07 +0100)] 
Migrated x509_plugin_t to INIT/METHOD macros

14 years agoMigrated pgp_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 08:30:25 +0000 (09:30 +0100)] 
Migrated pgp_plugin_t to INIT/METHOD macros

14 years agoMigrated pem_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 08:25:22 +0000 (09:25 +0100)] 
Migrated pem_plugin_t to INIT/METHOD macros

14 years agoMigrated dnskey_plugin_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 08:20:53 +0000 (09:20 +0100)] 
Migrated dnskey_plugin_t to INIT/METHOD macros

14 years agoMigrated options_t to INIT/METHOD macros
Andreas Steffen [Sat, 4 Dec 2010 07:21:21 +0000 (08:21 +0100)] 
Migrated options_t to INIT/METHOD macros

14 years agoCDP enumerator added to SQL plugin.
Tobias Brunner [Tue, 30 Nov 2010 17:44:55 +0000 (18:44 +0100)] 
CDP enumerator added to SQL plugin.

14 years agoTables added for CAs and CDPs.
Tobias Brunner [Tue, 30 Nov 2010 17:43:50 +0000 (18:43 +0100)] 
Tables added for CAs and CDPs.

14 years agoMigrated sql_cred_t to INIT/METHOD macros.
Tobias Brunner [Tue, 30 Nov 2010 15:12:08 +0000 (16:12 +0100)] 
Migrated sql_cred_t to INIT/METHOD macros.

14 years agoInsert certificates and secrets at the front of the lists.
Tobias Brunner [Mon, 22 Nov 2010 12:31:07 +0000 (13:31 +0100)] 
Insert certificates and secrets at the front of the lists.

As the lookup is also from front to back, certificates added later are
now found first, which is useful in case of e.g. "reread cacerts".

14 years agoRefactored stroke_cred_t to use mem_cred_t.
Tobias Brunner [Fri, 19 Nov 2010 16:37:11 +0000 (17:37 +0100)] 
Refactored stroke_cred_t to use mem_cred_t.

14 years agoFunction add_crl added to mem_cred_t.
Tobias Brunner [Fri, 19 Nov 2010 16:28:46 +0000 (17:28 +0100)] 
Function add_crl added to mem_cred_t.

14 years agoFunction added to clear secrets (but not certs) from mem_cred_t.
Tobias Brunner [Fri, 19 Nov 2010 16:28:12 +0000 (17:28 +0100)] 
Function added to clear secrets (but not certs) from mem_cred_t.

14 years agoAlternative to mem_cred_t.add_cert added, which returns the certificate.
Tobias Brunner [Fri, 19 Nov 2010 16:26:33 +0000 (17:26 +0100)] 
Alternative to mem_cred_t.add_cert added, which returns the certificate.

If the certificate is already cached, the cached version is returned.

14 years agoFunction added to mem_cred_t to add shared secret with a linked list of owners.
Tobias Brunner [Fri, 19 Nov 2010 16:21:00 +0000 (17:21 +0100)] 
Function added to mem_cred_t to add shared secret with a linked list of owners.

14 years agoAdded functions to modify/create settings in settings_t.
Tobias Brunner [Thu, 18 Nov 2010 12:59:29 +0000 (13:59 +0100)] 
Added functions to modify/create settings in settings_t.

14 years agoAdded an option to create non-existing key/value pairs during search.
Tobias Brunner [Thu, 18 Nov 2010 12:55:44 +0000 (13:55 +0100)] 
Added an option to create non-existing key/value pairs during search.

14 years agoCompare shorter "boolean" values first.
Tobias Brunner [Thu, 18 Nov 2010 12:47:43 +0000 (13:47 +0100)] 
Compare shorter "boolean" values first.

14 years agoHelper functions added to easily convert enumerated values.
Tobias Brunner [Mon, 15 Nov 2010 12:07:10 +0000 (13:07 +0100)] 
Helper functions added to easily convert enumerated values.

14 years agoEnsure that sections exist when using load_files_section.
Tobias Brunner [Fri, 12 Nov 2010 16:35:04 +0000 (17:35 +0100)] 
Ensure that sections exist when using load_files_section.

14 years agoSkip values and sections without key.
Tobias Brunner [Fri, 12 Nov 2010 14:34:33 +0000 (15:34 +0100)] 
Skip values and sections without key.

14 years agoSome refactorings in lookup code in settings_t.
Tobias Brunner [Fri, 12 Nov 2010 13:29:09 +0000 (14:29 +0100)] 
Some refactorings in lookup code in settings_t.

14 years agoAdded documentation about new features of settings_t.
Tobias Brunner [Fri, 12 Nov 2010 12:51:28 +0000 (13:51 +0100)] 
Added documentation about new features of settings_t.

14 years agoMade settings_t thread-safe.
Tobias Brunner [Fri, 12 Nov 2010 10:55:21 +0000 (11:55 +0100)] 
Made settings_t thread-safe.

14 years agoAdded functions to settings_t to load files dynamically at runtime.
Tobias Brunner [Fri, 12 Nov 2010 10:20:29 +0000 (11:20 +0100)] 
Added functions to settings_t to load files dynamically at runtime.

14 years agoAllow inclusion of other files in strongswan.conf.
Tobias Brunner [Thu, 11 Nov 2010 15:43:09 +0000 (16:43 +0100)] 
Allow inclusion of other files in strongswan.conf.

14 years agoLoading of strongswan.conf refactored to a separate function.
Tobias Brunner [Thu, 11 Nov 2010 15:15:38 +0000 (16:15 +0100)] 
Loading of strongswan.conf refactored to a separate function.

14 years agoAllow to replace/extend previously defined values/sections in strongswan.conf.
Tobias Brunner [Thu, 11 Nov 2010 15:02:30 +0000 (16:02 +0100)] 
Allow to replace/extend previously defined values/sections in strongswan.conf.

14 years agoDon't create a section in parse_section.
Tobias Brunner [Thu, 11 Nov 2010 14:21:25 +0000 (15:21 +0100)] 
Don't create a section in parse_section.

Just add subsections and values to the passed section.

14 years agoRemoved unused static variable "lev".
Tobias Brunner [Thu, 11 Nov 2010 12:04:25 +0000 (13:04 +0100)] 
Removed unused static variable "lev".

14 years agoAvoid calling globfree twice on failure.
Tobias Brunner [Thu, 11 Nov 2010 11:52:48 +0000 (12:52 +0100)] 
Avoid calling globfree twice on failure.

14 years agoremoved superfluous whitespace
Andreas Steffen [Fri, 3 Dec 2010 10:26:13 +0000 (11:26 +0100)] 
removed superfluous whitespace

14 years agoPB-TNC messages implemented
Sansar Choinyambuu [Fri, 3 Dec 2010 09:22:51 +0000 (10:22 +0100)] 
PB-TNC messages implemented

14 years agoMigrated asn1_parser_t to INIT/METHOD macros
Andreas Steffen [Thu, 2 Dec 2010 21:12:02 +0000 (22:12 +0100)] 
Migrated asn1_parser_t to INIT/METHOD macros

14 years agoMigrated settings_t to INIT/METHOD macros
Andreas Steffen [Thu, 2 Dec 2010 05:25:59 +0000 (06:25 +0100)] 
Migrated settings_t to INIT/METHOD macros

14 years agoMigrated printf_hook_t to INIT/METHOD macros
Andreas Steffen [Thu, 2 Dec 2010 05:17:24 +0000 (06:17 +0100)] 
Migrated printf_hook_t to INIT/METHOD macros

14 years agoMigrated integrity_checker_t to INIT/METHOD macros
Andreas Steffen [Thu, 2 Dec 2010 05:10:50 +0000 (06:10 +0100)] 
Migrated integrity_checker_t to INIT/METHOD macros

14 years agoadded SQL database extensions to NEWS
Andreas Steffen [Wed, 1 Dec 2010 09:09:21 +0000 (10:09 +0100)] 
added SQL database extensions to NEWS

14 years agoversion bump to 4.5.1dr2
Andreas Steffen [Wed, 1 Dec 2010 09:08:49 +0000 (10:08 +0100)] 
version bump to 4.5.1dr2

14 years agouse a composite test proposal
Andreas Steffen [Wed, 1 Dec 2010 09:05:28 +0000 (10:05 +0100)] 
use a composite test proposal

14 years agocheck for malformed IKE and ESP proposals
Andreas Steffen [Wed, 1 Dec 2010 08:50:30 +0000 (09:50 +0100)] 
check for malformed IKE and ESP proposals

14 years agoMigrated sql_plugin_t to INIT/METHOD macros
Andreas Steffen [Tue, 30 Nov 2010 22:31:24 +0000 (23:31 +0100)] 
Migrated sql_plugin_t to INIT/METHOD macros

14 years agoMigrated sql_config_t to INIT/METHOD macros
Andreas Steffen [Tue, 30 Nov 2010 22:27:51 +0000 (23:27 +0100)] 
Migrated sql_config_t to INIT/METHOD macros

14 years agorenamed algorithm to proposal
Andreas Steffen [Tue, 30 Nov 2010 16:38:49 +0000 (17:38 +0100)] 
renamed algorithm to proposal

14 years agostore IKE and ESP proposals in SQL database
Andreas Steffen [Tue, 30 Nov 2010 16:03:21 +0000 (17:03 +0100)] 
store IKE and ESP proposals in SQL database

14 years agoconfigured various DPD modes in sql scenarios
Andreas Steffen [Sun, 28 Nov 2010 16:41:27 +0000 (17:41 +0100)] 
configured various DPD modes in sql scenarios

14 years agoadded sql/net2net-route-pem scenario
Andreas Steffen [Sun, 28 Nov 2010 11:00:44 +0000 (12:00 +0100)] 
added sql/net2net-route-pem scenario

14 years agoadded sql/net2net-start-pem scenario
Andreas Steffen [Sun, 28 Nov 2010 11:00:19 +0000 (12:00 +0100)] 
added sql/net2net-start-pem scenario

14 years agostart and route connections defined in an SQL database via start_action field and...
Andreas Steffen [Sun, 28 Nov 2010 10:57:49 +0000 (11:57 +0100)] 
start and route connections defined in an SQL database via start_action field and ipsec up %startall command

14 years agoversion bump to 4.5.1dr1
Andreas Steffen [Sun, 28 Nov 2010 10:55:40 +0000 (11:55 +0100)] 
version bump to 4.5.1dr1

14 years agoMigrated stroke_config_t to INIT/METHOD macros
Andreas Steffen [Sat, 27 Nov 2010 00:12:58 +0000 (01:12 +0100)] 
Migrated stroke_config_t to INIT/METHOD macros