aboutsummaryrefslogtreecommitdiffstats
path: root/man/ipsec.conf.5.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'multi-cert'Martin Willi2013-03-011-0/+4
|\ | | | | | | | | Allows the configuration of multiple certificates in leftcert, and select the correct certificate to use based on the received certificate requests.
| * Add ipsec.conf.5 updates regarding multiple certificates in leftcertMartin Willi2013-01-181-0/+4
| |
* | Merge branch 'opaque-ports'Martin Willi2013-03-011-0/+8
|\ \ | | | | | | | | | | | | Adds a %opaque port option and support for port ranges in left/rightprotoport. Currently not supported by any of our kernel backends.
| * | Document ipsec.conf leftprotoport extensions in manpageMartin Willi2013-02-211-0/+8
| |/
* / Add ikedscp documentation to ipsec.conf.5Martin Willi2013-02-061-0/+5
|/
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-4/+9
|
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-0/+10
|
* Updated ipsec.conf.5 regarding (CA) certificates loaded from smartcardsMartin Willi2012-10-241-5/+7
|
* Add leftcert ipsec.conf.5 documentation about smartcard certificatesMartin Willi2012-10-241-0/+12
|
* Add ipsec.conf.5 documentation for explicit PRFs in IKE proposalsMartin Willi2012-10-241-7/+17
|
* Update ipsec.conf.5, leftsubnet can handle multiple subnets in IKEv1 with UnityMartin Willi2012-09-181-2/+3
|
* Set AUTH_RULE_IDENTITY_LOOSE for rightid=%<identity>Tobias Brunner2012-09-181-0/+12
|
* Some updates to ipsec.conf(5) man pageTobias Brunner2012-09-121-49/+70
|
* Add uniqueids=never to ignore INITIAL_CONTACT notifiesTobias Brunner2012-09-101-9/+16
| | | | | | With uniqueids=no the daemon still deletes any existing IKE_SA with the same peer if an INITIAL_CONTACT notify is received. With this new option it also ignores these notifies.
* Merge branch 'multi-vip'Martin Willi2012-08-311-6/+16
|\ | | | | | | | | | | | | Brings support for multiple virtual IPs and multiple pools in left/rigthsourceip definitions. Also introduces the new left/rightdns options to configure requested DNS server address family and respond with multiple connection specific servers.
| * Updated ipsec.conf.5 with multiple left/rightsourceip supportMartin Willi2012-08-301-6/+6
| |
| * Add a description of the leftdns option to ipsec.conf.5Martin Willi2012-08-211-0/+10
| |
* | Documentation for eap-dynamic addedTobias Brunner2012-08-311-0/+1
|/
* Added ESP log group for libipsec log messages.Tobias Brunner2012-08-081-1/+2
|
* Add an ipsec.conf leftgroups2 parameter for the second authentication roundMartin Willi2012-07-261-0/+6
|
* Some updates in ipsec.conf(5) for 5.0.0Tobias Brunner2012-06-261-36/+50
|
* added secret as valid authby argumentAndreas Steffen2012-06-181-1/+1
|
* Add documentation for signature hash algorithm enforcing to man ipsec.confMartin Willi2012-06-121-4/+11
|
* starter: Drop support for %defaultroute.Tobias Brunner2012-06-111-16/+2
|
* Updated ipsec.conf(5) to reflect changes to IPComp support.Tobias Brunner2012-05-241-4/+2
|
* Merge branch 'ikev1'Martin Willi2012-05-021-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-masterMartin Willi2012-03-201-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 plutoMartin Willi2012-03-201-332/+73
| | |
| | * Dropped support of deprecated authby=eap and eap= optionsMartin Willi2012-03-201-33/+4
| | |
* | | updated supported EAP methodsAndreas Steffen2012-03-301-5/+14
|/ /
* | Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).Tobias Brunner2011-12-161-1/+1
| | | | | | | | | | 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 Brunner2011-12-141-6/+0
| |
* | Documented xauth_identity in ipsec.conf(5) man page.Tobias Brunner2011-12-141-3/+7
|/
* Documented the strict flag (!) for ike and esp options in ipsec.conf.Tobias Brunner2011-09-261-8/+38
|
* PTS log group documented in man pages.Tobias Brunner2011-09-121-1/+1
|
* Document charon's default log levels in ipsec.conf(5).Tobias Brunner2011-09-121-4/+6
|
* Fixed common misspellings.Tobias Brunner2011-07-201-2/+2
| | | | Mostly found by 'codespell'.
* Added documentation and NEWS for closeactionMartin Willi2011-06-071-0/+6
|
* Default value for keyingtries documented properly.Tobias Brunner2011-05-311-2/+2
|
* Note about certificates added to CA section in ipsec.conf man page.Tobias Brunner2011-05-051-2/+5
|
* Updated ipsec.conf.5 with new ESN optionsMartin Willi2011-04-201-2/+10
|
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
|
* Added support for trustchain key strength checking to rightauth optionMartin Willi2011-01-071-2/+7
|
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-071-0/+4
|
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-201-0/+7
|
* Changed some minor stuff in ipsec.conf(5) man page.Tobias Brunner2010-10-191-12/+27
| | | | Also added some "links" to strongswan.conf(5).
* Added accepted values to all options in ipsec.conf(5) man page.Tobias Brunner2010-10-191-129/+110
|
* Removed unsupported options from ipsec.conf(5) man page.Tobias Brunner2010-10-191-55/+0
|
* Fixed SEE ALSO references in main man pages.Tobias Brunner2010-10-191-1/+1
|
* Added notes about expiry and rekey to ipsec.conf(5) man page.Tobias Brunner2010-10-191-5/+83
|