Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext-auth: Add an ext-auth plugin invoking an external authorization script | Martin Willi | 2014-10-06 | 2 | -0/+16 |
| | | | | Original patch courtesy of Vyronas Tsingaras. | ||||
* | starter: Allow specifying the ipsec.conf location in strongswan.conf | Shea Levy | 2014-10-02 | 1 | -0/+3 |
| | |||||
* | stroke: Allow specifying the ipsec.secrets location in strongswan.conf | Shea Levy | 2014-10-02 | 1 | -0/+3 |
| | |||||
* | Don't fail to install if sysconfdir isn't writable | Shea Levy | 2014-09-26 | 1 | -3/+3 |
| | |||||
* | systemd: Add a native systemd journal logger | Martin Willi | 2014-09-22 | 2 | -0/+14 |
| | |||||
* | kernel-netlink: Optionally install protocol and ports on transport mode SAs | Tobias Brunner | 2014-09-12 | 1 | -0/+9 |
| | |||||
* | kernel-netlink: Add global option to configure MSS-clamping on installed routes | Tobias Brunner | 2014-09-12 | 1 | -0/+3 |
| | |||||
* | kernel-netlink: Add global option to set MTU on installed routes | Tobias Brunner | 2014-09-12 | 1 | -0/+3 |
| | |||||
* | conf: Document load-tester.crl option | Tobias Brunner | 2014-06-30 | 1 | -0/+4 |
| | |||||
* | conf: Document charon.*-scripts options | Tobias Brunner | 2014-06-30 | 1 | -0/+8 |
| | |||||
* | conf: Document swanctl options | Tobias Brunner | 2014-06-30 | 2 | -0/+3 |
| | |||||
* | conf: Document aikgen options | Tobias Brunner | 2014-06-30 | 2 | -0/+3 |
| | |||||
* | autoconf: Replace --disable-tools option with --disable-scepclient | Tobias Brunner | 2014-06-30 | 2 | -3/+3 |
| | | | | | Since using a separate option for pki this was the only tool that was still enabled by that option. | ||||
* | Remove kernel-klips plugin | Tobias Brunner | 2014-06-19 | 2 | -6/+0 |
| | |||||
* | kernel-netlink: Follow RFC 6724 when selecting IPv6 source addresses | Tobias Brunner | 2014-06-19 | 1 | -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.conf | Andreas Steffen | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | configure: Separate pki from --disable-tools | Martin Willi | 2014-06-04 | 3 | -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 page | Andreas Steffen | 2014-05-31 | 11 | -35/+41 |
| | |||||
* | conf: Fix sorting of options with Python 3 | Tobias Brunner | 2014-05-13 | 1 | -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 3 | Tobias Brunner | 2014-05-13 | 1 | -13/+13 |
| | |||||
* | Implemented PT-EAP protocol (RFC 7171) | Andreas Steffen | 2014-05-12 | 2 | -1/+4 |
| | |||||
* | Changed default value to libimcv.imc-attestation.pcr_info = no | Andreas Steffen | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | conf: Add a format-options --nosort option to keep order of sections as defined | Martin Willi | 2014-05-07 | 1 | -4/+10 |
| | |||||
* | conf: Properly propagate whether a section is commented or not | Tobias Brunner | 2014-05-07 | 1 | -3/+4 |
| | |||||
* | vici: Document strongswan.conf options | Martin Willi | 2014-05-07 | 2 | -0/+3 |
| | |||||
* | ikev1: Add an option to accept unencrypted ID/HASH payloads | Martin Willi | 2014-04-17 | 1 | -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 tags | Andreas Steffen | 2014-04-15 | 1 | -0/+9 |
| | |||||
* | Renamed the AIK public key parameter to imc-attestation.aik_pubkey | Andreas Steffen | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Implemented configurable Device ID in OS IMC | Andreas Steffen | 2014-04-15 | 1 | -0/+12 |
| | |||||
* | eap-radius: Add option to not close IKE_SAs on timeouts during interim ↵ | Tobias Brunner | 2014-03-31 | 1 | -0/+4 |
| | | | | | | accouting updates Fixes #528. | ||||
* | conf: Order settings in man page alphabetically | Tobias Brunner | 2014-03-31 | 1 | -5/+4 |
| | | | | | For the config snippets the options are now explicitly ordered before subsections. | ||||
* | openac: Remove obsolete openac utility | Martin Willi | 2014-03-31 | 1 | -3/+0 |
| | | | | The same functionality is now provided by the pki --acert subcommand. | ||||
* | Disable mandatory ECP support for attestion | Andreas Steffen | 2014-03-07 | 2 | -1/+7 |
| | |||||
* | conf: Fix out-of-tree build from distribution | Tobias Brunner | 2014-02-27 | 1 | -6/+3 |
| | | | | | | It worked from the repository, where strongswan.conf.5.main is generated in the build dir, but not from the distribution where it is located in the source dir, so explicitly create it in the source dir. | ||||
* | conf: Ignore generated strongswan.conf.5.main | Tobias Brunner | 2014-02-18 | 1 | -1/+2 |
| | |||||
* | conf: Fix installation on FreeBSD | Tobias Brunner | 2014-02-13 | 1 | -2/+2 |
| | | | | Apparently, the -t option for install is not portable. | ||||
* | conf: The use of $^ is not portable | Tobias Brunner | 2014-02-13 | 1 | -3/+6 |
| | | | | | Generating strongswan.conf.5.main in a subshell gets the file properly written to the builddir in out-of-tree builds. | ||||
* | conf: Install config files world-readable but warn about permissions for ↵ | Tobias Brunner | 2014-02-12 | 12 | -15/+28 |
| | | | | certain options | ||||
* | conf: Document variables and config files/dirs | Tobias Brunner | 2014-02-12 | 1 | -2/+22 |
| | |||||
* | conf: Only install config snippets for enabled components | Tobias Brunner | 2014-02-12 | 1 | -2/+3 |
| | |||||
* | conf: Document options of other programs | Tobias Brunner | 2014-02-12 | 6 | -1/+68 |
| | |||||
* | conf: Document options of plugins in libpts | Tobias Brunner | 2014-02-12 | 5 | -0/+57 |
| | |||||
* | conf: Document libimcv options | Tobias Brunner | 2014-02-12 | 9 | -0/+64 |
| | |||||
* | conf: Document libtnccs options | Tobias Brunner | 2014-02-12 | 6 | -1/+25 |
| | |||||
* | conf: Create automatically generated config snippets in build dir | Tobias Brunner | 2014-02-12 | 1 | -3/+8 |
| | |||||
* | conf: Install config snippets in /usr/share/strongswan/templates/config too | Tobias Brunner | 2014-02-12 | 1 | -0/+7 |
| | |||||
* | conf: Only install config snippets if they don't exist yet | Tobias Brunner | 2014-02-12 | 1 | -7/+13 |
| | |||||
* | conf: Move load-tester options to plugin specific file | Tobias Brunner | 2014-02-12 | 2 | -130/+133 |
| | |||||
* | conf: Options of all plugins documented | Tobias Brunner | 2014-02-12 | 49 | -31/+574 |
| | | | | Some options are still missing descriptions though. | ||||
* | conf: Add logger example config | Tobias Brunner | 2014-02-12 | 4 | -50/+66 |
| |