Displaying 3 results from an estimated 3 matches for "c6d091d".
2009 Jun 08
2
[PATCH] few minor bugfixes
...009 <mmorsi at redhat.com> - 1.0.0-3
+- changes to viewer to connect to ovirt server
+ through vnc proxy
+
* Thu Apr 30 2009 <mmorsi at redhat.com> - 1.0.0-2
- ssl support, see check-certificate cmd line flag
- wire up send key menu
diff --git a/tunnel.c b/tunnel.c
index a03ef0b..c6d091d 100644
--- a/tunnel.c
+++ b/tunnel.c
@@ -34,6 +34,7 @@
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
+#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
@@ -46,9 +47,6 @@
/* constants */
-// por...
2009 Jun 10
1
[PATCH] add cmd line option for server vnc port
...which to connect to server via vnc", NULL },
{ "cainfo", 0, 0, G_OPTION_ARG_STRING, &cainfo,
"set the path of the CA certificate bundle", NULL },
{ "check-certificate", 0, 0, G_OPTION_ARG_NONE, &check_cert,
diff --git a/tunnel.c b/tunnel.c
index c6d091d..17b512c 100644
--- a/tunnel.c
+++ b/tunnel.c
@@ -53,9 +53,6 @@ const int VM_NAME_MAX_LEN = 250;
// max length of vnc data
const int VNC_DATA_MAX_LEN = 800000;
-// port which to connect to on ovirt server
-const int OVIRT_SERVER_PORT = 5900;
-
/* Private thread functions */
static gpointer tu...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...009 <mmorsi at redhat.com> - 1.0.0-3
+- changes to viewer to connect to ovirt server
+ through vnc proxy
+
* Thu Apr 30 2009 <mmorsi at redhat.com> - 1.0.0-2
- ssl support, see check-certificate cmd line flag
- wire up send key menu
diff --git a/tunnel.c b/tunnel.c
index a03ef0b..c6d091d 100644
--- a/tunnel.c
+++ b/tunnel.c
@@ -34,6 +34,7 @@
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
+#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
@@ -46,9 +47,6 @@
/* constants */
-// por...