aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* conf: Clarify resolution for two time settingsTobias Brunner2015-08-102-4/+4
| | | | Fixes #1061.
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | Some clients won't do Mode Config or XAuth during reauthentication. Because Start messages previously were triggered by TRANSACTION exchanges none were sent for new SAs of such clients, while Stop messages were still sent for the old SAs when they were destroyed. This resulted in an incorrect state on the RADIUS server. Since 31be582399 the assign_vips() event is also triggered during reauthentication if the client does not do a Mode Config exchange. So instead of waiting for a TRANSACTION exchange we trigger the Start message when a virtual IP is assigned to a client. With this the charon.plugins.eap-radius.accounting_requires_vip option would not have any effect for IKEv1 anymore. However, it previously also only worked if the client did an XAuth exchange, which is probably rarely used without virtual IPs, so this might not be much of a regression. Fixes #937.
* kernel-netlink: Use PAGE_SIZE as default size for the netlink receive bufferTobias Brunner2015-08-041-1/+1
| | | | | | | | The kernel uses NLMSG_GOODSIZE as default buffer size, which defaults to the PAGE_SIZE if it is lower than 8192 or to that value otherwise. In some cases (e.g. for dump messages) the kernel might use up to 16k for messages, which might require increasing this value.
* kernel-netlink: Make buffer size for received Netlink messages configurableTobias Brunner2015-05-211-0/+3
|
* imv_policy_manager: Added capability to execute an allow or block shell ↵Andreas Steffen2015-04-262-0/+14
| | | | command string
* Added PB-TNC test options to strongswan.conf man pageAndreas Steffen2015-03-271-0/+6
|
* Fixed strongswan.conf man page entry of imc-attestationAndreas Steffen2015-03-272-18/+18
|
* Optionally announce PB-TNC mutual protocol capabilityAndreas Steffen2015-03-231-0/+3
|
* trap-manager: Add option to ignore traffic selectors from acquire eventsTobias Brunner2015-03-231-0/+11
| | | | | | | | The specific traffic selectors from the acquire events, which are derived from the triggering packet, are usually prepended to those from the config. Some implementations might not be able to handle these properly. References #860.
* kernel-pfkey: Add option to set receive buffer size of event socketTobias Brunner2015-03-062-0/+8
| | | | | | | | If many requests are sent to the kernel the events generated by these requests may fill the receive buffer before the daemon is able to read these messages. Fixes #783.
* ikev2: Add an option to disable constraints against signature schemesTobias Brunner2015-03-041-0/+8
| | | | | | | | | | If this is disabled the schemes configured in `rightauth` are only checked against signature schemes used in the certificate chain and signature schemes used during IKEv2 are ignored. Disabling this could be helpful if existing connections with peers that don't support RFC 7427 use signature schemes in `rightauth` to verify certificate chains.
* ikev2: Add a global option to disable RFC 7427 signature authenticationTobias Brunner2015-03-041-0/+3
| | | | This is mostly for testing.
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-252-0/+3
|
* forecast: Document strongswan.conf optionsMartin Willi2015-02-202-0/+30
|
* mem-pool: Pass the remote IKE address, to re-acquire() an address during reauthMartin Willi2015-02-201-4/+0
| | | | | | | | | | | With make-before-break IKEv2 re-authentication, virtual IP addresses must be assigned overlapping to the same peer. With the remote IKE address, the backend can detect re-authentication attempts by comparing the remote host address and port. This allows proper reassignment of the virtual IP if it is re-requested. This change removes the mem-pool.reassign_online option, as it is obsolete now. IPs get automatically reassigned if a peer re-requests the same address, and additionally connects from the same address and port.
* ikev2: Trigger make-before-break reauthentication instead of reauth taskMartin Willi2015-02-201-0/+10
|
* mem-pool: Document reassign_online optionTobias Brunner2015-02-121-0/+4
|
* kernel-netlink: Add missing documentation for two optionsTobias Brunner2014-12-191-0/+6
|
* kernel-netlink: Alternatively support global port based IKE bypass policiesMartin Willi2014-11-211-0/+9
| | | | | | The socket based IKE bypass policies are usually superior, but not supported on all networking stacks. The port based variant uses global policies for the UDP ports we have IKE sockets for.
* conf: Document kernel-netlink retransmission and parallelization optionsMartin Willi2014-11-211-0/+17
|
* ike: Add IKEv2 in description of fragment_size option in strongswan.confTobias Brunner2014-10-141-3/+4
|
* eap-radius: Add option to set interval for interim accounting updatesTobias Brunner2014-10-101-1/+5
| | | | | | Any interval returned by the RADIUS server in the Access-Accept message overrides the configured interval. But it might be useful if RADIUS is only used for accounting.
* ikev1: Move fragment generation to message_tTobias Brunner2014-10-101-3/+4
|
* ext-auth: Add an ext-auth plugin invoking an external authorization scriptMartin Willi2014-10-062-0/+16
| | | | Original patch courtesy of Vyronas Tsingaras.
* starter: Allow specifying the ipsec.conf location in strongswan.confShea Levy2014-10-021-0/+3
|
* stroke: Allow specifying the ipsec.secrets location in strongswan.confShea Levy2014-10-021-0/+3
|
* Don't fail to install if sysconfdir isn't writableShea Levy2014-09-261-3/+3
|
* systemd: Add a native systemd journal loggerMartin Willi2014-09-222-0/+14
|
* kernel-netlink: Optionally install protocol and ports on transport mode SAsTobias Brunner2014-09-121-0/+9
|
* kernel-netlink: Add global option to configure MSS-clamping on installed routesTobias Brunner2014-09-121-0/+3
|
* kernel-netlink: Add global option to set MTU on installed routesTobias Brunner2014-09-121-0/+3
|
* conf: Document load-tester.crl optionTobias Brunner2014-06-301-0/+4
|
* conf: Document charon.*-scripts optionsTobias Brunner2014-06-301-0/+8
|
* conf: Document swanctl optionsTobias Brunner2014-06-302-0/+3
|
* conf: Document aikgen optionsTobias Brunner2014-06-302-0/+3
|
* autoconf: Replace --disable-tools option with --disable-scepclientTobias Brunner2014-06-302-3/+3
| | | | | Since using a separate option for pki this was the only tool that was still enabled by that option.
* Remove kernel-klips pluginTobias Brunner2014-06-192-6/+0
|
* kernel-netlink: Follow RFC 6724 when selecting IPv6 source addressesTobias Brunner2014-06-191-0/+4
| | | | | | | | Instead of using the first address we find on an interface we should consider properties like an address' scope or whether it is temporary or public. Fixes #543.
* Fixed typo in strongswan.confAndreas Steffen2014-06-051-1/+1
|
* configure: Separate pki from --disable-toolsMartin Willi2014-06-043-3/+3
| | | | While pki builds and runs just fine on Windows, this is not true for scepclient.
* Updated IMC/IMV entries in strongswan.conf man pageAndreas Steffen2014-05-3111-35/+41
|
* conf: Fix sorting of options with Python 3Tobias Brunner2014-05-131-2/+2
| | | | | | __cmp__() is not supported anymore with Python 3 and cmp() is deprecated. Instead rich comparisons should be used (only __lt__() is required for sorting).
* conf: print is a function in Python 3Tobias Brunner2014-05-131-13/+13
|
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-122-1/+4
|
* Changed default value to libimcv.imc-attestation.pcr_info = noAndreas Steffen2014-05-101-1/+1
|
* conf: Add a format-options --nosort option to keep order of sections as definedMartin Willi2014-05-071-4/+10
|
* conf: Properly propagate whether a section is commented or notTobias Brunner2014-05-071-3/+4
|
* vici: Document strongswan.conf optionsMartin Willi2014-05-072-0/+3
|
* ikev1: Add an option to accept unencrypted ID/HASH payloadsMartin Willi2014-04-171-0/+15
| | | | | | | | | Even in Main Mode, some Sonicwall boxes seem to send ID/HASH payloads in unencrypted form, probably to allow PSK lookup based on the ID payloads. We by default reject that, but accept it if the charon.accept_unencrypted_mainmode_messages option is set in strongswan.conf. Initial patch courtesy of Paul Stewart.
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-151-0/+9
|