Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | conf: Converted charon options | Tobias Brunner | 2014-02-12 | 1 | -1/+290 |
| | |||||
* | conf: Split strongswan.conf(5) man page and use generated snippet | Tobias Brunner | 2014-02-12 | 5 | -1781/+739 |
| | |||||
* | conf: Generate groff snippet for configuration options | Tobias Brunner | 2014-02-12 | 1 | -2/+6 |
| | |||||
* | conf: Generate strongswan.conf(5) man page in different directory | Tobias Brunner | 2014-02-12 | 3 | -0/+1786 |
| | |||||
* | conf: Generate and install config sippets for option descriptions | Tobias Brunner | 2014-02-12 | 6 | -6/+102 |
| | | | | | The strongswan.d directory is also created relative to the configured location of strongswan.conf. | ||||
* | conf: Script to convert option descriptions to man page and config snippets ↵ | Tobias Brunner | 2014-02-12 | 1 | -0/+337 |
| | | | | added | ||||
* | conf: Create /etc/strongswan.d directory and include .conf files | Tobias Brunner | 2014-02-12 | 2 | -0/+5 |
| | |||||
* | conf: Simplified strongswan.conf template | Tobias Brunner | 2014-02-12 | 1 | -27/+2 |
| | |||||
* | conf: Install strongswan.conf template from a separate directory | Tobias Brunner | 2014-02-12 | 2 | -0/+39 |