1. 30 4月, 2015 1 次提交
  2. 18 3月, 2015 2 次提交
  3. 18 9月, 2014 1 次提交
  4. 19 6月, 2014 1 次提交
  5. 04 5月, 2013 1 次提交
    • T
      TLS support for VNC Websockets · 0057a0d5
      Tim Hardeck 提交于
      Added TLS support to the VNC QEMU Websockets implementation.
      VNC-TLS needs to be enabled for this feature to be used.
      
      The required certificates are specified as in case of VNC-TLS
      with the VNC parameter "x509=<path>".
      
      If the server certificate isn't signed by a rooth authority it needs to
      be manually imported in the browser because at least in case of Firefox
      and Chrome there is no user dialog, the connection just gets canceled.
      
      As a side note VEncrypt over Websocket doesn't work atm because TLS can't
      be stacked in the current implementation. (It also didn't work before)
      Nevertheless to my knowledge there is no HTML 5 VNC client which supports
      it and the Websocket connection can be encrypted with regular TLS now so
      it should be fine for most use cases.
      Signed-off-by: NTim Hardeck <thardeck@suse.de>
      Reviewed-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1366727581-5772-1-git-send-email-thardeck@suse.de
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      0057a0d5
  6. 18 2月, 2013 1 次提交
    • A
      vnc-tls: Fix compilation with newer versions of GNU-TLS · 7d2a929f
      Andre Przywara 提交于
      In my installation of GNU-TLS (v3.0.23) the type
      gnutls_anon_server_credentials is marked deprecated, so -Werror
      breaks compilation.
      Simply replacing it with the newer ..._t version fixed the compilation
      on my machine (Slackware 14.0). I cannot tell how far back this "new"
      type goes, at least the header file in RHEL 5.0 (v1.4.1) seems to have
      it already. If someone finds a broken distribution, tell me and I
      insert some compat code.
      Signed-off-by: NAndre Przywara <andre.przywara@amd.com>
      Message-id: 1350551818-14717-1-git-send-email-andre.przywara@amd.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      7d2a929f
  7. 19 12月, 2012 1 次提交
  8. 05 10月, 2012 1 次提交
  9. 02 11月, 2011 1 次提交
  10. 10 9月, 2011 1 次提交
  11. 21 8月, 2011 1 次提交
  12. 25 7月, 2011 1 次提交
    • B
      Wrap recv to avoid warnings · 00aa0040
      Blue Swirl 提交于
      Avoid warnings like these by wrapping recv():
        CC    slirp/ip_icmp.o
      /src/qemu/slirp/ip_icmp.c: In function 'icmp_receive':
      /src/qemu/slirp/ip_icmp.c:418:5: error: passing argument 2 of 'recv' from incompatible pointer type [-Werror]
      /usr/local/lib/gcc/i686-mingw32msvc/4.6.0/../../../../i686-mingw32msvc/include/winsock2.h:547:32: note: expected 'char *' but argument is of type 'struct icmp *'
      
      Remove also casts used to avoid warnings.
      Reviewed-by: NAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      00aa0040
  13. 27 7月, 2010 1 次提交
  14. 09 3月, 2010 1 次提交
  15. 07 3月, 2009 1 次提交