aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed check for log groups when debug_t is unsigned.Tobias Brunner2011-11-251-1/+1
| | | | The range and signedness of enum types is up to the compiler.
* Removed unneeded include.Tobias Brunner2011-10-111-1/+0
| | | | This is not available on Android and redirects to <fcntl.h> on Ubuntu.
* 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
| | | | | | Because of the cast to char** the length of the message was multiplied by sizeof(char*), i.e. 4 or 8 bytes (depending on the architecture) instead of by 1 (sizeof(char)).
* 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