Commit Graph

5240 Commits

Author SHA1 Message Date
Andreas Steffen 88e180489a fixed keyids in sql/rw-cert scenario 2010-05-15 16:34:50 +02:00
Andreas Steffen 829b790e5b fixed keyids in sql/net2net-cert scenario 2010-05-15 16:20:34 +02:00
Andreas Steffen d147de932e inserted newline 2010-05-15 16:13:22 +02:00
Andreas Steffen c572f93ed7 fixed keyids in sql/ip-split-pools-db-restart scenario 2010-05-15 16:11:08 +02:00
Andreas Steffen 2948e3d0c2 fixed keyids in sql/ip-split-pools-db scenario 2010-05-15 13:40:11 +02:00
Andreas Steffen 1ae9353d8a fixed keyids in sql/ip-pool-db-restart scenario 2010-05-15 13:22:49 +02:00
Andreas Steffen f2c84bd890 fixed keyids in sql/ip-pool-db-expired scenario 2010-05-15 13:07:22 +02:00
Andreas Steffen 0ee2c5e9be fixed keyids in sql/ip-pool-db scenario 2010-05-15 13:06:48 +02:00
Andreas Steffen 8143f10914 introduced xauth_identity keyword 2010-05-15 10:18:29 +02:00
Andreas Steffen b8520ad50d adapted evaltest of ikev1/ip-pool-db-push scenario to resolve plugin 2010-05-14 17:26:59 +02:00
Andreas Steffen 9e229e284f adapted evaltest of ikev1/ip-pool-db scenario to resolve plugin 2010-05-14 17:20:28 +02:00
Andreas Steffen 03b5e4d8d7 refactoring of Mode Config functionality allows transport and handling of any attribute 2010-05-14 17:07:03 +02:00
Andreas Steffen a273546854 adapted evaltest of ikev1/mode-config-push scenario to resolve plugin 2010-05-14 15:12:03 +02:00
Andreas Steffen 3cbf6db653 adapted evaltest to resolve plugin 2010-05-14 11:07:26 +02:00
Andreas Steffen fb7de3a8bf implemented support of resolve plugin 2010-05-08 16:09:02 +02:00
Andreas Steffen c2651ff13d include demux.h only once 2010-05-06 21:55:19 +02:00
Andreas Steffen c158df0f23 already defined in attributes/attributes.h 2010-05-06 21:44:15 +02:00
Andreas Steffen 4eee16354b include state.h only once 2010-05-06 21:35:00 +02:00
Andreas Steffen 3baf4922e2 removed stray file 2010-05-06 10:35:25 +02:00
Martin Willi 026b0058d5 Support decoding of subjectPublicKeyInfo in openssl without pkcs1 plugin 2010-05-05 13:49:56 +02:00
Martin Willi 75d4322d68 Do not check pointer, but length of a chunk 2010-05-05 11:35:54 +02:00
Martin Willi 37c2aac89d Double-check that a blob passed to is_asn1() is not empty 2010-05-05 11:35:53 +02:00
Martin Willi c60b69e4bf Do not print filename twice if plugin loading fails, dlerror() contains the filename 2010-05-05 11:16:32 +02:00
Martin Willi b019c38fa2 Implemented base32 encoding of chunks. 2010-05-05 10:41:11 +02:00
Andreas Steffen 9a0333fa62 moved resolve plugin from libcharon to libhydra 2010-05-04 23:53:08 +02:00
Tobias Brunner 9d843ee6fa Do a proper cleanup when printing usage info. 2010-05-04 18:34:27 +02:00
Tobias Brunner 6d7f4e0653 Moved syslog.h include. 2010-05-04 18:34:20 +02:00
Tobias Brunner 6b57f5edff Compiler warning fixed. 2010-05-04 18:28:28 +02:00
Andreas Steffen 0465d2c0b7 fixed typo 2010-05-04 16:17:32 +02:00
Adrian-Ken Rueegsegger 17a02ff1b0 Add 'flush_line' option to filelog section.
The new boolean 'flush_line' option in the filelog section of
strongswan.conf specifies if log messages should be flushed to the given
file for each new line.
2010-05-04 14:47:56 +02:00
Reto Buerki 71a66a623e Use reqid from connection config if present. 2010-05-04 14:38:34 +02:00
Reto Buerki 277fcf9f86 Add reqid field and getter function to child_cfg_t. 2010-05-04 14:38:34 +02:00
Reto Buerki 1f83541d7b Include reqid in stroke add connection message. 2010-05-04 14:38:34 +02:00
Reto Buerki 2b26a9c30d Add reqid keyword to config connection section. 2010-05-04 14:38:34 +02:00
Andreas Steffen 93be4ac44d delete release files 2010-05-03 09:31:22 +02:00
Andreas Steffen a784c540e5 version bump to 4.4.1 2010-05-03 09:09:43 +02:00
Andreas Steffen 0ffedbfb46 added getprotobyname to whitelist 2010-05-02 21:13:10 +02:00
Andreas Steffen fc753c1d3e remove subnet from sourceip 2010-05-02 17:58:36 +02:00
Andreas Steffen 61e48488d9 final fix for cloning and deleting sourceip strings 2010-05-02 15:55:46 +02:00
Andreas Steffen a48484322e fixed end->sourceip memory leak in ipsec starter 2010-05-02 14:56:35 +02:00
Andreas Steffen 4c9b5e742a updated options in testing.conf 2010-05-02 11:47:24 +02:00
Andreas Steffen 34f92dcfba fixed flex parser memory leaks in ipsec starter 2010-05-02 11:40:46 +02:00
Andreas Steffen 2724ae521e free config before exiting since library_deinit() calls leak detective 2010-05-02 11:00:21 +02:00
Tobias Brunner 726c0ae9d3 We have to rename thread_create on Mac OS X because it conflicts with a syscall. 2010-04-29 14:52:20 +02:00
Tobias Brunner 1c31d34ed5 Initialize libstrongswan in stroke (fixes Vstr logging). 2010-04-29 14:51:44 +02:00
Tobias Brunner 26a3d7e78e Initialize libstrongswan in starter (fixes Vstr logging). 2010-04-29 14:33:29 +02:00
Tobias Brunner 361f416d2c The mutex of a thread has to be locked when destroying it. 2010-04-29 13:30:51 +02:00
Tobias Brunner 257e27df07 Fixing out-of-tree build after adding dependency to config.status. 2010-04-29 13:29:53 +02:00
Martin Willi b0e789035c Users of PLUGINS depend on config.status, rebuilding them if plugin configuration is updated 2010-04-29 11:28:27 +02:00
Martin Willi eadbc3da2f Fixed RSA key generation with gcrypt 2010-04-29 09:51:37 +02:00