aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* utils: Add enum name for pseudo log group 'any'Tobias Brunner2016-02-051-10/+3
* stroke: Change how CA certificates are storedTobias Brunner2015-08-201-2/+2
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-5/+8
* stroke: Don't log unspecified options of conn and ca sectionsTobias Brunner2014-06-301-37/+50
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+1
* stroke: Use proper modifiers to print size_t argumentsTobias Brunner2014-02-181-1/+1
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
* stroke: Ensure the buffer of strings in a stroke_msg_t is null-terminatedTobias Brunner2014-01-231-2/+5
* stroke: Add an option to prevent log level changes via stroke socketTobias Brunner2014-01-231-2/+15
* leak-detective: Use callback functions to report leaks and usage informationMartin Willi2013-11-061-1/+22
* stroke: Configure proposal with AH protocol if 'ah' option setMartin Willi2013-10-111-0/+2
* stroke: use a stream service to handle stroke requestsMartin Willi2013-07-181-227/+48
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-2/+2
* stroke: add exportconn{cert,chain} commands in addition to exportx509Martin Willi2013-06-191-6/+65
* Merge branch 'stroke-counters'Martin Willi2013-03-181-6/+23
|\
| * Add a "resetcounters" command to ipsec, clearing global or connection countersMartin Willi2013-03-151-1/+9
| * Add connection name specific stroke countersMartin Willi2013-03-151-6/+15
* | 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