aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a minor vulnerability in which a malformed ASN.1 length field could cau...5.1.2rc1Andreas Steffen2014-02-141-0/+1
* conf: Fix installation on FreeBSDTobias Brunner2014-02-131-2/+2
* pacman.sh creates /etc/pts/dists directory if it doesn't exist yetAndreas Steffen2014-02-131-0/+1
* NEWS: Add strongswan.conf changes and IPComp fixesTobias Brunner2014-02-131-0/+24
* conf: The use of $^ is not portableTobias Brunner2014-02-131-3/+6
* printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.hTobias Brunner2014-02-131-1/+1
* array: Fix compilation on FreeBSDTobias Brunner2014-02-131-2/+2
* Merge branch 'modular-load'Tobias Brunner2014-02-12270-2427/+4724
|\
| * 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