Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | configure: Separate pki from --disable-tools | Martin Willi | 2014-06-04 | 2 | -3/+2 | |
| | | | | While pki builds and runs just fine on Windows, this is not true for scepclient. | |||||
* | 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. | |||||
* | openac: Remove obsolete openac utility | Martin Willi | 2014-03-31 | 1 | -3/+0 | |
| | | | | The same functionality is now provided by the pki --acert subcommand. | |||||
* | conf: Install config files world-readable but warn about permissions for ↵ | Tobias Brunner | 2014-02-12 | 6 | -6/+13 | |
| | | | | certain options | |||||
* | conf: Document options of other programs | Tobias Brunner | 2014-02-12 | 5 | -0/+62 | |
| | ||||||
* | conf: Document options of plugins in libpts | Tobias Brunner | 2014-02-12 | 1 | -0/+5 | |
| | ||||||
* | conf: Document libimcv options | Tobias Brunner | 2014-02-12 | 2 | -0/+32 | |
| | ||||||
* | conf: Document libtnccs options | Tobias Brunner | 2014-02-12 | 1 | -0/+2 | |
| | ||||||
* | conf: Add logger example config | Tobias Brunner | 2014-02-12 | 2 | -7/+57 | |
| | ||||||
* | conf: Converted charon options | Tobias Brunner | 2014-02-12 | 1 | -1/+290 | |
| | ||||||
* | conf: Generate and install config sippets for option descriptions | Tobias Brunner | 2014-02-12 | 1 | -0/+2 | |
The strongswan.d directory is also created relative to the configured location of strongswan.conf. |