-
Alexanders patch is at: http://thread.gmane.org/gmane.comp.emulators.kvm.devel/20012/focus=20235
Or to be more specific:
diff --git a/qemu/target-i386/cpu.h b/qemu/target-i386/cpu.h
index 7e95900..61c39d4 100644
--- a/qemu/target-i386/cpu.h
+++ b/qemu/target-i386/cpu.h
@@ -542,8 +542,8 @@ typedef struct CPUX86State {
/* sysenter registers */
uint32_t sysenter_cs;
-...
2008-08-11 14:16:16 UTC in kernel virtual machine
-
Attached path for the unix version aswell, not tested though!
File Added: CCon.patch.
2008-02-13 13:53:41 UTC in VeNCrypt
-
The hostname validation in VeNCRypt checks for "ip::port" which breaks the validation on two parts:
1. This is contrary to how other VNC and cert checks are performed, and also why should the server include the port number in the certificate?
2. This opens us up for a dns-poisoning attack.
Checking that the hostname in the certificate matches the hostname entered by the client is the...
2008-02-13 13:51:20 UTC in VeNCrypt
-
Sorry, forgot to login before I submitted that one :(.
2008-02-12 13:19:29 UTC in VeNCrypt
-
There is a problem in the Windows version of VeNCrypt when loading the defaults from the registry where the contents of x509ca overwrites the contents of x509crl which in turn will always make the CRL loading fail since they cannot load the same file.
2008-02-12 07:55:19 UTC in VeNCrypt