Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Properly read data from stream in pki --pkcs7 | Tobias Brunner | 2013-01-24 | 1 | -6/+9 | |
| | | | ||||||
* | | | Properly destroy mem_cred object on pki --pkcs7 --help | Tobias Brunner | 2013-01-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Try to determine OS type if name and version are configured | Tobias Brunner | 2013-01-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | Add missing va_end() call | Tobias Brunner | 2013-01-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | g_thread_init() is deprecated since Glib 2.23 | Tobias Brunner | 2013-01-24 | 2 | -0/+6 | |
| | | | ||||||
* | | | Fix check-in of IKE_SA when IKE_SA_INIT fails and hash table is enabled | Tobias Brunner | 2013-01-24 | 1 | -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 exists | Adrian-Ken Rueegsegger | 2013-01-23 | 1 | -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 failed | Tobias Brunner | 2013-01-23 | 1 | -1/+5 | |
| | | | ||||||
* | | | Encode IETF Numeric Version Service Pack Version with two byte words | Martin Willi | 2013-01-22 | 1 | -3/+2 | |
| | | | ||||||
* | | | starter: Add --attach-gdb option to usage text | Adrian-Ken Rueegsegger | 2013-01-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fix IKE SA inherit API doc | Adrian-Ken Rueegsegger | 2013-01-22 | 1 | -2/+1 | |
| | | | ||||||
* | | | Filter TS list for Split-Includes before printing them to debug log | Martin Willi | 2013-01-21 | 1 | -10/+34 | |
| | | | ||||||
* | | | Add the ability to use a named pool for conftest configs | Tobias Brunner | 2013-01-21 | 2 | -4/+10 | |
| |/ |/| | ||||||
* | | Removed INSTALL from EXTRA_DIST5.0.2rc1 | Andreas Steffen | 2013-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'debian-testing' | Tobias Brunner | 2013-01-17 | 1400 | -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 added | Tobias Brunner | 2013-01-17 | 1 | -0/+3 | |
| | | ||||||
| * | Updated documentation for the integration tests | Tobias Brunner | 2013-01-17 | 2 | -265/+50 | |
| | | ||||||
| * | Removed UML from description of ikev2/default-keys test | Tobias Brunner | 2013-01-17 | 1 | -3/+3 | |
| | | ||||||
| * | Updated comments in test.conf of all tests | Tobias Brunner | 2013-01-17 | 264 | -816/+816 | |
| | | ||||||
| * | Renamed $UMLHOSTS to $VIRTHOSTS | Tobias Brunner | 2013-01-17 | 265 | -529/+529 | |
| | | ||||||
| * | Drop vim swap file | Reto Buerki | 2013-01-17 | 1 | -0/+0 | |
| | | ||||||
| * | Enforce reception of multicast traffic on virbr[1|2] | Reto Buerki | 2013-01-17 | 1 | -0/+11 | |
| | | | | | | | | This is needed to let the ha/both-active test pass. | |||||
| * | Make core dumps work | Reto Buerki | 2013-01-17 | 3 | -2/+9 | |
| | | | | | | | | Core dumps are written to the /var/local/dumps directory. | |||||
| * | Append seconds to TESTDATE | Reto Buerki | 2013-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | This avoids 'file exists' warnings when running tests multiple times in one minute. | |||||
| * | Switch to 'mapped' access mode for hostfs | Reto Buerki | 2013-01-17 | 14 | -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 work | Reto Buerki | 2013-01-17 | 2 | -3/+3 | |
| | | ||||||
| * | Drop obsolete Gentoo dhcpd init script | Reto Buerki | 2013-01-17 | 3 | -72/+0 | |
| | | ||||||
| * | No need to enable ip_forward in pretest files | Reto Buerki | 2013-01-17 | 34 | -42/+0 | |
| | | | | | | | | It is enabled by default now. | |||||
| * | Auto-create symlink to testing directory in workdir | Reto Buerki | 2013-01-17 | 1 | -0/+2 | |
| | | ||||||
| * | converted ha/both-active iptables scenario | Andreas Steffen | 2013-01-17 | 6 | -216/+108 | |
| | | ||||||
| * | converted all ipv6 iptables/ip6tables scenarios | Andreas Steffen | 2013-01-17 | 96 | -4619/+396 | |
| | | ||||||
| * | converted all p2pnat iptables scenarios | Andreas Steffen | 2013-01-17 | 15 | -396/+164 | |
| | | ||||||
| * | Rename UML to KVM tests | Andreas Steffen | 2013-01-17 | 2 | -9/+9 | |
| | | ||||||
| * | converted all tnc iptables scenarios | Andreas Steffen | 2013-01-17 | 32 | -330/+174 | |
| | | ||||||
| * | List daemon.log on $RADIUSHOSTS | Andreas Steffen | 2013-01-17 | 1 | -0/+4 | |
| | | ||||||
| * | implemented ip6tables.rules | Andreas Steffen | 2013-01-17 | 7 | -0/+104 | |
| | | ||||||
| * | converted all sql iptables scenarios | Andreas Steffen | 2013-01-17 | 37 | -489/+116 | |
| | | ||||||
| * | converted all pfkey iptables scenarios | Andreas Steffen | 2013-01-17 | 25 | -132/+104 | |
| | | ||||||
| * | converted all openssl-ikev2 iptables scenarios | Andreas Steffen | 2013-01-17 | 18 | -48/+48 | |
| | | ||||||
| * | converted all openssl-ikev1 iptables scenarios | Andreas Steffen | 2013-01-17 | 8 | -22/+22 | |
| | | ||||||
| * | converted all gcrypt-ikev2 iptables scenarios | Andreas Steffen | 2013-01-17 | 4 | -10/+10 | |
| | | ||||||
| * | converted all af-alg iptables scenarios | Andreas Steffen | 2013-01-17 | 4 | -10/+10 | |
| | | ||||||
| * | added ikev1/nat-virtual-ip scenario | Andreas Steffen | 2013-01-17 | 11 | -0/+328 | |
| | | ||||||
| * | converted all ikev1 iptables scenarios | Andreas Steffen | 2013-01-17 | 79 | -270/+290 | |
| | | ||||||
| * | use iptables-restore in all ikev2 firewall scenarios | Andreas Steffen | 2013-01-17 | 245 | -2743/+1374 | |
| | | ||||||
| * | Updated mark_update script in several IKEv2 scenarios | Andreas Steffen | 2013-01-17 | 3 | -9/+39 | |
| | | ||||||
| * | activated iptables in some ikev2 scenarios | Andreas Steffen | 2013-01-17 | 29 | -686/+226 | |
| | | ||||||
| * | Fixed NO evaltest in tnc/tnccs-20-pdp scenario | Andreas Steffen | 2013-01-17 | 1 | -2/+2 | |
| | | ||||||
| * | Disable IPv4 forwarding on carol in order to pass tnc/tnccs-20-os scenario | Andreas Steffen | 2013-01-17 | 2 | -0/+2 | |
| | | ||||||
| * | Added less package to Debian base image | Andreas Steffen | 2013-01-17 | 1 | -0/+1 | |
| | |