aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 'stroke loglevel any'Tobias Brunner2013-02-131-4/+11
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Add a "ipsec listcounters" command to strokeMartin Willi2012-10-241-0/+4
* Add a stub for IKE event counters in strokeMartin Willi2012-10-241-0/+10
* Reload logger configuration on SIGHUPTobias Brunner2012-10-181-18/+1
* Support multiple addresses/pools in left/rightsourceipMartin Willi2012-08-301-3/+3
* Add a stroke attribute_handler requesting DNS servers given with leftdnsMartin Willi2012-08-211-0/+12
* Add a left/rightdns keyword to configure connection specific DNS attributesMartin Willi2012-08-211-0/+2
* Add an ipsec.conf leftgroups2 parameter for the second authentication roundMartin Willi2012-07-261-0/+2
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-041-1/+2
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-19/+7
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-0/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-0/+2
* Merge branch 'ikev1'Martin Willi2012-05-021-0/+3
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-0/+3
| |\
| | * Support an "any" IKE version for both IKEv1 or IKEv2Martin Willi2012-03-201-1/+1
| | * Pass ipsec.conf xauth_identity option via stroke to charon configurationsMartin Willi2012-03-201-0/+2
| | * Log configured IKE version in stroke plugin.Tobias Brunner2012-03-201-0/+1
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-0/+2
* | | Added stroke user-creds command, to set username/password for a connection.Tobias Brunner2012-04-171-1/+19
* | | Typo fixed.Tobias Brunner2012-04-171-1/+1
|/ /
* | 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
|/
* Removed unneeded include.Tobias Brunner2011-10-111-1/+0
* Migrated stroke_socket_t to INIT/METHOD macros.Tobias Brunner2011-10-031-6/+8
* Add a closeaction ipsec.conf keyword to configure close actionMartin Willi2011-06-071-0/+3
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-4/+4
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-161-4/+7
* Added a stroke memusage command to show memory usageMartin Willi2011-05-161-0/+15
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-1/+1
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-071-0/+1
* Renamed purgex509/crl to purgecerts/crls to be consistent with list commandsMartin Willi2010-12-101-2/+2
* Added options to flush CRLs/X509 certs from the cert cacheMartin Willi2010-12-101-0/+8
* Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manuallyMartin Willi2010-11-031-0/+14
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+2
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-3/+3
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-311-0/+2
* Use enum mappings to resolve debug groupMartin Willi2010-08-231-16/+1
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-101-0/+34
* Moved credential manager to libstrongswanMartin Willi2010-07-131-6/+5
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-2/+3
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+670