1. 22 Nov, 2008 2 commits
    • runge's avatar
      SSVNC sync: stunnel upgrade and patch, change wish order, -anondh -ciphers option · 41c7b74a
      runge authored
        VeNCrypt and TLSVNC support (in pproxy and unix vncviewer). Help text tweaks
        -killstunnel, s_client fixes, No Encryption easier. Zeroconf/avahi support.
        tk font fixes. SSVNC_ULTRA_FTP_JAR finding SSVNC_PREDIGESTED_HANDSHAKE
        SSVNC_SKIP_RFB_PROTOCOL_VERSION, SSVNC_SET_SECURITY_TYPE, etc hacks.
      41c7b74a
    • runge's avatar
      x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL, · 6fbba525
      runge authored
        -setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS
        encryption support.  Tweaks to choose_delay() algorithm.
        -ssl ANON anonymouse Diffie-Hellman mode.  Fix bugs in certs
        management.  Additions to tray=setpass naive user mode.
      6fbba525
  2. 05 Nov, 2008 2 commits
  3. 30 Oct, 2008 1 commit
  4. 29 Oct, 2008 1 commit
  5. 19 Oct, 2008 3 commits
  6. 21 Sep, 2008 1 commit
  7. 17 Sep, 2008 1 commit
  8. 14 Sep, 2008 1 commit
  9. 07 Sep, 2008 1 commit
    • runge's avatar
      x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode. · d5cba7a5
      runge authored
         -grablocal n experiment (not compiled by default).  -macuskbd
         option for macosx for orig uskdb code. keycode=N remote contol
         cmd.  Find dpy look at non-NFS cookies in /tmp.  Fix gui tray
         insertion on recent gnome dt. Fix connect_file bug. Sync SSVNC
      d5cba7a5
  10. 24 Jun, 2008 1 commit
  11. 07 Jun, 2008 1 commit
  12. 03 Jun, 2008 2 commits
  13. 01 Jun, 2008 2 commits
  14. 31 May, 2008 5 commits
  15. 23 May, 2008 1 commit
  16. 13 May, 2008 2 commits
  17. 12 May, 2008 3 commits
  18. 08 May, 2008 2 commits
  19. 28 Apr, 2008 1 commit
  20. 21 Mar, 2008 1 commit
  21. 18 Feb, 2008 5 commits
  22. 04 Feb, 2008 1 commit
    • dscho's avatar
      ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) · 26b79b89
      dscho authored
      Highlite:
       * use qualityLevel/zlib_buffer. No new variable is needed.
       * Change coding style to recursive fashion.
       * Change meaning of qualityLevel== 9 for easy calc zywrle_level:
           old:zywrle_level== 1
           new:disable ZYWRLE(same as ZRLE)
         so, we should not use this value for compatible reason.
       * Color mode handling isn't complete.
         I provided and checked 16 bit colors(RGB555,RGB565) and
         some color mode of 32 bit colors for little endian mode.
         we must make and check 24 bit colors and big endian mode.
      Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      26b79b89