aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vici: If a IKE reauth_time is configured, disable the default rekey_timeMartin Willi2015-03-032-2/+19
* ikev2: Schedule a timeout for the delete message following passive IKE rekeyingMartin Willi2015-03-031-0/+6
* kernel-netlink: Respect kernel routing priorities for IKE routesMartin Willi2015-03-031-2/+15
* enum: Extend printf hook to print flagsThomas Egerer2015-03-033-8/+286
* unit-tests: Don't fail host_create_from_dns() test if IPv6 not supportedMartin Willi2015-03-021-4/+10
* bliss: Add generated Huffman codes to the repositoryTobias Brunner2015-03-025-14/+860
* Fixed a memory leak in the attribute segmentation codeAndreas Steffen2015-02-273-4/+4
* vici: Support ruby gem out-of-tree buildsMartin Willi2015-02-271-1/+3
* ha: Always install the CHILD_SAs with the inbound flag set to FALSEMartin Willi2015-02-271-2/+2
* Updated Ubuntu 14.04 kernel versionAndreas Steffen2015-02-271-1/+1
* Fixed compiler warningsAndreas Steffen2015-02-271-2/+3
* travis: Disable unwind backtraces regardless of LEAK_DETECTIVE optionMartin Willi2015-02-261-3/+1
* Version bump to 5.3.0dr1Andreas Steffen2015-02-262-1/+4
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-2617-42/+133
* unit-tests: Completed BLISS testsAndreas Steffen2015-02-256-16/+668
* Check for null pointer before applying memwipe()Andreas Steffen2015-02-251-4/+10
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-2513-47/+359
* host-resolver: Do not cancel threads waiting for new queries during cleanupMartin Willi2015-02-241-6/+8
* host-resolver: Disable resolver thread cancellation by defaultMartin Willi2015-02-241-0/+3
* unit-tests: Add host_create_from_dns() test cases resolving "localhost"Martin Willi2015-02-241-0/+42
* travis: Disable forecast/connmark plugins in monolithic buildsMartin Willi2015-02-241-0/+4
* plugin-loader: Do not unload libraries during dlclose(), if supportedMartin Willi2015-02-241-1/+9
* unit-tests: Accept numerical protocol/port numbers in traffic selector testsMartin Willi2015-02-231-11/+16
* forecast: Explicitly cast sockaddr to fix compiler warningTobias Brunner2015-02-231-1/+1
* configure: Use pkg-config to detect libiptc used by connmark/forecastTobias Brunner2015-02-233-4/+10
* openssl: Return the proper IV length for OpenSSL cryptersTobias Brunner2015-02-231-1/+1
* Merge branch 'forecast'Martin Willi2015-02-2024-0/+1673
|\
| * NEWS: Introduce forecast multicast/broadcast forwarding pluginMartin Willi2015-02-201-0/+7
| * testing: Add a forecast test caseMartin Willi2015-02-2011-0/+152
| * testing: Build forecast pluginMartin Willi2015-02-201-0/+1
| * forecast: Document strongswan.conf optionsMartin Willi2015-02-202-0/+30
| * forecast: Add the broadcast/multicast forwarding plugin called forecastMartin Willi2015-02-209-0/+1483
|/
* Merge branch 'connmark'Martin Willi2015-02-2027-8/+951
|\
| * NEWS: Introduce connmark pluginMartin Willi2015-02-201-0/+6
| * testing: Add a connmark plugin testMartin Willi2015-02-209-0/+109
| * testing: Build strongSwan with the connmark pluginMartin Willi2015-02-201-0/+1
| * testing: Install iptables-dev to guest imagesMartin Willi2015-02-201-1/+1
| * travis: Install iptables-dev for connmark plugin in "all" testsMartin Willi2015-02-201-1/+1
| * ipsec-types: Support the %unique mark valueMartin Willi2015-02-203-6/+18
| * connmark: Add CONNMARK rules to select correct output SA based on conntrackMartin Willi2015-02-204-0/+611
| * bus: Add an ike_update() hook invoked when peer endpoints changeMartin Willi2015-02-204-0/+50
| * connmark: Add a plugin stubMartin Willi2015-02-205-0/+154
|/
* load-tester: Support initiating XAuth authenticationMartin Willi2015-02-201-0/+22
* Merge branch 'make-before-break'Martin Willi2015-02-2047-99/+597
|\
| * NEWS: Introduce make-before-break reauthenticationMartin Willi2015-02-201-0/+9
| * testing: Update description and test evaluation of host2host-transport-natMartin Willi2015-02-203-9/+8
| * testing: Be a little more flexible in testing for established CHILD_SA modesMartin Willi2015-02-208-21/+21
| * testing: Add a test scenario for make-before-break reauth using a virtual IPMartin Willi2015-02-209-0/+100
| * testing: Add a test scenario for make-before-break reauth without a virtual IPMartin Willi2015-02-209-0/+97
| * mem-pool: Pass the remote IKE address, to re-acquire() an address during reauthMartin Willi2015-02-207-55/+87