aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * unit-tests: Don't unload plugins before calling libcharon_deinit()Tobias Brunner2016-06-171-3/+0
|/
* kernel-netlink: Don't set replay window for outbound SAsTobias Brunner2016-06-171-0/+6
* kernel-pfkey: Only set the replay window for inbound SAsTobias Brunner2016-06-171-3/+8
* testing: Fix race in tnc/tnccs-20-pdp-pt-tls scenarioTobias Brunner2016-06-172-3/+1
* daemon: Don't hold settings lock while executing start/stop scriptsTobias Brunner2016-06-171-20/+43
* testing: Use TLS 1.2 in RADIUS test casesTobias Brunner2016-06-172-0/+6
* testing: Update FreeRADIUS to 2.2.8Tobias Brunner2016-06-172-3/+3
* Revert "configure: Cache result of pthread_condattr_setclock() check"Tobias Brunner2016-06-171-22/+18
* configure: Cache result of pthread_condattr_setclock() checkTobias Brunner2016-06-171-18/+22
* configure: Fix typo in pthread_condattr_setclock() checkTobias Brunner2016-06-171-2/+2
* quick-mode: Fix reporting lifebytes if lifetime is configuredTobias Brunner2016-06-171-2/+2
* load-tester: Fix load-tester on platforms where plain `char` is signedTobias Brunner2016-06-171-1/+1
* testing: Fix firewall rule on alice in tnc/tnccs-20-pdp-pt-tls scenarioTobias Brunner2016-06-171-2/+2
* Merge branch 'testing-jessie'Tobias Brunner2016-06-16504-716/+1329
|\
| * testing: Build hostapd from sourcesTobias Brunner2016-06-163-1/+78
| * testing: Update download URL for wpa_supplicantTobias Brunner2016-06-161-1/+1
| * testing: Wait for packets to be processed by tcpdumpTobias Brunner2016-06-161-1/+10
| * testing: Fix expect-connection for tkm testsTobias Brunner2016-06-161-1/+1
| * testing: Add expect-connection calls for all tests and hostsTobias Brunner2016-06-16184-11/+236
| * testing: Update test scenarios for Debian jessieTobias Brunner2016-06-16289-576/+576
| * libimcv: Add Debian 8.5 to databaseTobias Brunner2016-06-161-3/+20
| * testing: Fix posttest.dat for ikev2/rw-dnssec scenarioTobias Brunner2016-06-161-6/+6
| * testing: Make sure tcpdump is actually terminated before analyzing/collecting...Tobias Brunner2016-06-161-11/+6
| * testing: Correctly dis-/enable services with systemdTobias Brunner2016-06-162-4/+16
| * testing: Install packages like the FIPS-enabled OpenSSL from a custom apt repoTobias Brunner2016-06-163-14/+28
| * testing: Update base image to Debian jessieTobias Brunner2016-06-153-10/+30
| * testing: Update 4.x kernel configs to be compatible with Debian 8/systemdTobias Brunner2016-06-156-13/+130
| * testing: Add root to fstabTobias Brunner2016-06-151-0/+1
| * testing: Update Apache config for newer Debian releasesTobias Brunner2016-06-159-62/+103
| * testing: Explicitly enable RC4 in SSH server configTobias Brunner2016-06-151-0/+1
| * testing: Add script to chroot into an imageTobias Brunner2016-06-151-0/+67
| * testing: Add a patch to tnc-fhh that avoids building the tncsim packageTobias Brunner2016-06-152-1/+20
| * testing: Don't attempt to stop services when building base imageTobias Brunner2016-06-151-2/+0
|/
* leak-detective: Make sure to actually call malloc() from calloc() hookTobias Brunner2016-06-151-3/+4
* leak-detective: Whitelist __fprintf_chk as seen on newer systemsTobias Brunner2016-06-151-0/+1
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-1413-12/+20
* testing: Fix scenarios that check /etc/resolv.confTobias Brunner2016-06-133-6/+6
* android: Catch exception if numbers are too large for IntegerTobias Brunner2016-06-131-1/+8
* android: Use non-aliased cipher identifiersTobias Brunner2016-06-131-12/+12
* android: Update Gradle pluginTobias Brunner2016-06-131-1/+1
* android: Fix signature of get_nexthop()Tobias Brunner2016-06-131-1/+2
* resolve: Add refcounting for installed DNS serversTobias Brunner2016-06-101-27/+99
* resolve: Use process abstraction when calling resolvconfTobias Brunner2016-06-101-18/+60
* resolve: Make sure to clean up if calling resolvconf failedTobias Brunner2016-06-101-3/+4
* Merge branch 'interface-for-routes'Tobias Brunner2016-06-1010-166/+256
|\
| * kernel-pfroute: Return interface to reach destination from get_nexthop()Tobias Brunner2016-06-101-4/+13
| * kernel-pfkey: Install routes with OUT policiesTobias Brunner2016-06-101-31/+30
| * kernel-netlink: Install routes with OUT policiesTobias Brunner2016-06-101-25/+24
| * kernel-pfkey: Don't install routes for drop policies and if protocol/ports ar...Tobias Brunner2016-06-101-3/+10
| * kernel-netlink: Don't install routes for drop policies and if protocol/ports ...Tobias Brunner2016-06-101-96/+106