aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke
Commit message (Expand)AuthorAgeFilesLines
...
| | * Be a little more verbose about XAuth configs in ipsec statusallMartin Willi2012-03-201-5/+16
| | * Pass ipsec.conf xauth_identity option via stroke to charon configurationsMartin Willi2012-03-202-0/+7
| | * Log configured IKE version in stroke plugin.Tobias Brunner2012-03-201-0/+1
| | * Accept a xauth backend name appended to left/rightauthMartin Willi2012-03-201-1/+8
| | * Use a second authentication config to configure XAUTH authenticationMartin Willi2012-03-201-6/+2
| | * Map auth_class to auth method and IKEv1 proposal attributeMartin Willi2012-03-201-0/+4
| | * IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...Clavister OpenSource2012-03-201-0/+4
| | * Do not ignore configs for IKEv1 in charon anymoreMartin Willi2012-03-202-26/+1
| | * Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-203-10/+10
* | | add AUTH_RULE_SUBJECT_CERT for raw public keys4.6.3Andreas Steffen2012-04-301-0/+4
* | | output validity of raw public key if availableAndreas Steffen2012-04-301-2/+34
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-305-1/+100
* | | Removed auth_cfg_t.replace_value() and replaced usages with add().Tobias Brunner2012-04-181-5/+1
* | | Store password with remote ID to tie it stronger to a specific connection.Tobias Brunner2012-04-181-12/+50
* | | Added stroke user-creds command, to set username/password for a connection.Tobias Brunner2012-04-173-1/+166
* | | Added method to add additional shared secrets to stroke_cred_t.Tobias Brunner2012-04-172-2/+20
* | | Typo fixed.Tobias Brunner2012-04-171-1/+1
* | | remove leading zero in ASN.1 encoded serial numbersAndreas Steffen2012-04-051-2/+2
* | | moved chunk_skip_zero to chunk.hAndreas Steffen2012-04-031-2/+3
|/ /
* | Fixed crash and locking issues while unrouting connections via strokeMartin Willi2012-03-131-7/+8
* | Added an option to load CA certificates without CA basic constraint.Tobias Brunner2012-02-011-4/+34
* | Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-5/+3
* | Simplified logging of list of loaded plugins.Tobias Brunner2012-01-191-9/+4
* | Make number of concurrently handled stroke messages configurable.Tobias Brunner2011-12-291-2/+9
* | Limit the number of concurrently handled stroke messages.Tobias Brunner2011-12-291-18/+104
* | Fixed check for log groups when debug_t is unsigned.Tobias Brunner2011-11-251-1/+1
|/
* CosmeticsAndreas Steffen2011-10-261-1/+2
* Added a listplugins stroke command to show plugin featuresMartin Willi2011-10-141-0/+55
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-141-1/+1
* Include library.h in plugin.hMartin Willi2011-10-141-0/+1
* Removed unneeded include.Tobias Brunner2011-10-111-1/+0
* Added fallback to ipsec.secrets parser if glob(3) is not available.Tobias Brunner2011-10-111-11/+22
* Migrated stroke_cred_t to INIT/METHOD macros.Tobias Brunner2011-10-031-40/+32
* Migrated stroke_socket_t to INIT/METHOD macros.Tobias Brunner2011-10-031-6/+8
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-8/+8
* fixed esn typeAndreas Steffen2011-07-201-2/+2
* added log and status output for ESNAndreas Steffen2011-07-161-0/+7
* Replaced more complex iterator usages.Tobias Brunner2011-07-061-14/+9
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-062-13/+12
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-283-11/+75
* Properly print time differences.Tobias Brunner2011-06-071-2/+2
* Use proper printf specifiers to print u_int64_t and uintptr_t.Tobias Brunner2011-06-071-4/+5
* Fix compilation with GCC 4.6.Laurent Bigonville2011-06-071-1/+1
* Add a closeaction ipsec.conf keyword to configure close actionMartin Willi2011-06-072-17/+23
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-4/+4
* Show total and half-open SA count in statusallMartin Willi2011-05-161-1/+6
* Show how many threads are active in each class in statusallMartin Willi2011-05-161-3/+8
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-163-7/+13
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-162-5/+10
* Processor job scheduling respects job priority classesMartin Willi2011-05-161-4/+8