aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * conf: Install config files world-readable but warn about permissions for cert...Tobias Brunner2014-02-1212-15/+28
| * conf: Document variables and config files/dirsTobias Brunner2014-02-121-2/+22
| * Add Python and pkg-config as requirements to HACKINGTobias Brunner2014-02-121-0/+2
| * conf: Only install config snippets for enabled componentsTobias Brunner2014-02-122-3/+23
| * conf: Document options of other programsTobias Brunner2014-02-126-1/+68
| * conf: Document options of plugins in libptsTobias Brunner2014-02-125-0/+57
| * libpts: Move settings to <ns>.plugins with fallback to libimcvTobias Brunner2014-02-128-24/+25
| * conf: Document libimcv optionsTobias Brunner2014-02-129-0/+64
| * libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallbackTobias Brunner2014-02-1210-22/+32
| * conf: Document libtnccs optionsTobias Brunner2014-02-126-1/+25
| * libtnccs: Move settings to <ns>.tnc and <ns>.plugins with fallbackTobias Brunner2014-02-127-9/+12
| * attr: Silently skip over load optionTobias Brunner2014-02-121-0/+4
| * Prevent 'make distcheck' from complaining about config files we leave in /etcTobias Brunner2014-02-121-0/+3
| * conf: Create automatically generated config snippets in build dirTobias Brunner2014-02-121-3/+8
| * conf: Install config snippets in /usr/share/strongswan/templates/config tooTobias Brunner2014-02-121-0/+7
| * conf: Only install config snippets if they don't exist yetTobias Brunner2014-02-121-7/+13
| * conf: Move load-tester options to plugin specific fileTobias Brunner2014-02-122-130/+133
| * conf: Options of all plugins documentedTobias Brunner2014-02-1249-31/+574
| * conf: Add logger example configTobias Brunner2014-02-124-50/+66
| * conf: Converted charon optionsTobias Brunner2014-02-121-1/+290
| * conf: Split strongswan.conf(5) man page and use generated snippetTobias Brunner2014-02-126-1782/+741
| * conf: Generate groff snippet for configuration optionsTobias Brunner2014-02-121-2/+6
| * conf: Generate strongswan.conf(5) man page in different directoryTobias Brunner2014-02-125-3/+7
| * conf: Generate and install config sippets for option descriptionsTobias Brunner2014-02-127-6/+103
| * conf: Script to convert option descriptions to man page and config snippets a...Tobias Brunner2014-02-121-0/+337
| * conf: Create /etc/strongswan.d directory and include .conf filesTobias Brunner2014-02-122-0/+5
| * conf: Simplified strongswan.conf templateTobias Brunner2014-02-121-27/+2
| * conf: Install strongswan.conf template from a separate directoryTobias Brunner2014-02-125-7/+7
| * settings: Add support to enumerate sections and key/value pairs with fallbacksTobias Brunner2014-02-123-45/+187
| * settings: Implement subsections and key/value pairs with sorted arraysTobias Brunner2014-02-121-68/+74
| * array: Add fallback for qsort_r using thread-local valueTobias Brunner2014-02-124-3/+50
| * plugin-loader: Optionally use load option in each plugin section to load pluginsTobias Brunner2014-02-123-4/+153
| * array: Add array_bsearch functionTobias Brunner2014-02-123-0/+141
| * array: Add array_sort functionTobias Brunner2014-02-124-1/+204
| * libcharon: Remove unused charon->nameTobias Brunner2014-02-1210-21/+13
| * charon-tkm: Use lib->ns instead of charon->nameTobias Brunner2014-02-123-5/+5
| * libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-1272-259/+255
| * libhydra: Remove unused hydra->daemonTobias Brunner2014-02-1211-22/+12
| * libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-1210-30/+30
| * libtls: Move settings to <ns>.tls with fallback to libtlsTobias Brunner2014-02-123-17/+21
| * attr-sql: Use namespace for attr-sql config, with fallbackTobias Brunner2014-02-123-5/+12
| * lib: All settings use configured namespaceTobias Brunner2014-02-1224-196/+196
| * lib: Add default config fallback for configured namespaceTobias Brunner2014-02-121-0/+3
| * unit-tests: Test how settings_t handles some invalid dataTobias Brunner2014-02-121-0/+72
| * settings: Add method that allows to define fallback sections for other sectionsTobias Brunner2014-02-123-13/+276
| * settings: Make print_key() not rely on null-terminated beginning of key bufferTobias Brunner2014-02-121-10/+5
| * unit-tests: Add tests for includes and file loading in settings_tTobias Brunner2014-02-121-0/+149
| * settings: Allow empty strings in section keyTobias Brunner2014-02-122-23/+33
| * unit-tests: Add tests for enumerators in settings_tTobias Brunner2014-02-121-0/+148
| * unit-tests: Add tests for setters in settings_tTobias Brunner2014-02-121-0/+109