aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stroke: Use proper modifiers to print size_t argumentsTobias Brunner2014-02-181-1/+1
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-189-440/+575
* android: Don't limit number to packets during EAP-TTLSTobias Brunner2014-02-181-0/+2
* lookip: Properly return from disconnect callback jobTobias Brunner2014-02-181-1/+3
* Doxygen: Sort group names alphabeticallyTobias Brunner2014-02-181-1/+1
* Fixed some typosTobias Brunner2014-02-184-7/+7
* plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tagTobias Brunner2014-02-181-2/+2
* unit-tests: Ignore tests not test_runnerTobias Brunner2014-02-181-1/+1
* conf: Ignore generated strongswan.conf.5.mainTobias Brunner2014-02-181-1/+2
* Added ikev2/lookip scenarioAndreas Steffen2014-02-1712-1/+151
* Version bump to 5.1.2rc2Andreas Steffen2014-02-171-1/+1
* lookip: Disconnect asynchronously to avoid dead-locking watcher unregistrationMartin Willi2014-02-172-6/+32
* 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