Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stroke: Fix --utc option for list* commands | Tobias Brunner | 2015-12-17 | 1 | -2/+7 |
| | | | | Fixes: dcb168413fa3 ("stroke: Add --daemon option") | ||||
* | Refactored certificate management for the vici and stroke interfaces5.4.0dr1 | Andreas Steffen | 2015-12-12 | 1 | -2/+2 |
| | |||||
* | stroke: Add missing include for UINT16_MAX | Tobias Brunner | 2015-06-09 | 1 | -0/+1 |
| | | | | | | Fixes the build on FreeBSD. Fixes #988. | ||||
* | stroke: Dynamically resize stroke messages | Tobias Brunner | 2015-05-22 | 1 | -134/+147 |
| | | | | | | | The maximum size of a stroke message is currently 64k due to the 2 byte length field. Fixes #943. | ||||
* | stroke: Add --daemon option | Tobias Brunner | 2014-06-19 | 1 | -124/+154 |
| | |||||
* | stroke: Use stream abstraction to communicate with stroke plugin | Tobias Brunner | 2014-06-19 | 1 | -43/+23 |
| | | | | | Without this changing charon.plugins.stroke.socket would not really work. | ||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | stroke: Add statusall-nb as alias for statusallnb | Tobias Brunner | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | stroke: Add non-blocking versions of up and down | Tobias Brunner | 2013-06-21 | 1 | -5/+19 |
| | | | | | | stroke up-nb and stroke down-nb do not block until the command has finished. Instead, they return right after initiating the respective operation. | ||||
* | stroke: add exportconn{cert,chain} commands in addition to exportx509 | Martin Willi | 2013-06-19 | 1 | -1/+7 |
| | | | | | The new commands either export a single end entity certificate or the full trust chain for a specific connection name. | ||||
* | Merge branch 'stroke-counters' | Martin Willi | 2013-03-18 | 1 | -3/+20 |
|\ | | | | | | | | | Extend stroke counters functionality by connection specific counters, and a resetcounters command to reset the global or connection counters. | ||||
| * | Add a "resetcounters" command to ipsec, clearing global or connection counters | Martin Willi | 2013-03-15 | 1 | -9/+6 |
| | | |||||
| * | Add connection name specific stroke counters | Martin Willi | 2013-03-15 | 1 | -3/+23 |
| | | |||||
* | | Pass complete port range over stroke interface for more flexibility | Martin Willi | 2013-02-21 | 1 | -0/+2 |
|/ | |||||
* | stroke: Drop unneeded [MY|OTHER]_NETBITS | Reto Buerki | 2012-12-19 | 1 | -2/+2 |
| | |||||
* | stroke: Enable install_policy in add_connection() | Reto Buerki | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | Add a "ipsec listcounters" command to stroke | Martin Willi | 2012-10-24 | 1 | -2/+3 |
| | |||||
* | Added ESP log group for libipsec log messages. | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c | ||||
| * | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -2/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | ||||
| | * | Dropped support of deprecated authby=eap and eap= options | Martin Willi | 2012-03-20 | 1 | -1/+0 |
| | | | |||||
| | * | Support an "any" IKE version for both IKEv1 or IKEv2 | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | | | |||||
* | | | Added stroke user-creds command, to set username/password for a connection. | Tobias Brunner | 2012-04-17 | 1 | -1/+27 |
| | | | |||||
* | | | Additional prompt keyword added to stroke. | Tobias Brunner | 2012-04-17 | 1 | -1/+3 |
|/ / | |||||
* / | Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509). | Tobias Brunner | 2011-12-16 | 1 | -1/+1 |
|/ | | | | | This will allow us to remove quite some clutter from the LIB debug group for higher debug levels. | ||||
* | Added a listplugins stroke command to show plugin features | Martin Willi | 2011-10-14 | 1 | -0/+2 |
| | |||||
* | getpass(3) is not supported on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+4 |
| | | | | No replacement yet. | ||||
* | Removed unneeded include. | Tobias Brunner | 2011-10-11 | 1 | -1/+0 |
| | | | | This is not available on Android and redirects to <fcntl.h> on Ubuntu. | ||||
* | added PTS debug class | Andreas Steffen | 2011-09-11 | 1 | -1/+1 |
| | |||||
* | stroke: Usage output updated. | Tobias Brunner | 2011-05-16 | 1 | -0/+6 |
| | |||||
* | Added a statusallnb stroke command to show status non-blocking | Martin Willi | 2011-05-16 | 1 | -1/+13 |
| | |||||
* | Added a stroke memusage command to show memory usage | Martin Willi | 2011-05-16 | 1 | -0/+12 |
| | |||||
* | Fix order of PURGE_* flags to be compatible with STROKE_PURGE_* keywords | Martin Willi | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Renamed purgex509/crl to purgecerts/crls to be consistent with list commands | Martin Willi | 2010-12-10 | 1 | -6/+6 |
| | |||||
* | Added options to flush CRLs/X509 certs from the cert cache | Martin Willi | 2010-12-10 | 1 | -0/+8 |
| | |||||
* | Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manually | Martin Willi | 2010-11-03 | 1 | -0/+17 |
| | |||||
* | Added a stroke command to export cached x509 certificates to the console | Martin Willi | 2010-08-10 | 1 | -1/+24 |
| | |||||
* | Handle PIN: as a magic keyword for prompt, use getpass() to silently read ↵ | Martin Willi | 2010-08-04 | 1 | -9/+21 |
| | | | | credentials | ||||
* | Initialize libstrongswan in stroke (fixes Vstr logging). | Tobias Brunner | 2010-04-29 | 1 | -0/+5 |
| | |||||
* | Fixed compiler warning. | Tobias Brunner | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Added left-/rightikeport ipsec.conf options to use custom IKE ports | Martin Willi | 2010-02-26 | 1 | -0/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -28/+28 |
| | |||||
* | added support for %prompt-ing private key passhprases in strokes "ipsec secrets" | Martin Willi | 2009-08-26 | 1 | -1/+11 |
| | |||||
* | added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SA | Martin Willi | 2009-05-15 | 1 | -1/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+5 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | list assigned leases using "ipsec leases" | Martin Willi | 2008-12-10 | 1 | -0/+18 |
| | |||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -0/+2 |
| | |||||
* | crypto_factory algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -0/+4 |
| | | | | implementation of "ipsec listalgs" | ||||
* | renamed STROKE_DOWNSRCIP to STROKE_DOWN_SRCIP | Andreas Steffen | 2008-07-01 | 1 | -2/+2 |
| |