aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Properly read data from stream in pki --pkcs7Tobias Brunner2013-01-241-6/+9
| | |
* | | Properly destroy mem_cred object on pki --pkcs7 --helpTobias Brunner2013-01-241-0/+1
| | |
* | | Try to determine OS type if name and version are configuredTobias Brunner2013-01-241-0/+2
| | |
* | | Add missing va_end() callTobias Brunner2013-01-241-1/+2
| | |
* | | g_thread_init() is deprecated since Glib 2.23Tobias Brunner2013-01-242-0/+6
| | |
* | | Fix check-in of IKE_SA when IKE_SA_INIT fails and hash table is enabledTobias Brunner2013-01-241-2/+13
| | | | | | | | | | | | | | | | | | | | | Setting the responder SPI to 0 can only be done while generating the response, otherwise we'd fail to check in the IKE_SA again in case the hash table is enabled. That's because we use the responder SPI as hash value since 5.0.0.
* | | Return SS_RC_INITIALIZATION_FAILED if pid file existsAdrian-Ken Rueegsegger2013-01-231-1/+0
| | | | | | | | | | | | | | | | | | Let charon return SS_RC_INITIALIZATION_FAILED if an existing pid file is found. Starter only terminates itself if the result code of the daemon is a valid SS_RC_* value.
* | | Avoid a deadlock when installing a trap policy failedTobias Brunner2013-01-231-1/+5
| | |
* | | Encode IETF Numeric Version Service Pack Version with two byte wordsMartin Willi2013-01-221-3/+2
| | |
* | | starter: Add --attach-gdb option to usage textAdrian-Ken Rueegsegger2013-01-221-1/+2
| | |
* | | Fix IKE SA inherit API docAdrian-Ken Rueegsegger2013-01-221-2/+1
| | |
* | | Filter TS list for Split-Includes before printing them to debug logMartin Willi2013-01-211-10/+34
| | |
* | | Add the ability to use a named pool for conftest configsTobias Brunner2013-01-212-4/+10
| |/ |/|
* | Removed INSTALL from EXTRA_DIST5.0.2rc1Andreas Steffen2013-01-171-1/+1
| |
* | Merge branch 'debian-testing'Tobias Brunner2013-01-171400-41153/+18258
|\ \ | |/ |/| | | | | | | | | | | | | | | These changes update the integration test system. It previously was based on a pretty much unmaintainable Gentoo root image and the dated UML virtualization technology. Among many other changes the test environment is now based on KVM and uses reproducible Debian-based guest images. Conflicts: NEWS
| * NEWS about updated integration tests addedTobias Brunner2013-01-171-0/+3
| |
| * Updated documentation for the integration testsTobias Brunner2013-01-172-265/+50
| |
| * Removed UML from description of ikev2/default-keys testTobias Brunner2013-01-171-3/+3
| |
| * Updated comments in test.conf of all testsTobias Brunner2013-01-17264-816/+816
| |
| * Renamed $UMLHOSTS to $VIRTHOSTSTobias Brunner2013-01-17265-529/+529
| |
| * Drop vim swap fileReto Buerki2013-01-171-0/+0
| |
| * Enforce reception of multicast traffic on virbr[1|2]Reto Buerki2013-01-171-0/+11
| | | | | | | | This is needed to let the ha/both-active test pass.
| * Make core dumps workReto Buerki2013-01-173-2/+9
| | | | | | | | Core dumps are written to the /var/local/dumps directory.
| * Append seconds to TESTDATEReto Buerki2013-01-171-1/+1
| | | | | | | | | | This avoids 'file exists' warnings when running tests multiple times in one minute.
| * Switch to 'mapped' access mode for hostfsReto Buerki2013-01-1714-24/+25
| | | | | | | | | | | | | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
| * Make guest ACPI shutdown workReto Buerki2013-01-172-3/+3
| |
| * Drop obsolete Gentoo dhcpd init scriptReto Buerki2013-01-173-72/+0
| |
| * No need to enable ip_forward in pretest filesReto Buerki2013-01-1734-42/+0
| | | | | | | | It is enabled by default now.
| * Auto-create symlink to testing directory in workdirReto Buerki2013-01-171-0/+2
| |
| * converted ha/both-active iptables scenarioAndreas Steffen2013-01-176-216/+108
| |
| * converted all ipv6 iptables/ip6tables scenariosAndreas Steffen2013-01-1796-4619/+396
| |
| * converted all p2pnat iptables scenariosAndreas Steffen2013-01-1715-396/+164
| |
| * Rename UML to KVM testsAndreas Steffen2013-01-172-9/+9
| |
| * converted all tnc iptables scenariosAndreas Steffen2013-01-1732-330/+174
| |
| * List daemon.log on $RADIUSHOSTSAndreas Steffen2013-01-171-0/+4
| |
| * implemented ip6tables.rulesAndreas Steffen2013-01-177-0/+104
| |
| * converted all sql iptables scenariosAndreas Steffen2013-01-1737-489/+116
| |
| * converted all pfkey iptables scenariosAndreas Steffen2013-01-1725-132/+104
| |
| * converted all openssl-ikev2 iptables scenariosAndreas Steffen2013-01-1718-48/+48
| |
| * converted all openssl-ikev1 iptables scenariosAndreas Steffen2013-01-178-22/+22
| |
| * converted all gcrypt-ikev2 iptables scenariosAndreas Steffen2013-01-174-10/+10
| |
| * converted all af-alg iptables scenariosAndreas Steffen2013-01-174-10/+10
| |
| * added ikev1/nat-virtual-ip scenarioAndreas Steffen2013-01-1711-0/+328
| |
| * converted all ikev1 iptables scenariosAndreas Steffen2013-01-1779-270/+290
| |
| * use iptables-restore in all ikev2 firewall scenariosAndreas Steffen2013-01-17245-2743/+1374
| |
| * Updated mark_update script in several IKEv2 scenariosAndreas Steffen2013-01-173-9/+39
| |
| * activated iptables in some ikev2 scenariosAndreas Steffen2013-01-1729-686/+226
| |
| * Fixed NO evaltest in tnc/tnccs-20-pdp scenarioAndreas Steffen2013-01-171-2/+2
| |
| * Disable IPv4 forwarding on carol in order to pass tnc/tnccs-20-os scenarioAndreas Steffen2013-01-172-0/+2
| |
| * Added less package to Debian base imageAndreas Steffen2013-01-171-0/+1
| |