Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added PA-TNC max_msg_len option to man page | Andreas Steffen | 2012-07-13 | 1 | -0/+6 | |
| | ||||||
* | make maximum PB-TNC batch size configurable | Andreas Steffen | 2012-07-11 | 1 | -0/+3 | |
| | ||||||
* | added charon.plugins.eap-tnc.protocol option | Andreas Steffen | 2012-07-11 | 1 | -0/+3 | |
| | ||||||
* | EAP-TNC does not support fragmentation | Andreas Steffen | 2012-07-11 | 1 | -6/+0 | |
| | ||||||
* | configure size of ITA Dummy PA-TNC attribute | Andreas Steffen | 2012-07-11 | 1 | -0/+3 | |
| | ||||||
* | max_message_count = 0 disables limit | Andreas Steffen | 2012-07-11 | 1 | -4/+4 | |
| | ||||||
* | Some updates in ipsec.conf(5) for 5.0.0 | Tobias Brunner | 2012-06-26 | 1 | -36/+50 | |
| | ||||||
* | added charon.cisco_unity to strongswan.conf.5 man page | Andreas Steffen | 2012-06-25 | 1 | -0/+3 | |
| | ||||||
* | added secret as valid authby argument | Andreas Steffen | 2012-06-18 | 1 | -1/+1 | |
| | ||||||
* | Add documentation for signature hash algorithm enforcing to man ipsec.conf | Martin Willi | 2012-06-12 | 1 | -4/+11 | |
| | ||||||
* | starter: Drop support for %defaultroute. | Tobias Brunner | 2012-06-11 | 1 | -16/+2 | |
| | ||||||
* | Retry IKE_SA initiation if DNS resolution failed. | Tobias Brunner | 2012-05-30 | 1 | -0/+4 | |
| | | | | | This is disabled by default and can be enabled with the charon.retry_initiate_interval option in strongswan.conf. | |||||
* | Updated ipsec.conf(5) to reflect changes to IPComp support. | Tobias Brunner | 2012-05-24 | 1 | -4/+2 | |
| | ||||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 1 | -367/+79 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -360/+78 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | Updated ipsec.conf man page for the use of IKEv1 with pluto | Martin Willi | 2012-03-20 | 1 | -332/+73 | |
| | | | ||||||
| | * | Dropped support of deprecated authby=eap and eap= options | Martin Willi | 2012-03-20 | 1 | -33/+4 | |
| | | | ||||||
* | | | Documented strongswan.conf options for radattr plugin. | Tobias Brunner | 2012-05-01 | 1 | -1/+8 | |
| | | | ||||||
* | | | Option added to set identifier for syslog(3) logging. | Tobias Brunner | 2012-04-20 | 1 | -0/+8 | |
| | | | | | | | | | | | | This identifier is added to each log message by syslog. | |||||
* | | | updated supported EAP methods | Andreas Steffen | 2012-03-30 | 1 | -5/+14 | |
| | | | ||||||
* | | | Make resolvconf interface prefix configurable. | Tobias Brunner | 2012-03-27 | 1 | -0/+6 | |
|/ / | ||||||
* | | added the strongswan.conf options of the tnc-pdp plugin | Andreas Steffen | 2012-03-16 | 1 | -0/+12 | |
| | | ||||||
* | | completed imc/imv-attestation settings | Andreas Steffen | 2012-02-07 | 1 | -1/+20 | |
| | | ||||||
* | | Added an option to load CA certificates without CA basic constraint. | Tobias Brunner | 2012-02-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | Enabling this option treats all certificates in ipsec.d/cacerts and ipsec.conf ca sections as CA certificates even if they do not contain a CA basic constraint. | |||||
* | | Added RADIUS accounting option to strongswan.conf manual | Martin Willi | 2012-02-01 | 1 | -0/+3 | |
| | | ||||||
* | | Make number of concurrently handled stroke messages configurable. | Tobias Brunner | 2011-12-29 | 1 | -0/+3 | |
| | | ||||||
* | | Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509). | Tobias Brunner | 2011-12-16 | 2 | -1/+4 | |
| | | | | | | | | | | This will allow us to remove quite some clutter from the LIB debug group for higher debug levels. | |||||
* | | Charon also supports type=passthrough|drop. | Tobias Brunner | 2011-12-14 | 1 | -6/+0 | |
| | | ||||||
* | | Documented xauth_identity in ipsec.conf(5) man page. | Tobias Brunner | 2011-12-14 | 1 | -3/+7 | |
| | | ||||||
* | | Documented binary secrets in ipsec.secrets(5) man page. | Tobias Brunner | 2011-12-14 | 1 | -9/+14 | |
| | | ||||||
* | | added libimcv.plugins.imc-attestation.aik_blob parameter | Andreas Steffen | 2011-12-11 | 1 | -0/+3 | |
| | | ||||||
* | | upgraded Test IMC/IMV pair to fully support multple IMC IDs | Andreas Steffen | 2011-12-11 | 1 | -0/+3 | |
|/ | ||||||
* | pkcs11: Documented use_pubkey option in strongswan.conf(5). | Tobias Brunner | 2011-11-03 | 1 | -2/+7 | |
| | ||||||
* | pkcs11: Documented new options in strongswan.conf(5). | Tobias Brunner | 2011-10-31 | 1 | -0/+9 | |
| | ||||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 1 | -6/+4 | |
| | ||||||
* | starter.load documented in strongswan.conf(5) man page. | Tobias Brunner | 2011-10-21 | 1 | -0/+3 | |
| | ||||||
* | Documented the strict flag (!) for ike and esp options in ipsec.conf. | Tobias Brunner | 2011-09-26 | 1 | -8/+38 | |
| | ||||||
* | PTS log group documented in man pages. | Tobias Brunner | 2011-09-12 | 2 | -2/+5 | |
| | ||||||
* | Document charon's default log levels in ipsec.conf(5). | Tobias Brunner | 2011-09-12 | 1 | -4/+6 | |
| | ||||||
* | added strongswan.conf attributes for attestation IMC/IMV | Andreas Steffen | 2011-09-08 | 1 | -11/+32 | |
| | ||||||
* | added tnc-ifmap.ssl_passphrase to strongswan.conf | Andreas Steffen | 2011-09-02 | 1 | -0/+3 | |
| | ||||||
* | updated strongswan.conf | Andreas Steffen | 2011-08-12 | 1 | -3/+3 | |
| | ||||||
* | added tnc-ifmap attributes to manpage | Andreas Steffen | 2011-08-10 | 1 | -0/+15 | |
| | ||||||
* | Added tnc, imc, imv debug message groups to man page. | Tobias Brunner | 2011-07-26 | 1 | -1/+10 | |
| | ||||||
* | Documentation about job priorities added to man page. | Tobias Brunner | 2011-07-21 | 1 | -1/+159 | |
| | | | | Also includes docs about IKE_SA_INIT dropping. | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -2/+2 | |
| | | | | Mostly found by 'codespell'. | |||||
* | Added missing load-tester options to man page. | Tobias Brunner | 2011-07-18 | 1 | -0/+18 | |
| | ||||||
* | added libimcv.plugins.imv_scanner options to strongswan.conf | Andreas Steffen | 2011-07-18 | 1 | -1/+10 | |
| | ||||||
* | added libimcv options to strongswan.conf | Andreas Steffen | 2011-06-18 | 1 | -0/+22 | |
| | ||||||
* | Added documentation and NEWS for closeaction | Martin Willi | 2011-06-07 | 1 | -0/+6 | |
| |