• Home
  • Raw
  • Download

Lines Matching +full:2001 +full:- +full:08 +full:- +full:14

1 2014-10-21  Christian Beier <dontmind@freeshell.org>
5 2014-10-21 Christian Beier <dontmind@freeshell.org>
10 2014-10-21 Christian Beier <dontmind@freeshell.org>
12 * libvncserver/scale.c: Fix Use-After-Free vulnerability in
16 …(non-zero) if (msg.ssc.scale == 0) { rfbLogPerror("rfbProcessClientNormalMessage: …
19 msg.ssc.scale); rfbScalingSetup(cl,cl->screen->width/msg.ssc.scale,
20 …cl->screen->height/msg.ssc.scale); rfbSendNewScaleSize(cl); << This is the call that can tri…
24 Swap16IfLE(cl->scaledScreen->width); rmsg.framebufferHeigth
25 = Swap16IfLE(cl->scaledScreen->height); rfbLog("Sending a response
27 cl->scaledScreen->width, cl->scaledScreen->height); if
32 …rver this leads to an attempt to access client->data. POC script to trigger the vulnerability: --…
39 …f,x): a=0 for i in range(8): a += ((x>>i)&1)<<(7-i) return a d…
40 …end("\x08\x08\x00\x00") remote.close() if __name__ == "__main__": main(sys.argv) ---snap---
42 2014-10-14 dscho <johannes.schindelin@gmx.de>
46 2014-10-10 Christian Beier <dontmind@freeshell.org>
49 …memory corruption. This fixes the following oCERT report (oCERT-2014-008 pt.2): There is a simila…
53 …memory corruption in the client. Field Size --------------------------------- name-le…
54 [4] name-string [name-length] Below you will find a PoC script to show the vulnerability. This was
67 …conn.send(secResultOk) data = conn.recv(1024) # Receive the ClientInit (Shared-flag). frameBuffer…
76 2014-10-10 Christian Beier <dontmind@freeshell.org>
80 ([oCERT-2014-008]): LibVNCServer HandleRFBServerMessage rfbServerCutText malicious
83 …!ReadFromRFBServer(client, ((char *)&msg) + 1, sz_rfbServerCutTextMsg - 1)) return FAL…
86 ….sct.length] = 0; << Attempt to write to buffer if (client->GotXCutText) client->GotXCut…
91 2014-10-09 Christian Beier <dontmind@freeshell.org>
95 2014-10-09 Christian Beier <dontmind@freeshell.org>
99 2014-10-07 dscho <johannes.schindelin@gmx.de>
101 …* : Merge pull request #42 from LibVNC/autotools-fix-revisited Add autoconf macros that might not …
104 2014-10-07 Johannes Schindelin <johannes.schindelin@gmx.de>
109 working in place. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
111 2014-09-01 Nicolas Ruff <nruff@google.com>
113 …* libvncserver/rfbserver.c: Fix stack-based buffer overflow There was a possible buffer overflow i…
114 when processing the FileTime. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
116 2014-10-07 dscho <johannes.schindelin@gmx.de>
120 2014-10-06 newsoft <newsoft@gmx.fr>
125 2014-10-06 Christian Beier <dontmind@freeshell.org>
129 2014-10-03 Christian Beier <dontmind@freeshell.org>
131 …e: Really add empty m4 subdirectory. This change kinda got lost with the last commit re-splitting.
133 2014-10-02 Christian Beier <dontmind@freeshell.org>
135 * : Merge pull request #38 from LibVNC/autotools-fix-revisited Autotools fix revisited.
137 2014-10-02 Christian Beier <dontmind@freeshell.org>
144 webclients/novnc/include/chrome-app/tcp-client.js,
155 webclients/novnc/include/web-socket-js/web_socket.js,
161 2014-09-21 Brian Bidulock <bidulock@openss7.org>
165 2014-09-21 Brian Bidulock <bidulock@openss7.org>
167 * autogen.sh: removed autogen.sh - no longer applicable: use autoreconf -fiv
169 2014-10-02 Christian Beier <dontmind@freeshell.org>
171 * INSTALL, acinclude.m4, ltmain.sh: Remove autotools-related files
172 that will get installed by autoreconf -i.
174 2014-10-02 Brian Bidulock <bidulock@openss7.org>
179 2014-10-02 Brian Bidulock <bidulock@openss7.org>
186 2014-09-30 Johannes Schindelin <johannes.schindelin@gmx.de>
188 * libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c:
189 Close unclosed comments ;-) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
191 2014-09-30 dscho <johannes.schindelin@gmx.de>
195 2014-09-30 dscho <johannes.schindelin@gmx.de>
199 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
201 * libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c:
204 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
208 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
214 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
220 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
225 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
234 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
240 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
242 * libvncserver/tightvnc-filetransfer/filetransfermsg.c: A windows
246 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
248 * libvncserver/tightvnc-filetransfer/filetransfermsg.c: MSVC also
251 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
253 * libvncserver/tightvnc-filetransfer/filetransfermsg.c,
254 libvncserver/tightvnc-filetransfer/filetransfermsg.h:
258 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
260 * libvncserver/tightvnc-filetransfer/filetransfermsg.c: Fail when
263 2014-09-20 Daniel Cohen Gindi <danielgindi@gmail.com>
272 2014-09-09 Christian Beier <dontmind@freeshell.org>
277 2014-09-09 Christian Beier <dontmind@freeshell.org>
285 2014-09-09 Christian Beier <dontmind@freeshell.org>
294 2014-09-09 Christian Beier <dontmind@freeshell.org>
299 2014-09-03 Christian Beier <dontmind@freeshell.org>
304 2014-09-03 Christian Beier <dontmind@freeshell.org>
306 * tightvnc-1.3dev5-vncviewer-alpha-cursor.patch: Remove
307 tightvnc-1.3dev5-vncviewer-alpha-cursor.patch.
309 2014-09-03 Christian Beier <dontmind@freeshell.org>
313 x11vnc/RELEASE-NOTES, x11vnc/allowed_input_t.h, x11vnc/appshare.c,
352 x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-client.co
354 x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-server.co
368 x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf,
378 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
380 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
382 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
384 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-ne
420 2014-09-02 Johannes Schindelin <johannes.schindelin@gmx.de>
422 …x tv_usec calculation This bug was introduced in the MSVC patches. Signed-off-by: Johannes Schind…
424 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
429 Windows-specific hacks earlier). Happily, it is very easy to provide
430 …Windows-specific emulations for the pthread calls we use. [JES: fixed commit message] Signed-off-
432 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
436 …pointers. [JES: fixed commit message] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx…
438 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
441 …emulation headers [JES: provided commit message, split out unrelated changes] Signed-off-by: Johan…
443 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
446 libvncclient/vncviewer.c: Use WIN32 for Windows-specific #ifdef
447 guards To support Microsoft Visual C++, we must not guard Windows-specific
448 …code in MinGW-specific #ifdef guards. Happily, even 64-bit MSVC defines the WIN32 constant, there…
450 changes] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
452 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
456 …://runexe.googlecode.com/svn-history/r9/trunk/src/runlib/msstdint.h(we can incorporate it because …
457 …license.) [JES: fixed commit message, fixed stripped copyright header] Signed-off-by: Johannes Sch…
459 2014-09-01 Daniel Cohen Gindi <danielgindi@gmail.com>
463 …#define the former to call the latter. [JES: fixed commit message] Signed-off-by: Johannes Schind…
465 2014-09-01 Daniel Cohen Gindi <danielgindi@gmail.com>
468 …not the winsock.h header. [JES: fixed commit message] Signed-off-by: Johannes Schindelin <johanne…
470 2014-08-29 Daniel Cohen Gindi <danielgindi@gmail.com>
477 …windowsdesktop/en-US/4a90b143-1fb8-43e9-a54c-956127e0c579/windowsh-and-winsock2h?forum=windowssdk[…
479 2014-09-01 Daniel Cohen Gindi <danielgindi@gmail.com>
482 …detected by Microsoft's compiler. [JES: fixed commit message] Signed-off-by: Johannes Schindelin …
484 2014-08-26 dscho <johannes.schindelin@gmx.de>
488 2014-08-18 Nicolas Ruff <nruff@google.com>
491 client->server ClientCutText message. Client can send up to 2**32-1
496 2014-08-16 dscho <johannes.schindelin@gmx.de>
500 2014-08-16 Johannes Schindelin <johannes.schindelin@gmx.de>
502 * acinclude.m4: Fix whitespace Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
504 2014-08-10 Luca Falavigna <dktrkranz@debian.org>
508 2014-08-10 Luca Falavigna <dktrkranz@debian.org>
513 2014-08-16 Johannes Schindelin <johannes.schindelin@gmx.de>
515 …* libvncclient/rfbproto.c, libvncclient/vncviewer.c: Fix indentation Signed-off-by: Johannes Schin…
517 2014-08-16 dscho <johannes.schindelin@gmx.de>
521 2014-08-15 newsoft <newsoft@MacBook-Air-de-newsoft-2.local>
527 2013-09-28 Amandeep Singh <aman.dedman@gmail.com>
529 * libvncserver/sockets.c: allow rfbInitSockets with non-ready
534 2013-10-09 Amandeep Singh <aman.dedman@gmail.com>
539 2014-07-10 Will Thompson <will@willthompson.co.uk>
545 double-unlock and crash in check_xevents() on any xrandr event.
547 2014-07-18 dscho <johannes.schindelin@gmx.de>
550 wjt/fix-double-X_UNLOCK-on-xrandr-event x11vnc: fix double X_UNLOCK on xrandr events
552 2014-06-27 Johannes Schindelin <johannes.schindelin@gmx.de>
555 …lzo.h: Update LZO to version 2.07 It was reported that LZO has security issues in LMS-2014-06-16-1:
556 Oberhumer LZO (CVE-2014-4607):
557 http://seclists.org/oss-sec/2014/q2/665 This was also reported by Alex Xu as
558 …https://github.com/LibVNC/libvncserver/issues/9. Signed-off-by: Johannes Schindelin <johannes.sch…
560 2014-06-23 dscho <johannes.schindelin@gmx.de>
562 …* : Merge pull request #7 from waldheinz/init-sfae-padding Initialize padding in SetFormatAndEncod…
564 2014-06-23 Matthias Treydte <mt@waldheinz.de>
569 2014-06-23 Matthias Treydte <mt@waldheinz.de>
579 2014-05-14 dscho <johannes.schindelin@gmx.de>
583 2014-04-05 Johannes Schindelin <johannes.schindelin@gmx.de>
586 enable VeNCrypt by default Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
588 2014-04-05 Johannes Schindelin <johannes.schindelin@gmx.de>
590 …* .gitignore: Ignore the 'mac' example, too Signed-off-by: Johannes Schindelin <johannes.schindeli…
592 2014-04-05 Johannes Schindelin <johannes.schindelin@gmx.de>
594 …* .gitignore: Ignore the vencrypt document https://www.berrange.com/~dan/vencrypt.txt Signed-off-
596 2014-04-05 Johannes Schindelin <johannes.schindelin@gmx.de>
598 * .gitignore: Ignore rfbproto.rst A more up-to-date version of the RFB protocol is maintained by
600 …http://sourceforge.net/p/tigervnc/code/HEAD/tree/rfbproto/rfbproto.rstSigned-off-by: Johannes Schi…
602 2014-03-29 Johannes Schindelin <johannes.schindelin@gmx.de>
606 …that we want this server shut down once the client disconnected. Signed-off-by: Johannes Schindel…
608 2014-03-29 Johannes Schindelin <johannes.schindelin@gmx.de>
611 …example how to connect to an UltraVNC-style repeater UltraVNC offers an add-on to connect clients …
612 with a so-called repeater (e.g. to bridge firewalled clients and
613 …servers): http://www.uvnc.com/products/uvnc-repeater.html This example demonstrates how to use th…
614 LibVNCServer-based server. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
616 2014-04-05 Christian Beier <dontmind@freeshell.org>
622 2014-03-31 Johannes Schindelin <johannes.schindelin@gmx.de>
624 …* libvncserver/rfbregion.c: Fix tyop Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.d…
626 2014-03-30 Johannes Schindelin <johannes.schindelin@gmx.de>
629 …downloaded manually from http://www.realvnc.com/docs/rfbproto.pdf Signed-off-by: Johannes Schinde…
631 2014-03-30 Robbert Klarenbeek <robbertkl@users.sourceforge.net>
635 …gets cleaned up, which causes memory leaks. Signed-off-by: Johannes Schindelin <johannes.schindel…
637 2014-03-30 Johannes Schindelin <johannes.schindelin@gmx.de>
640 …clientData, set it to NULL We will change rfbClientCleanup() to free the data. Signed-off-by: Joh…
642 2013-02-27 Joel Martin <github@martintribe.org>
646 2013-01-25 Christian Beier <dontmind@freeshell.org>
650 2013-01-25 Christian Beier <dontmind@freeshell.org>
654 2013-01-09 David Verbeiren <david.verbeiren@intel.com>
667 used with corresponding server-side support, as provided by an
669 …virtual machine executing under QEMU). With this H.264-based encoding, if multiple framebuffer up…
675 …ive/message.php?msg_id=30323804 * Currently only works with libva 1.0: use branch "v1.0-branch" for
676-driver. Those can be built as follows: cd libva git checkout v1.0-branch ./autogen.sh …
678 2013-01-08 David Verbeiren <david.verbeiren@intel.com>
682 2012-09-14 Christian Beier <dontmind@freeshell.org>
686 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
690 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
697 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
701 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
705 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
714 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
723 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
729 with -ansi. The current definitions were mostly useful to glibc and followed its
738 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
741 missing feature macro definitions. Building with -ansi failed due to some code (as well as system
742 headers) using non-C89 features. Fix that by adding the usual
746 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
750 test/bmp.h: Use C-style comments in rfbconfig.h.cmake and C source
751 code. Using C++-style comments when building the code with -ansi does not
754 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
759 2012-09-11 Raphael Kubo da Costa <rakuco@FreeBSD.org>
767 2012-08-19 Christian Beier <dontmind@freeshell.org>
778 webclients/novnc/include/web-socket-js/web_socket.js,
783 2012-08-19 Christian Beier <dontmind@freeshell.org>
787 2012-08-08 Oliver Loch <o.loch@gmx.net>
792 2012-07-20 Johannes Schindelin <johannes.schindelin@gmx.de>
794 * AUTHORS: Add another contributor Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
796 2012-07-19 Rostislav Lisovy <lisovy@gmail.com>
799 conversion Signed-off-by: Rostislav Lisovy <lisovy@gmail.com> Signed-off-by:
802 2012-05-31 Christian Beier <dontmind@freeshell.org>
807 2012-05-23 Christian Beier <dontmind@freeshell.org>
812 2012-05-18 Kyle J. McKay <mackyle@gmail.com>
815 when listenSock/listen6Sock == -1
817 2012-05-09 Christian Beier <dontmind@freeshell.org>
823 2012-05-07 Christian Beier <dontmind@freeshell.org>
827 2012-05-07 Luca Falavigna <dktrkranz@debian.org>
832 2012-05-05 Christian Beier <dontmind@freeshell.org>
836 2012-05-04 Christian Beier <dontmind@freeshell.org>
840 2012-05-04 Christian Beier <dontmind@freeshell.org>
844 2012-05-04 Christian Beier <dontmind@freeshell.org>
848 2012-05-03 Christian Beier <dontmind@freeshell.org>
854 2012-05-03 Christian Beier <dontmind@freeshell.org>
858 2012-04-30 Christian Beier <dontmind@freeshell.org>
863 2012-04-30 Christian Beier <dontmind@freeshell.org>
868 2012-04-30 Christian Beier <dontmind@freeshell.org>
870 * configure.ac: Make PKG_CHECK_MODULES fail non-fatal. These check for optional modules.
872 2012-04-30 Christian Beier <dontmind@freeshell.org>
877 TightPNG with only libpng and libjpeg - without zlib - but libpng
880 2012-04-27 Christian Beier <dontmind@freeshell.org>
885 2012-04-26 Christian Beier <dontmind@freeshell.org>
889 2012-04-26 Christian Beier <dontmind@freeshell.org>
893 2012-04-26 Christian Beier <dontmind@freeshell.org>
897 2012-04-26 Christian Beier <dontmind@freeshell.org>
902 2012-04-25 Christian Beier <dontmind@freeshell.org>
906 2012-04-25 Christian Beier <dontmind@freeshell.org>
910 2012-04-25 Christian Beier <dontmind@freeshell.org>
914 2012-04-25 Christian Beier <dontmind@freeshell.org>
919 2012-04-25 Christian Beier <dontmind@freeshell.org>
923 2012-04-25 Christian Beier <dontmind@freeshell.org>
929 2012-04-25 Christian Beier <dontmind@freeshell.org>
933 2012-04-25 DRC <information@virtualgl.org>
938 2012-04-22 Monkey <chris.boyle.1978@gmail.com>
945 2012-04-15 Christian Beier <dontmind@freeshell.org>
949 2012-04-15 Christian Beier <dontmind@freeshell.org>
954 2012-04-15 Christian Beier <dontmind@freeshell.org>
959 2012-04-15 Christian Beier <dontmind@freeshell.org>
966 2012-04-14 Christian Beier <dontmind@freeshell.org>
971 2012-04-14 Christian Beier <dontmind@freeshell.org>
978 2012-04-12 Christian Beier <dontmind@freeshell.org>
992 2012-04-12 Christian Beier <dontmind@freeshell.org>
997 2012-04-09 DRC <information@virtualgl.org>
1001 …libjpeg-turbo.) Diagnosed by Christian Beier, using valgrind. Signed-off-by: Johannes Schindelin …
1003 2012-04-02 Christian Beier <dontmind@freeshell.org>
1008 non-trivial changes.
1010 2012-03-29 Johannes Schindelin <johannes.schindelin@gmx.de>
1013 keys correctly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1015 2012-03-29 Johannes Schindelin <johannes.schindelin@gmx.de>
1017 …* .gitignore: gitignore the compiled gtkvncclient Signed-off-by: Johannes Schindelin <johannes.sch…
1019 2012-03-29 Johannes Schindelin <johannes.schindelin@gmx.de>
1026 trivially. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1028 2012-03-23 DRC <information@virtualgl.org>
1033 2012-03-25 DRC <information@virtualgl.org>
1042 following: -- TightPng encoding and the rfbTightNoZlib extension need not
1044 by TurboVNC-compatible viewers, then the rfbTightNoZlib extension
1046 …with the encoding type is TightPng. -- In the TightVNC encoder, compression levels above 5 are ba…
1047 useless. On the set of 20 low-level datasets that were used to
1051 Project-- see
1060 …"best useful compression" for that encoder. -- TurboVNC's best compression level (CL 2) compresse…
1065 since many of the datasets it affects are not performance-critical
1069 replace that encoder entirely. -- A new mode was discovered in the TurboVNC encoder that produces,
1074 mode reduces bandwidth only marginally (typically 10-20%) relative
1075 to TurboVNC CL 2 on low-color workloads, in exchange for nearly
1076 doubling CPU usage, and it does not benefit high-color workloads at
1080 necessary. -- The TurboVNC encoder still performs as well or better than the
1082 …libjpeg-turbo. Specific notes follow: common/turbojpeg.c common/turbojpeg.h: Added code to emulat…
1083 libjpeg-turbo colorspace extensions, so that the TurboJPEG wrapper
1085 TurboJPEG wrapper to the latest code from libjpeg-turbo 1.2.0,
1094 TurboJPEG 1.2. configure.ac: Removed the --with-turbovnc option. configure still
1095 checks for the presence of libjpeg-turbo, but only for the purposes
1097 patch. We cannot use tightQualityLevel for the TurboVNC 1-100
1099 …reated. rfb/rfbproto.h: Remove TurboVNC-specific #ifdefs and language libvncserver/rfbserver.c: R…
1100 …afore-mentioned tightQualityLevel bug. libvncserver/tight.c: Replaced the TightVNC encoder with t…
1102 this patch also: -- Adds TightPng support to the TurboVNC encoder --
1103 Adds the afore-mentioned low-bandwidth mode, which is mapped
1108 of these programs are derived from libjpeg-turbo 1.2.0. As with the
1113 2012-03-15 Christian Beier <dontmind@freeshell.org>
1117 2012-03-15 Christian Beier <dontmind@freeshell.org>
1122 2012-03-10 DRC <information@virtualgl.org>
1124 * x11vnc/Makefile.am: Fix the build of x11vnc when an out-of-tree
1127 2012-03-10 DRC <information@virtualgl.org>
1130 …Tight encoder as well as the newly-implemented Turbo encoder. The issue is that, when using the c…
1133 quality value, causing the server to use the default value of -1.
1134 Thus, cl->tightQualityLevel has to be set to -1 prior to processing
1140 2012-03-10 DRC <information@virtualgl.org>
1146 protocol (RFB version 3.8t), and thus it is fully cross-compatible
1155 decoded by any TightVNC-compatible viewer, the mix of subencoding
1166 encoding was accelerated using libjpeg-turbo (which achieves a 2-4x
1180 1.1. TurboVNC 1.0 added multi-threading capabilities, which can be
1186 fact conflicts with it-- see below), the TurboVNC and TightVNC
1187 …encoders cannot be enabled simultaneously. Compatibility: In *most* cases, a TurboVNC-enabled vie…
1189 pseudo-encodings for specifying a fine-grained (1-100) quality scale
1192 so the TurboVNC viewer also sends the quality on a 0-9 scale that
1194 checks first for fine-grained quality and subsampling
1195 pseudo-encodings from the viewer, and failing to receive those, it
1196 …then checks for the TightVNC 0-9 quality pseudo-encoding. There is one case in which the two syst…
1201 also sets bits 7-4 in the compression control byte to rfbTightNoZlib
1205 newer PNG-supporting TightVNC viewers will assume that the stream is
1208 …relatively rare situation. Description of changes: configure.ac -- Added support for libjpeg-turb…
1209 …argument of --with-turbovnc, configure will now run (or, if cross-compiling, just link) a test pro…
1210 whether the libjpeg library being used is libjpeg-turbo.
1211 libjpeg-turbo must be used when building the TurboVNC encoder,
1212 because the TurboVNC encoder relies on the libjpeg-turbo
1215 libjpeg-turbo can optionally be used with the TightVNC encoder as
1220 sparingly.) -- Added a new configure variable, JPEG_LDFLAGS. This
1221 is necessitated by the fact that libjpeg-turbo often distributes
1222 libjpeg.a and libjpeg.so in /opt/libjpeg-turbo/lib32 or
1223 /opt/libjpeg-turbo/lib64, and many people prefer to statically
1225 --with-jpeg. If JPEG_LDFLAGS is specified, then it overrides the
1226 changes to LDFLAGS enacted by --with-jpeg (but --with-jpeg is
1229 AC_CHECK_LIB automatically sets LIBS to -ljpeg, which is not what we
1230 want if we're, for instance, linking statically with libjpeg-turbo.)
1231 -- configure does not check for PNG support if TurboVNC encoding is
1234 can't) support it. common/turbojpeg.c, common/turbojpeg.h -- TurboJPEG is a simple API
1239 Performance Primitives, etc.) These days, however, libjpeg-turbo
1243 other than libjpeg-turbo for compressing JPEG, the TurboJPEG wrapper
1244 for libjpeg-turbo has been included in-tree so that libvncserver can
1245 be directly linked with libjpeg-turbo. This is convenient because
1247 …libjpeg-turbo as their default libjpeg library. libvncserver/rfbserver.c -- Added logic to check …
1248 fine-grained quality level and subsampling encodings and to map
1249 Tight (0-9) quality levels to appropriate fine-grained quality level
1251 viewer. libvncserver/turbo.c -- TurboVNC encoder (compiled instead of
1252 …libvncserver/tight.c) rfb/rfb.h -- Added support for the TurboVNC subsampling level rfb/rfbproto.h…
1256 2012-03-10 Christian Beier <dontmind@freeshell.org>
1261 …Server, part three: make reverse connections IPv6-capable. Besided making libvncserver reverseVNC…
1264 separate-socket approach.
1266 2012-03-10 Christian Beier <dontmind@freeshell.org>
1272 2012-03-09 Christian Beier <dontmind@freeshell.org>
1278 2012-02-27 Christian Beier <dontmind@freeshell.org>
1282 server listen on IPv6, too. As done with the RFB sockets, this uses a separate-socket approach
1285 2012-02-27 Christian Beier <dontmind@freeshell.org>
1291 2012-02-27 Christian Beier <dontmind@freeshell.org>
1296 2012-02-20 Christian Beier <dontmind@freeshell.org>
1301 connections. This uses a separate-socket approach since there are systems that do
1304 …more portable than having a v6 socket handle v4 connections as well. Signed-off-by: Christian Bei…
1306 2012-02-11 Mateus Cesar Groess <mateuscg@gmail.com>
1313 there). Signed-off-by: Christian Beier <dontmind@freeshell.org>
1315 2012-02-11 Christian Beier <dontmind@freeshell.org>
1319 2012-02-10 Kyle J. McKay <mackyle@gmail.com>
1322 Mac OS X vnc client with no password Support connections from the Mac OS X built-in VNC client to
1326 2012-02-04 Johannes Schindelin <johannes.schindelin@gmx.de>
1328 * AUTHORS: Add Luca to the AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1330 2012-02-04 Luca Stauble <gnekoz@gmail.com>
1335 addresses a LibVNCClient-based client should listen for reverse
1336 …connections. This commit adds that option. To preserve binary backwards-compatibility, the field …
1339 the commit body and adjusted style] Signed-off-by: Luca Stauble <gnekoz@gmail.com> Signed-off-by:
1342 2012-01-12 Gernot Tenchio <gernot.tenchio@securepoint.de>
1346 2012-01-12 Gernot Tenchio <gernot.tenchio@securepoint.de>
1351 2012-01-12 Gernot Tenchio <gernot.tenchio@securepoint.de>
1355 2011-12-15 Christian Beier <dontmind@freeshell.org>
1360 2011-12-01 Christian Beier <dontmind@freeshell.org>
1367 2011-12-01 Christian Beier <dontmind@freeshell.org>
1373 2011-11-09 Christian Beier <dontmind@freeshell.org>
1376 webclients/java-applet/Makefile.am,
1377 webclients/java-applet/javaviewer.pseudo_proxy.patch,
1378 webclients/java-applet/ssl/Makefile.am,
1379 webclients/java-applet/ssl/README,
1380 webclients/java-applet/ssl/index.vnc,
1381 webclients/java-applet/ssl/onetimekey,
1382 webclients/java-applet/ssl/proxy.vnc,
1383 webclients/java-applet/ssl/ss_vncviewer,
1384 webclients/java-applet/ssl/tightvnc-1.3dev7_javasrc-vncviewer-curso
1385 r-colors+no-tab-traversal.patch,
1386 webclients/java-applet/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.p
1387 atch, webclients/java-applet/ssl/ultra.vnc,
1388 webclients/java-applet/ssl/ultraproxy.vnc,
1389 webclients/java-applet/ssl/ultrasigned.vnc,
1390 webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
1395 webclients/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-
1396 tab-traversal.patch,
1397 webclients/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
1400 webclients/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Move the java
1401 stuff into webclients/java-applet.
1403 2011-11-09 Christian Beier <dontmind@freeshell.org>
1415 classes/novnc/include/web-socket-js/README.txt,
1416 classes/novnc/include/web-socket-js/swfobject.js,
1417 classes/novnc/include/web-socket-js/web_socket.js,
1423 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab
1424 -traversal.patch,
1425 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
1428 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, configure.ac,
1443 webclients/novnc/include/web-socket-js/README.txt,
1444 webclients/novnc/include/web-socket-js/swfobject.js,
1445 webclients/novnc/include/web-socket-js/web_socket.js,
1452 webclients/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-
1453 tab-traversal.patch,
1454 webclients/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
1457 webclients/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Rename
1460 2011-11-09 Christian Beier <dontmind@freeshell.org>
1466 2011-11-09 Christian Beier <dontmind@freeshell.org>
1470 2011-11-09 Christian Beier <dontmind@freeshell.org>
1474 2011-11-09 Christian Beier <dontmind@freeshell.org>
1480 2011-10-12 Christian Beier <dontmind@freeshell.org>
1484 2011-10-12 Christian Beier <dontmind@freeshell.org>
1489 2011-10-26 Peter Watkins <watkipet@gmail.com>
1493 2011-10-26 Christian Beier <dontmind@freeshell.org>
1498 client 2 i.e. client 2's cl_2->refCount is 1. At this point we need
1499 to loop again through the clients, with cl_2->refCount == 1, i.e. do
1502 LOCKs clientListMutex and WAITs for cl_2->refCount to become 0. This
1508 cl_2->refCount becomes 0. The main thread would decrement
1509 cl_2->refCount when it would continue with loop L1. But it's waiting
1512 …cl_2->refCount. DEADLOCK. Now, situation with this patch: Same as above, but when client 2 discon…
1515 cl_2->refCount to become 0 is _after_ that. Waiting, with
1517 only looping through 1,3 - 2 was removed from the linked list) and
1518 continue with loop L1, finally decrementing cl_2->refCount, allowing
1521 cl2->refCount becomes 0, i.e. loop L1 has released cl2.
1523 2011-10-16 Johannes Schindelin <johannes.schindelin@gmx.de>
1525 * AUTHORS: Update AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1527 2011-10-16 George Fleury <gfleury@gmail.com>
1530 …r: ( malloc cl->statEncList ) <- rfbStatLookupEncoding <- rfbStatRecordEncodingSent <- rfbSendC…
1537 is correcting the memory leak. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1539 2011-10-08 Johannes Schindelin <johannes.schindelin@gmx.de>
1542 or earlier For backwards-compatibility reasons, we can only add struct members
1546 …same position of the parts the callers know about. Reported by Luca Falavigna. Signed-off-by: Jo…
1548 2011-10-09 Johannes Schindelin <johannes.schindelin@gmx.de>
1551 default I got annoyed having to specify -resizable all the time; I never use
1552 …it in another mode anymore, since I am on a netbook. The option -no-resizable was added to be abl…
1553 feature. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1555 2011-10-06 Christian Beier <dontmind@freeshell.org>
1558 images. We do this simply by omitting the content-type and let the browser
1559 decide upon the mime-type of the sent file. Only exception is
1560 'index.vnc', where we do set the content-type since some browsers
1563 2011-10-06 Christian Beier <dontmind@freeshell.org>
1567 2011-10-04 Christian Beier <dontmind@freeshell.org>
1578 classes/novnc/include/web-socket-js/README.txt,
1579 classes/novnc/include/web-socket-js/swfobject.js,
1580 classes/novnc/include/web-socket-js/web_socket.js,
1587 2011-10-04 Christian Beier <dontmind@freeshell.org>
1593 2011-09-21 Gernot Tenchio <gernot@tenchio.de>
1600 2011-09-20 Gernot Tenchio <gernot.tenchio@securepoint.de>
1605 2011-09-20 Gernot Tenchio <gernot@tenchio.de>
1610 2011-09-18 Gernot Tenchio <gernot@tenchio.de>
1618 2011-09-11 Christian Beier <dontmind@freeshell.org>
1623 2011-09-11 Christian Beier <dontmind@freeshell.org>
1628 2011-09-11 Christian Beier <dontmind@freeshell.org>
1633 2011-08-28 Gernot Tenchio <gernot@tenchio.de>
1638 2011-08-27 Gernot Tenchio <gernot@tenchio.de>
1642 2011-09-11 Christian Beier <dontmind@freeshell.org>
1647 2011-09-11 Christian Beier <dontmind@freeshell.org>
1652 2011-09-11 Christian Beier <dontmind@freeshell.org>
1657 2011-09-02 Gernot Tenchio <gernot@tenchio.de>
1662 2011-08-30 Gernot Tenchio <gernot.tenchio@securepoint.de>
1667 2011-08-30 Gernot Tenchio <gernot.tenchio@securepoint.de>
1672 2011-08-29 Gernot Tenchio <gernot.tenchio@securepoint.de>
1677 2011-08-29 Gernot Tenchio <gernot.tenchio@securepoint.de>
1681 2011-08-25 Gernot Tenchio <gernot@tenchio.de>
1685 2011-08-25 Gernot Tenchio <gernot@tenchio.de>
1690 2011-08-25 Joel Martin <jmartin@sentryds.com>
1693 libvncserver/websockets.c: Add sha1.*. Remove UTF-8 encode. Protocol
1696 …code. Remove the UTF-8 encoding hack. This was really just an experiment. If the protocol passed…
1702 …inary bit is set or not. Oh well. Misc Cleanup: - Always free response and buf in handshake routi…
1704 2011-08-25 Gernot Tenchio <gernot@tenchio.de>
1708 2011-08-25 Gernot Tenchio <gernot@tenchio.de>
1713 2011-08-25 Gernot Tenchio <gernot.tenchio@securepoint.de>
1717 2011-08-25 Gernot Tenchio <gernot.tenchio@securepoint.de>
1722 2011-08-25 Gernot Tenchio <gernot.tenchio@securepoint.de>
1730 2011-08-25 Gernot Tenchio <gernot.tenchio@securepoint.de>
1736 2011-08-16 Gernot Tenchio <gernot.tenchio@securepoint.de>
1738 …* CMakeLists.txt: cmake: don't link sdl libs to vnc libraries Signed-off-by: Johannes Schindelin <…
1740 2011-08-16 Gernot Tenchio <gernot.tenchio@securepoint.de>
1744 of the initial websocket request. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1746 2011-08-16 Gernot Tenchio <gernot.tenchio@securepoint.de>
1750 Move libvncserver/md5* to common Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1752 2011-08-16 Gernot Tenchio <gernot.tenchio@securepoint.de>
1755 support to CMakeLists.txt Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1757 2011-08-16 Joel Martin <github@martintribe.org>
1760 SSL cert command line options. - Add --sslcertfile and --sslkeyfile. These should really be
1762 support. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1764 2011-08-17 Gernot Tenchio <gernot.tenchio@securepoint.de>
1770 added autoconf support.] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1772 2011-08-16 Gernot Tenchio <gernot.tenchio@securepoint.de>
1778 …to separate changes better, and to keep things compiling] Signed-off-by: Johannes Schindelin <joha…
1780 2011-08-16 Joel Martin <jmartin@sentryds.com>
1782 * libvncserver/websockets.c: websockets: Properly parse Hixie-76
1783 handshake. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1785 2011-08-16 Joel Martin <github@martintribe.org>
1788 Add UTF-8 encoding support. This is not completely standard UTF-8 encoding. Only code points
1789 0-255 are encoded and never encoded to more than two octets. Since
1791 …parties to encode zero as '\xc4\x80', i.e. 194+128, i.e. UTF-8 256. This means that a random stre…
1792 larger using this encoding scheme. But it's easy CPU-wise for client
1795 (i.e. the noVNC client). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1797 2011-08-16 Joel Martin <github@martintribe.org>
1800 …remove it from the stream early on in rfbProcessClientNormalMessage. Signed-off-by: Johannes Schi…
1802 2011-08-16 Joel Martin <github@martintribe.org>
1811 …with previous LibVNCServer versions, removed an unused variable] Signed-off-by: Johannes Schindeli…
1813 2011-08-17 Johannes Schindelin <johannes.schindelin@gmx.de>
1815 …* .gitignore: .gitignore: zippy has moved Signed-off-by: Johannes Schindelin <johannes.schindelin@…
1817 2011-07-25 Christian Beier <dontmind@freeshell.org>
1822 2011-07-22 William Roberts <wroberts@sta.samsung.com>
1827 2011-07-22 William Roberts <wroberts@sta.samsung.com>
1832 2011-07-23 ckanru <ckanru@code.google.com>
1837 …information, coordinates transformation is not needed. Signed-off-by: Christian Beier <dontmind@f…
1839 2011-07-23 Christian Beier <dontmind@freeshell.org>
1845 2011-07-23 Christian Beier <dontmind@freeshell.org>
1850 2011-07-22 letsgoustc <letsgoustc@gmail.com>
1852 …* rfb/rfb.h: Make LibVNCServer build for Android. Signed-off-by: Christian Beier <dontmind@freesh…
1854 2011-07-19 Joel Martin <github@martintribe.org>
1856 …* libvncserver/tight.c: tightPng: check even for SendGradientRect. Signed-off-by: Christian Beier…
1858 2011-07-19 Joel Martin <github@martintribe.org>
1863 …port. http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <github@martintribe.org> Sign…
1866 2011-06-01 Christian Beier <dontmind@freeshell.org>
1871 2010-11-14 George Kiagiadakis <kiagiadakis.george@gmail.com>
1874 …return some value instead of void. BUG: 256891 Signed-off-by: Christian Beier <dontmind@freeshell…
1876 2010-11-10 George Kiagiadakis <kiagiadakis.george@gmail.com>
1879 event-loop related functions out of the rfbProcessEvents()
1881 …Qt. Idea was taken from vino's libvncserver fork. Signed-off-by: Christian Beier <dontmind@frees…
1883 2011-05-06 Cristian Rodríguez <crrodriguez@opensuse.org>
1885 * libvncserver/tightvnc-filetransfer/filetransfermsg.c: Fix buffer
1886 overflow Signed-off-by: Cristian Rodríguez <crrodriguez@opensuse.org>
1887 Signed-off-by: Christian Beier <dontmind@freeshell.org>
1889 2011-04-30 Christian Beier <dontmind@freeshell.org>
1894 2011-04-28 Johannes Schindelin <johannes.schindelin@gmx.de>
1896 * AUTHORS: UTF-8ify AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1898 2011-04-28 Johannes Schindelin <johannes.schindelin@gmx.de>
1900 * AUTHORS: Update AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1902 2010-11-10 George Kiagiadakis <kiagiadakis.george@gmail.com>
1906 screen too) had been destroyed. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1908 2010-11-10 George Kiagiadakis <kiagiadakis.george@gmail.com>
1912 …libvncserver/scale.h, rfb/rfb.h: Fix compilation in c89 mode. Signed-off-by: Johannes Schindelin …
1914 2011-04-27 Vic Lee <llyzs@163.com>
1921 …deprecate function to fix the compile warning. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
1924 2011-03-30 Christian Beier <dontmind@freeshell.org>
1928 2011-03-29 Christian Beier <dontmind@freeshell.org>
1932 2011-03-29 Christian Beier <dontmind@freeshell.org>
1937 2011-03-29 Christian Beier <dontmind@freeshell.org>
1940 utils/consolefont2c.pl, utils/git2cl.pl: Add a git-log to GNU-Style
1943 2011-03-28 Christian Beier <dontmind@freeshell.org>
1945 * NEWS: Mention the pkg-config stuff in NEWS.
1947 2011-03-27 Vic Lee <llyzs@163.com>
1950 …Add libvncserver.pc and libvncclient.pc files. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
1953 2011-03-17 Christian Beier <dontmind@freeshell.org>
1957 …a16e9b75b5f38ab374c8dfff92d2c3ea4532. My bad. There we see what the encodings test is good for ;-)
1959 2011-03-17 Christian Beier <dontmind@freeshell.org>
1963 2011-03-17 Christian Beier <dontmind@freeshell.org>
1969 2011-03-17 Christian Beier <dontmind@freeshell.org>
1977 2011-03-17 Christian Beier <dontmind@freeshell.org>
1982 2011-03-17 Christian Beier <dontmind@freeshell.org>
1990 …tScreen() return value everywhere. This fixes a segfault when a server is invoked with the '-help'
1993 2011-03-12 Christian Beier <dontmind@freeshell.org>
1998 2011-03-12 Christian Beier <dontmind@freeshell.org>
2003 2011-03-12 Christian Beier <dontmind@freeshell.org>
2007 2011-03-12 Christian Beier <dontmind@freeshell.org>
2010 tarball. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2012 2011-03-12 Christian Beier <dontmind@freeshell.org>
2014 * rfb/rfbconfig.h.in, rfb/stamp-h.in: Remove autogenerated files.
2016 2011-03-12 Christian Beier <dontmind@freeshell.org>
2020 2011-03-07 Christian Beier <dontmind@freeshell.org>
2024 libcurl, thanks! Signed-off-by: Christian Beier <dontmind@freeshell.org>
2026 2011-03-07 Christian Beier <dontmind@freeshell.org>
2029 MinGW32 builds. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2031 2011-03-07 Vic Lee <llyzs@163.com>
2034 socket reading to fix performance issue. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2036 2011-03-10 Christian Beier <dontmind@freeshell.org>
2051 2011-03-10 Christian Beier <dontmind@freeshell.org>
2055 2011-03-10 Christian Beier <dontmind@freeshell.org>
2060 2011-03-03 Christian Beier <dontmind@freeshell.org>
2067 2011-01-29 Christian Beier <dontmind@freeshell.org>
2073 on 64-bit architechtures. Changes compared to old version 1.08 can be found here:
2074 …http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@frees…
2076 2011-01-24 Christian Beier <dontmind@freeshell.org>
2081 …Make RRE, CoRRE and Ultra encodings thread-safe. This adds generic before/after encoding buffers …
2082 …struct, so there is no need for thread local storage. Signed-off-by: Christian Beier <dontmind@fr…
2084 2011-02-02 Christian Beier <dontmind@freeshell.org>
2088 2011-01-29 Christian Beier <dontmind@freeshell.org>
2094 libvncserver/tightvnc-filetransfer/.cvsignore, rfb/.cvsignore,
2096 …concerning CVS. We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: …
2098 2011-01-31 Johannes Schindelin <johannes.schindelin@gmx.de>
2102 …always CMake. Pointed out by Christian Beier. Signed-off-by: Johannes Schindelin <johannes.schin…
2104 2011-01-31 Christian Beier <dontmind@freeshell.org>
2107 …SDLvncviewer: fix compilation from dist tarball. Signed-off-by: Christian Beier <dontmind@freeshe…
2108 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2110 2011-01-21 Vic Lee <llyzs@163.com>
2113 …RD (Apple Remote Desktop) security type support Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
2116 2011-01-25 Christian Beier <dontmind@freeshell.org>
2130 updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2132 2011-01-20 ebola_rulez <ebola_rulez@users.sourceforge.net>
2134 …ver/vncauth.c: Fix two errors found by cppcheck Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
2137 2011-01-01 runge <runge@karlrunge.com>
2142 2010-12-29 runge <runge@karlrunge.com>
2153 non-deprecated macosx interfaces for input injection.
2155 2010-12-21 runge <runge@karlrunge.com>
2159 --with-system-libvncserver to use correct headers.
2161 2010-12-21 runge <runge@karlrunge.com>
2164 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab
2165 -traversal.patch,
2166 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2167 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
2169 x11vnc/Makefile.am, x11vnc/README, x11vnc/RELEASE-NOTES,
2184 2010-12-01 Tobias Doerffel <tobias.doerffel@gmail.com>
2186 * libvncserver/sockets.c: libvncserver sockets: check cl->screen
2190 client data structure. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
2192 2010-11-30 Christian Beier <dontmind@freeshell.org>
2196 2010-11-29 Johannes Schindelin <johannes.schindelin@gmx.de>
2199 independently Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2201 2010-11-18 Christian Beier <dontmind@freeshell.org>
2211 … This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier…
2213 2010-11-18 Christian Beier <dontmind@freeshell.org>
2216 closed client in threaded mode. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2218 2010-11-18 Christian Beier <dontmind@freeshell.org>
2220 * libvncserver/sockets.c: libvncserver sockets: favor per-screen
2221 maxclientwait over global one when set. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2223 2010-11-11 Christian Beier <dontmind@freeshell.org>
2228 2010-11-02 Christian Beier <dontmind@freeshell.org>
2235 http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also
2238 2010-10-28 Tobias Doerffel <tobias.doerffel@gmail.com>
2244 …libvncserver to crash on Win32 when building with thread support. Signed-off-by: Tobias Doerffel …
2245 Signed-off-by: Christian Beier <dontmind@freeshell.org>
2247 2010-10-21 Christian Beier <dontmind@freeshell.org>
2253 2010-10-20 Tobias Doerffel <tobias.doerffel@gmail.com>
2257 rfbSendFileTransferMessage() failed. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2259 2010-10-20 Christian Beier <dontmind@freeshell.org>
2267 2010-02-09 Vic Lee <llyzs@163.com>
2270 …eadFromRFBServer and no available bytes to read Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
2273 2010-10-08 Christian Beier <dontmind@freeshell.org>
2279 2010-09-29 Christian Beier <dontmind@freeshell.org>
2284 sent by a client. For example starting a client with -qosdscp 184
2287 …http://betelco.blogspot.com/2009/03/dscp-marking-under-windows-at.htmlfor an overview of the Win32…
2289 2010-09-07 Christian Beier <dontmind@freeshell.org>
2293 …Non-blocking sockets for Windows. Expands the SetNonBlocking() function in libvncclient/sockets.c…
2296 …the #ifdef'ed fnctl calls replaced with calls to that one. Signed-off-by: Christian Beier <dontmi…
2298 2010-09-06 Christian Beier <dontmind@freeshell.org>
2302 in libvncserver. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2304 2010-09-10 runge <runge@karlrunge.com>
2307 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2308 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: update
2311 2010-09-10 runge <runge@karlrunge.com>
2325 2010-09-06 Christian Beier <dontmind@freeshell.org>
2332 2010-07-11 Christian Beier <dontmind@freeshell.org>
2335 IPv6. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2336 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2338 2010-06-29 Vic Lee <llyzs@163.com>
2342 blocks where that variable is used. Also fixed non-IPv6
2343 connections.] Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
2346 2010-05-31 Wouter Van Meir <wouter.vanmeir@pandora.be>
2353 …"classic vnc" server only works using 8bit colors in RFB3.8) Signed-off-by: Wouter Van Meir <woute…
2354 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2356 2010-05-19 Christian Beier <dontmind@freeshell.org>
2360 returns. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2362 2010-05-08 runge <runge@karlrunge.com>
2367 2010-05-08 runge <runge@karlrunge.com>
2372 prepare_x11vnc_dist.sh. set cd->unixname in apply_opts().
2374 2010-05-07 Johannes Schindelin <johannes.schindelin@gmx.de>
2376 …* AUTHORS: Complete the AUTHORS file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.d…
2378 2010-05-07 Wouter Van Meir <wouter.vanmeir@pandora.be>
2381 …library ... and fixed linking of the tests in the examples directory. Signed-off-by: Wouter Van M…
2382 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2384 2010-05-05 runge <runge@karlrunge.com>
2397 2010-05-01 runge <runge@karlrunge.com>
2409 2010-04-28 Johannes Schindelin <johannes.schindelin@gmx.de>
2411 …* client_examples/Makefile.am: Another try to fix the _SOURCES issue Signed-off-by: Johannes Schin…
2413 2010-04-28 Corentin Chary <corentin.chary@gmail.com>
2415- It's SDL_LIBRARY, not SDL_LIBRARIES - Detect GnuTLS and set the macro in rfbconfig.h - Add tls.…
2416 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2418 2010-04-25 runge <runge@karlrunge.com>
2425 2010-04-18 runge <runge@karlrunge.com>
2432 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
2434 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
2437 2010-04-18 runge <runge@karlrunge.com>
2447 Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix
2450 2010-04-09 runge <runge@karlrunge.com>
2460 -connect_or_exit failure, quiet query mode for grab_state,
2462 interface. -input_eagerly in addition to -allinput. quiet Xinerama
2465 2010-04-09 runge <runge@karlrunge.com>
2468 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2469 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Improvements to
2473 2010-04-09 runge <runge@karlrunge.com>
2485 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
2490 2010-03-21 runge <runge@karlrunge.com>
2493 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2494 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
2505 inet6to4, panner.pl. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME, -unixpw %xxx
2508 pointer_y, pointer_same, pointer_root. Switch on -xkd if keysyms
2511 -clip do not create new fb if WxH is unchanged.
2513 2010-03-21 runge <runge@karlrunge.com>
2517 2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
2520 without TLS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2522 2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
2526 …_SOURCES lines anymore. Work around that. Signed-off-by: Johannes Schindelin <johannes.schindelin…
2528 2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
2530 * client_examples/Makefile.am, configure.ac: Rename HAVE_X ->
2531 …HAVE_X11 This change is just for consistency reasons. Signed-off-by: Johannes Schindelin <johanne…
2533 2010-02-22 runge <runge@karlrunge.com>
2536 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2537 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
2542 Printout option -sslScripts. Suggest -auth guess in error message.
2545 2010-01-22 Christian Beier <dontmind@freeshell.org>
2550 relies on serverPort set to -1). Signed-off-by: Christian Beier <dontmind@freeshell.org>
2551 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2553 2010-01-16 Johannes Schindelin <johannes.schindelin@gmx.de>
2556 …initialized correctly. While at it, adjust coding style. Signed-off-by: Johannes Schindelin <joh…
2558 2010-01-15 Vic Lee <llyzs@163.com>
2562 correctly] Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
2565 2010-01-07 runge <runge@karlrunge.com>
2570 2010-01-07 Christian Beier <dontmind@freeshell.org>
2574 …owing memcpy(). [jes: keep the offset, but do not try to segfault] Signed-off-by: Christian Beier…
2575 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2577 2010-01-07 Christian Beier <dontmind@freeshell.org>
2581 …http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555988 Signed-off-by: Christian Beier <dontmind@f…
2582 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2584 2010-01-04 Christian Beier <dontmind@freeshell.org>
2587 "linuxvnc 1 -help". This fixes Debian Bug #399501: Switch to tty1. Run "linuxvnc 1
2588-help". You see help text, followed by "Segmentation fault". Signed-off-by: Christian Beier <don…
2589 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2591 2010-01-02 runge <runge@karlrunge.com>
2623 -appshare text. Copyright year change.
2625 2010-01-02 runge <runge@karlrunge.com>
2627 * libvncserver/tightvnc-filetransfer/rfbtightserver.c: year++;
2629 2010-01-02 runge <runge@karlrunge.com>
2631 * ChangeLog, libvncserver/tightvnc-filetransfer/rfbtightserver.c:
2632 tightvnc-filetransfer/rfbtightserver.c: enabled fix for tight
2635 2010-01-01 Vic Lee <llyzs@163.com>
2639 demand Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
2642 2009-12-29 runge <runge@karlrunge.com>
2646 x11vnc/x11vnc_defs.c: x11vnc: rename -create_x to -create_xsrv.
2649 2009-12-28 runge <runge@karlrunge.com>
2657 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
2661 --without-x builds. Fix crash with -QD query for dbus info. Adjust
2662 window size for small screens in -gui. Improve F1 help for xdm,
2665 2009-12-24 runge <runge@karlrunge.com>
2671 -xdummy_xvfb, -svc_xdummy_xvfb and -create_x shorthand. lxde
2674 2009-12-20 Vic Lee <llyzs@163.com>
2680 packet that will never come. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
2683 2009-12-21 runge <runge@karlrunge.com>
2687 x11vnc/x11vnc_defs.c: x11vnc: -DENC_HAVE_OPENSSL=0 to disable enc.h
2688 …and in find_display. Try to handle AIX su. Ignore an initial newline at login: for -unixpw.
2690 2009-12-18 runge <runge@karlrunge.com>
2694 2009-12-18 runge <runge@karlrunge.com>
2703 2009-12-18 runge <runge@karlrunge.com>
2710 -unixpw env. vars UNIXPW_DISABLE_SSL and UNIXPW_DISABLE_LOCALHOST
2711 work correctly. Make -loopbg actually imply -bg.
2713 2009-12-15 runge <runge@karlrunge.com>
2723 scripts, find_display try FD_XDM on failure, -quiet and -storepasswd
2726 2009-12-07 runge <runge@karlrunge.com>
2733 -findauth/-auth guess FD_XDM=1 for root, work around xhost
2736 2009-12-05 runge <runge@karlrunge.com>
2739 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
2745 2009-12-02 runge <runge@karlrunge.com>
2756 x11vnc/xinerama.c, x11vnc/xrandr.c: x11vnc: -appshare mode for
2762 INPUT_LOCK and threads_drop_input. More safety in -threads mode for
2763 new framebuffer change. Fix some stderr leaking in -inetd mode.
2765 2009-12-01 runge <runge@karlrunge.com>
2772 2009-11-18 runge <runge@karlrunge.com>
2782 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
2785 2009-11-18 runge <runge@karlrunge.com>
2794 -findauth, -auth guess, & etc.
2796 2009-11-11 Christian Beier <dontmind@freeshell.org>
2799 …return value for non-forking listen. The return value now better reflects what has happened: 1 on…
2801 -1 on error, 0 on timeout. Also change the select calls to not check _all_ possible file
2802 descriptors. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2803 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2805 2009-11-05 Christian Beier <dontmind@freeshell.org>
2810 …value of -1. Also close a client listen socket if it's open. Signed-off-by: Christian Beier <don…
2811 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2813 2009-10-31 Christian Beier <dontmind@freeshell.org>
2816 …vncviewer.c. fixes warning about closesocket being implicitly declared. Signed-off-by: Christian…
2817 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2819 2009-11-05 Vic Lee <llyzs@163.com>
2821 ….ac: Change GnuTLS minimum requirement to 2.4.0 Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
2824 2009-11-04 Vic Lee <llyzs@163.com>
2828 libvncserver/tightvnc-filetransfer/rfbtightserver.c,
2829 …m/VNConsole.c: Fix various compilation warnings Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-
2832 2009-10-07 Vic Lee <llyzs@163.com>
2835 …rfb/rfbproto.h: Add MSLogon security type Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Jo…
2838 2009-10-31 Johannes Schindelin <johannes.schindelin@gmx.de>
2840 …* AUTHORS: Add Alexander to the authors Signed-off-by: Johannes Schindelin <johannes.schindelin@gm…
2842 2009-10-31 Christian Beier <dontmind@freeshell.org>
2846 against doing it ourselves again. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2847 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2849 2009-10-30 Christian Beier <dontmind@freeshell.org>
2852 to be able to actually stop program. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2853 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2855 2009-10-26 Christian Beier <dontmind@freeshell.org>
2857 * client_examples/SDLvncviewer.c: SDLvncviewer: use -listennofork
2858 when -listen specified. As -listen mode isn't really working under UNIX and not at all under
2859 …windows, use -listennofork and an outer listen loop instead. Signed-off-by: Christian Beier <dont…
2860 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2862 2009-10-26 Christian Beier <dontmind@freeshell.org>
2865 …libvncclient: add a non-forking listen function. Forking the whole process from deep within a lib…
2867 reasonably modern GUI app. So, provide a non-forking listen function
2870 in between, e.g. abort listening. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2871 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2873 2009-10-21 Christian Beier <dontmind@freeshell.org>
2881 internally and we're fork()ing here... Signed-off-by: Christian Beier <dontmind@freeshell.org>
2882 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2884 2009-10-30 Christian Beier <dontmind@freeshell.org>
2888 …sockets the first time. Also fix return value of initSockets(). Signed-off-by: Christian Beier <…
2889 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2891 2009-10-30 Alexander Dorokhine <arrenlex@gmail.com>
2899 2009-10-30 Alexander Dorokhine <arrenlex@gmail.com>
2906 2009-10-17 runge <runge@karlrunge.com>
2911 X_ShmAttach incompatibility in Xorg, -solid support in xfce,
2914 2009-10-08 runge <runge@karlrunge.com>
2923 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
2927 2009-10-08 runge <runge@karlrunge.com>
2929 * classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
2944 2009-10-07 runge <runge@karlrunge.com>
2949 2009-10-07 runge <runge@karlrunge.com>
2954 2009-10-02 Vic Lee <llyzs@163.com>
2957 rfb/rfbproto.h: Add VeNCrypt support in libvncclient Signed-off-by: Vic Lee <llyzs@163.com>
2959 2009-10-02 Christian Beier <dontmind@freeshell.org>
2966 configure option to specify sdl-config. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2967 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2969 2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
2971 * configure.ac: Fallback to --without-client-tls if GNUTLS could not
2972 be found Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2974 2009-10-01 Vic Lee <llyzs@163.com>
2979 anonymous TLS support in libvncclient Signed-off-by: Vic Lee <llyzs@163.com>
2981 2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
2983 …* test/encodingstest.c: encodingstest: fix multi-threading issue Signed-off-by: Johannes Schindeli…
2985 2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
2987 …* test/encodingstest.c: encodingstest: fix whitespace Signed-off-by: Johannes Schindelin <johannes…
2989 2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
2991 …* AUTHORS: Add Christian Beier to the AUTHORS Signed-off-by: Johannes Schindelin <johannes.schinde…
2993 2009-10-02 Christian Beier <dontmind@freeshell.org>
2997 …incorrect results of IsUnixSocket(). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.…
2999 2009-09-27 Johannes Schindelin <johannes.schindelin@gmx.de>
3001 …* AUTHORS: Add Vic Lee to the author list Signed-off-by: Johannes Schindelin <johannes.schindelin@…
3003 2009-09-14 Vic Lee <llyzs@163.com>
3006 types Signed-off-by: Vic Lee <llyzs@163.com>
3008 2009-09-14 Vic Lee <llyzs@163.com>
3010 * libvncclient/rfbproto.c: Fix bug for VNC Server version 4 Signed-off-by: Vic Lee <llyzs@163.com>
3012 2009-08-10 runge <runge@karlrunge.com>
3017 to -unixpw_cmd and -unixpw_nis. Experimental X11VNC_WATCH_DX_DY=1
3021 2009-07-11 runge <runge@karlrunge.com>
3027 2009-06-19 runge <runge@karlrunge.com>
3030 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
3031 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, x11vnc/README:
3034 2009-06-18 runge <runge@karlrunge.com>
3037 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
3038 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
3047 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3048 ll.patch: classes/ssl: java viewer now handles auth-basic proxy
3051 2009-06-16 Johannes Schindelin <johannes.schindelin@gmx.de>
3054 …r, so it has to be strdup()ed. Both issues spotted by Roman Held. Signed-off-by: Johannes Schind…
3056 2009-06-14 runge <runge@karlrunge.com>
3062 single-port.
3064 2009-05-22 Stefan Becker <stefanb2@users.sourceforge.net>
3066 …* libvncclient/vncviewer.c: Add close() to rfbClientCleanup() Signed-off-by: Johannes Schindelin <…
3068 2009-05-21 runge <runge@karlrunge.com>
3078 x11vnc/xrecord.c, x11vnc/xwrappers.c: Thread safety. Fix -clip -in
3079 -rawfb. Try to avoid Xorg stuck key bug.
3081 2009-05-21 runge <runge@karlrunge.com>
3085 libvncserver/tightvnc-filetransfer/rfbtightserver.c,
3091 2009-05-20 llyzs <llyzs@163.com>
3095 everybody to use. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3097 2009-05-12 Johannes Schindelin <johannes.schindelin@gmx.de>
3099 * AUTHORS: Add Ben to the authors Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3101 2009-05-12 Johannes Schindelin <johannes.schindelin@gmx.de>
3103 …* autogen.sh: Make autogen.sh executable Signed-off-by: Johannes Schindelin <johannes.schindelin@g…
3105 2009-05-12 Ben Klopfenstein <benklop@gmail.com>
3108 …libvncclient: Unix sockets support by Ben Klopfenstein Signed-off-by: Johannes Schindelin <johanne…
3110 2009-03-31 runge <runge@karlrunge.com>
3116 2009-03-31 runge <runge@karlrunge.com>
3120 2009-03-30 Johannes Schindelin <johannes.schindelin@gmx.de>
3122 …* success.html: Add LCD4Linux to the success stories Signed-off-by: Johannes Schindelin <johannes.…
3124 2009-03-16 runge <runge@karlrunge.com>
3128 x11vnc/x11vnc_defs.c: Add some -remap tricks. Limit rfbCFD message
3131 2009-03-14 runge <runge@karlrunge.com>
3168 2009-03-14 runge <runge@karlrunge.com>
3172 2009-03-14 Karl J. Runge <runge@haystack.runge.home>
3178 2009-03-13 runge <runge>
3182 x11vnc/x11vnc_defs.c: x11vnc: Fix off-screen bug for -ncache_cr
3185 2009-03-12 dscho <dscho>
3188 about scroll wheel events Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3190 2009-03-12 dscho <dscho>
3193 pointer type Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3195 2009-03-08 dscho <dscho>
3199 …viewer The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schind…
3201 2009-03-07 runge <runge>
3215 2009-03-07 dscho <dscho>
3220 provides a workaround. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3222 2009-03-07 dscho <dscho>
3226 …into its own function. That also helps readability. Signed-off-by: Johannes Schindelin <johannes…
3228 2009-03-07 dscho <dscho>
3230 * TODO: Update SDLvncviewer TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3232 2009-03-07 dscho <dscho>
3235 be resizable Using "SDLvncviewer -resizable", you make the window resizable.
3238 it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3240 2009-03-06 dscho <dscho>
3243 enable key repeat Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3245 2009-02-28 runge <runge>
3255 2009-02-26 runge <runge>
3259 x11vnc/x11vnc_defs.c: x11vnc: fix some -QD cases for use in
3262 2009-02-22 runge <runge>
3267 2009-02-22 runge <runge>
3270 x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: add -noskip_lockkeys option
3273 2009-02-04 runge <runge>
3276 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
3282 remote cmd. Fix copyrect updates under -reflect. Workaround that
3285 modes. Set fake fb to requested bpp with correct masks. -padgeom
3290 2009-02-03 dscho <dscho>
3293 … when someone actually runs `make check`. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signe…
3296 2009-02-03 dscho <dscho>
3298 …* ChangeLog: Record Mike's automake cleanups Signed-off-by: Johannes Schindelin <johannes.schindel…
3300 2009-02-03 dscho <dscho>
3307 mess at the moment. There is no point in forcing "-O2 -g" when
3309 …chances are good they don't want you clobbering their choices. The -Wall flag should be handled i…
3311 …which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths,…
3312 should it contain -I. as this is already in the default includes
3313 setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
3316 2009-02-03 dscho <dscho>
3318 …ils if _cv_ is not in the cache var name. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signe…
3321 2009-02-03 dscho <dscho>
3323 …* configure.ac: configure: use AM_PROG_CC_C_O Newer automakes error out due to per-file CFLAGS bei…
3325 should be safe.] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
3328 2009-02-03 dscho <dscho>
3330 …* autogen.sh: autogen.sh: run with set -e If any autotool command fails, we want to abort, not kee…
3332 … gets ignored and then lost in the noise. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signe…
3335 2009-01-12 runge <runge>
3344 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3348 2009-01-12 runge <runge>
3353 2009-01-12 runge <runge>
3356 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
3363 2009-01-11 runge <runge>
3367 2009-01-11 runge <runge>
3370 DIST_SUBDRIS when using --with-system-libvncserver
3372 2009-01-10 runge <runge>
3376 x11vnc/xrecord.c: x11vnc: fix failure of -8to24 on default depth 24
3381 2009-01-04 runge <runge>
3389 2009-01-04 runge <runge>
3397 add -rmflag option, -rawfb vt support, bpp < 8 support for rawfb,
3401 2009-01-04 runge <runge>
3407 2008-12-10 runge <runge>
3415 strtok bugfixes. rename -tlsvnc to -anontls. Disable ssl caching.
3417 carefully on ssl helpers. Tune ssl initial timeouts. Let -create
3418 user specify starting X display. fix -rfbport prompt gui for older
3419 tk. -sslonly option. Error if no -ssl with related options. -rand
3420 option. -ssl implies -ssl SAVE
3422 2008-11-22 runge <runge>
3426 2008-11-22 runge <runge>
3435 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
3437 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3439 sync: stunnel upgrade and patch, change wish order, -anondh -ciphers
3441 Help text tweaks -killstunnel, s_client fixes, No Encryption easier.
3446 2008-11-22 runge <runge>
3459 -reopen, -dhparams, -sslCRL, -setdefer options. -rfbport PROMPT
3461 choose_delay() algorithm. -ssl ANON anonymouse Diffie-Hellman mode.
3465 2008-11-05 runge <runge>
3474 (avahi-publish and dns-sd). Alias -zeroconf. Close pipeinput_fh on
3475 exit. Kludge to make -solid work on MacOSX console. Attempt at cpp
3478 2008-11-05 runge <runge>
3480 * configure.ac: Tweak messages. Add shmat for --without-x building.
3482 2008-10-30 runge <runge>
3488 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3491 2008-10-29 runge <runge>
3497 -http_oneport for single port HTTP and VNC. Improve find_display wrt
3498 lsof blocking with -b.
3500 2008-10-19 runge <runge>
3511 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3513 -chatonly, iso-8859-1/utf8 etc., etc.
3515 2008-10-19 runge <runge>
3518 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Update ssl VNC
3521 2008-10-19 runge <runge>
3534 -chatwindow, -scale WxH, -enc changes.
3536 2008-09-21 runge <runge>
3543 x11vnc/x11vnc_defs.c: x11vnc: Add symmetric key encryption -enc
3544 cipher:keyfile, works with SSVNC. Make -remap work on MacOSX
3548 2008-09-17 runge <runge>
3552 x11vnc/x11vnc_defs.c: x11vnc: make -allow work in -ssl mode.
3554 2008-09-14 runge <runge>
3557 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
3565 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3569 -sleepin m-n for random sleep. More mktemp and mkstemp protections.
3573 2008-09-07 runge <runge>
3576 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, x11vnc/8to24.c,
3593 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3600 gui_pid on exit in -connect/-connect_or_exit mode. -grablocal n
3601 experiment (not compiled by default). -macuskbd option for macosx
3603 non-NFS cookies in /tmp. Fix gui tray insertion on recent gnome dt.
3606 2008-06-24 runge <runge>
3612 2008-06-07 runge <runge>
3616 x11vnc/xinerama.c: x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM
3617 for HP-UX. Print info on SSH_CONNECTION override.
3619 2008-06-03 dscho <dscho>
3622 screen correctly after a resize Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3624 2008-06-03 runge <runge>
3626 * configure.ac: Enable --with-ssl=DIR option.
3628 2008-06-01 runge <runge>
3634 2008-06-01 runge <runge>
3644 2008-05-31 dscho <dscho>
3646 …* .gitignore: .gitignore: ignore also temporary editor files Signed-off-by: Johannes Schindelin <j…
3648 2008-05-31 dscho <dscho>
3650 …* VisualNaCro/.gitignore: VisualNaCro: add .gitignore file Signed-off-by: Johannes Schindelin <joh…
3652 2008-05-31 dscho <dscho>
3654 …here was a misunderstanding as to the workings of AC_CHECK_PROG(). Signed-off-by: Johannes Schind…
3656 2008-05-31 dscho <dscho>
3658 * TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3660 2008-05-31 dscho <dscho>
3662 * libvncserver-config.in: Fix libvncserver-config for in-place
3664 .libs/ subdirectories. Adjust libvncserver-config to account for
3665 …that when running without installing. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx…
3667 2008-05-23 runge <runge>
3672 2008-05-13 dscho <dscho>
3677 CursorShapeUpdates). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3679 2008-05-13 dscho <dscho>
3681 …* client_examples/SDLvncviewer.c: SDLvncviewer: add -viewonly Just like its siblings from other pr…
3682 supports viewonly connections. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3684 2008-05-12 runge <runge>
3691 2008-05-12 runge <runge>
3695 2008-05-12 runge <runge>
3703 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3707 2008-05-08 runge <runge>
3714 fix to setp gui mode. -threads is now strongly discouraged. Read
3715 PORT= in url. User can set nolisten for Xvfb in -create mode.
3718 2008-05-08 runge <runge>
3720 * classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
3721 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Add check for
3724 2008-04-28 dscho <dscho>
3729 that case. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3731 2008-03-21 dscho <dscho>
3733 * TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3735 2008-02-18 dscho <dscho>
3738 (Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3740 2008-02-18 runge <runge>
3744 2008-02-18 runge <runge>
3749 2008-02-18 runge <runge>
3754 2008-02-18 runge <runge>
3759 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3762 2008-02-04 dscho <dscho>
3765 …ode. we must make and check 24 bit colors and big endian mode. Signed-off-by: Johannes Schind…
3767 2008-02-04 dscho <dscho>
3770 …for width != scanline (thanks Noriaki Yamazaki) Signed-off-by: Johannes Schindelin <johannes.schin…
3772 2008-02-03 runge <runge>
3776 2008-02-02 dscho <dscho>
3781 …do not remember why, nor what I smoked, but this was wrong. Signed-off-by: Johannes Schindelin <j…
3783 2008-02-02 dscho <dscho>
3786 Ctrl+<letter> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3788 2008-02-02 dscho <dscho>
3791 translation of the Tab key Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3793 2008-02-02 dscho <dscho>
3795 * TODO: Updated TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3797 2008-02-01 runge <runge>
3802 2008-02-01 runge <runge>
3806 2008-02-01 runge <runge>
3812 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3817 2008-01-31 dscho <dscho>
3820 …riggered, until ZYWRLE was added. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schind…
3822 2008-01-31 dscho <dscho>
3825 configuring with --with-x11vnc Since we separated the packages LibVNCServer and x11vnc, there is a
3826 …configure switch --with-x11vnc, without which x11vnc is not built. However, even _with_ this swit…
3827 …Makefile would not recurse into the x11vnc/ subdirectory. Fix that. Signed-off-by: Johannes Schi…
3829 2008-01-31 dscho <dscho>
3831 …bserver.c: Fix Swap16IfLE() on bytes When swapping the values for the colour table to little-endian
3832 (because they are 16-bit values), we need to cast "unsigned char" to
3834 …complaining. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schindelin <johannes.schind…
3836 2008-01-31 dscho <dscho>
3841 that struct member. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3843 2008-01-30 dscho <dscho>
3846 …Make ZYWRLE thread-safe for multiple clients ZYWRLE used a static buffer, which does not work too …
3848 …the data in the client structure now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx…
3850 2008-01-30 dscho <dscho>
3857 …them when they are in an if clause. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.d…
3859 2008-01-29 dscho <dscho>
3861 * TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3863 2008-01-29 dscho <dscho>
3866 this file does not hurt. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3868 2008-01-29 dscho <dscho>
3871 (thanks Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3873 2008-01-29 dscho <dscho>
3878 rfb/rfbproto.h: Add ZYWRLE server-side support (thanks Noriaki
3879 Yamazaki, Hitachi) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3881 2008-01-29 dscho <dscho>
3885 to Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3887 2008-01-15 runge <runge>
3891 x11vnc/x11vnc_defs.c: x11vnc: -ping option, fix memory corruption in
3894 2007-12-16 runge <runge>
3899 x11vnc/x11vnc_defs.c: x11vnc: setup remote-ctrl file by default on
3903 2007-12-16 runge <runge>
3908 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
3912 2007-12-16 runge <runge>
3917 find_display and usleep() prototype on macosx. -display console and
3918 check DISPLAY /tmp/...:0 on macosx. implement -noxinerama.
3920 2007-11-13 runge <runge>
3928 2007-10-27 runge <runge>
3937 2007-10-27 runge <runge>
3941 2007-10-27 runge <runge>
3951 x11vnc/x11vnc_defs.c, x11vnc/xrecord.c: x11vnc: -proxy, -ssh
3952 options. ncache bug in -8to24, Selection "targets" bugfix.
3954 2007-10-04 runge <runge>
3960 2007-09-26 runge <runge>
3968 2007-09-17 dscho <dscho>
3970 * libvncserver/rfbserver.c: Avoid misaligned access on 64-bit
3973 …instead. Noticed by Flavio Leitner. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.…
3975 2007-09-11 runge <runge>
3978 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
3979 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: update
3982 2007-09-11 runge <runge>
3989 sshvnc ssh-only, tsvnc Terminal Services modes. Improvements to
3993 2007-09-11 runge <runge>
4001 fix wireframe crash under -clip. Add -redirect for VNC redir.
4002 -rawfb nullbig, randbig, solid, swirl, etc. FD_XDM mode to
4003 find_display. -listdpy. Add enlightenment. Xvnc.redirect
4004 FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect, -svc_xvnc.
4007 2007-09-05 runge <runge>
4016 -autoport, -finddpy, -xdummy. watch xrandr events.
4020 2007-09-05 runge <runge>
4024 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
4026 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: classes/ssl:
4029 2007-08-19 runge <runge>
4034 2007-08-19 runge <runge>
4038 x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: better -xkb
4039 tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom server to
4042 2007-08-18 runge <runge>
4046 x11vnc/x11vnc_defs.c: x11vnc: improve FINDCREATEDISPLAY (-create)
4050 2007-08-16 runge <runge>
4053 x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: add reverse -connect
4054 support to -display WAIT:, fix SSL Fetch cert only for -display
4057 2007-08-14 dscho <dscho>
4062 2007-08-04 runge <runge>
4067 x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc: -xrefresh,
4068 .DCOPserver bug, -unixpw_unsafe ignores SSH tunnel.
4070 2007-08-04 runge <runge>
4075 2007-07-05 runge <runge>
4080 x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -debug_ncache, fix
4083 2007-07-05 runge <runge>
4088 2007-06-18 runge <runge>
4091 x11vnc/x11vnc_defs.c: x11vnc: set NCACHE -1 for release.
4093 2007-06-15 runge <runge>
4096 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, configure.ac,
4104 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4108 --without-ssl supplied.
4110 2007-05-27 runge <runge>
4113 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4116 2007-05-27 runge <runge>
4122 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4125 2007-05-27 runge <runge>
4128 --with-system-libvncserver build and add -R link flag.
4130 2007-05-27 runge <runge>
4132 * libvncserver-config.in: Fix --libs, echo -n doesn't work
4133 everywhere. Question: why -R only for Solaris??
4135 2007-05-27 runge <runge>
4139 2007-05-27 runge <runge>
4145 2007-05-26 runge <runge>
4149 x11vnc/x11vnc_defs.c: x11vnc: in -unixpw, initial Escape means no
4152 2007-05-22 runge <runge>
4157 2007-05-22 runge <runge>
4161 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4165 2007-05-22 runge <runge>
4169 things up (NCACHE = -1) to not have -ncache on by default.
4171 2007-05-19 runge <runge>
4173 * classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
4176 viewer, ultrafilexfer debugging output, fix -loop in .x11vncrc case.
4178 2007-05-17 runge <runge>
4180 * libvncserver/tightvnc-filetransfer/rfbtightserver.c: Pre-C99
4183 2007-05-17 runge <runge>
4188 2007-05-16 runge <runge>
4192 2007-05-16 runge <runge>
4194 * libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c,
4195 libvncserver/tightvnc-filetransfer/rfbtightserver.c: Add logging
4196 output to know when inside tightvnc-filetransfer functions.
4198 2007-05-16 runge <runge>
4203 classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Add SSL support
4207 2007-05-16 runge <runge>
4217 2007-05-16 runge <runge>
4222 2007-05-07 runge <runge>
4230 2007-05-07 runge <runge>
4234 x11vnc/xevents.c: x11vnc: lower -wait and -defer to 20ms. Drop
4235 client doing ultravnc stuff in -unixpw during login phase.
4237 2007-05-05 runge <runge>
4244 2007-05-05 runge <runge>
4249 groups handling for -users mode.
4251 2007-05-04 runge <runge>
4255 var, add mwm to -create.
4257 2007-05-01 runge <runge>
4264 setsid/setpgrp and -cc 4 for -create
4266 2007-04-28 runge <runge>
4274 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4278 -users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
4280 2007-04-19 runge <runge>
4286 2007-04-19 runge <runge>
4289 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4292 2007-04-19 runge <runge>
4297 x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf,
4301 2007-04-18 runge <runge>
4307 2007-04-08 runge <runge>
4311 2007-04-07 dscho <dscho>
4315 2007-04-07 runge <runge>
4322 2007-04-07 runge <runge>
4325 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch: update
4328 2007-04-07 runge <runge>
4335 2007-04-06 dscho <dscho>
4340 2007-04-06 dscho <dscho>
4344 2007-03-30 dscho <dscho>
4350 necessarily up-to-date libraries for x11vnc).
4352 2007-03-30 dscho <dscho>
4361 2007-03-25 runge <runge>
4365 get -ncache working on macosx again.
4367 2007-03-24 runge <runge>
4372 2007-03-24 runge <runge>
4375 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch: reverse
4376 connections for ss_vncviewer. java one-time-keys.
4378 2007-03-24 runge <runge>
4384 x11vnc/x11vnc_defs.c: x11vnc: reverse SSL connections. -sleepin
4387 2007-03-24 runge <runge>
4393 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4396 2007-03-20 runge <runge>
4403 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4406 2007-03-20 runge <runge>
4411 x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -httpsredir,
4412 x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
4414 2007-03-20 runge <runge>
4419 2007-03-17 dscho <dscho>
4432 source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com>
4434 2007-03-13 runge <runge>
4437 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4438 ll.patch: ssvnc: sync src/patches/tight-vncviewer-full.patch
4440 2007-03-13 runge <runge>
4447 2007-02-19 runge <runge>
4453 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4456 2007-02-19 runge <runge>
4459 x11vnc/x11vnc_defs.c: x11vnc: fix -users bob= in -inetd mode.
4461 2007-02-19 runge <runge>
4469 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4472 2007-02-19 runge <runge>
4478 2007-02-17 runge <runge>
4483 2007-02-16 runge <runge>
4493 2007-02-16 runge <runge>
4503 2007-02-12 runge <runge>
4511 mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find
4512 -create
4514 2007-02-12 runge <runge>
4522 x11vnc/xwrappers.c: x11vnc: -grabalways, -forcedpms, -clientdpms,
4523 -noserverdpms, -loopbg, -svc, -xdmsvc
4525 2007-02-10 runge <runge>
4536 2007-02-05 runge <runge>
4544 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
4547 2007-02-05 runge <runge>
4552 2007-02-01 dscho <dscho>
4556 whole-screen updates; introduce client->updateRect for that
4558 2007-02-01 dscho <dscho>
4563 2007-01-31 runge <runge>
4569 2007-01-31 runge <runge>
4573 2007-01-31 runge <runge>
4579 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-ne
4587 x11vnc/xevents.c: x11vnc: -reflect, -N. -ncache, FINDDISPLAY,
4590 2007-01-31 runge <runge>
4597 2007-01-25 dscho <dscho>
4601 2007-01-25 dscho <dscho>
4606 2007-01-25 dscho <dscho>
4608 * VisualNaCro/configure.ac: Complain if libvncserver-config was not
4611 2007-01-10 runge <runge>
4618 x11vnc/xinerama.c, x11vnc/xrandr.h: some -ncache performance
4621 2007-01-09 runge <runge>
4626 2007-01-09 runge <runge>
4632 improvements to -ncache mode.
4634 2007-01-07 runge <runge>
4641 2007-01-04 runge <runge>
4645 x11vnc/xdamage.c: x11vnc: more -ncache improvements.
4647 2007-01-02 runge <runge>
4654 x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: more -ncache
4657 2006-12-29 runge <runge>
4664 -ncache on by default for beta test. fix -nofb & -rawfb modes.
4666 2006-12-28 runge <runge>
4671 2006-12-28 runge <runge>
4686 2006-12-28 runge <runge>
4697 2006-12-28 runge <runge>
4706 2006-12-28 runge <runge>
4717 x11vnc/xwrappers.h: x11vnc: more work on -ncache.
4719 2006-12-17 runge <runge>
4727 client-side caching, -ncache option.
4729 2006-12-17 runge <runge>
4733 x11vnc/x11vnc_defs.c, x11vnc/xinerama.c: x11vnc: make -xwarppointer
4736 2006-12-16 runge <runge>
4741 2006-12-15 runge <runge>
4745 2006-12-13 runge <runge>
4747 * ChangeLog: Remove stray "-permitfiletransfer permit file transfer
4750 2006-12-13 runge <runge>
4752 * libvncserver/cargs.c: Remove stray ""-permitfiletransfer permit
4755 2006-12-11 runge <runge>
4761 2006-12-10 runge <runge>
4766 2006-12-10 runge <runge>
4768 * classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
4778 2006-11-24 runge <runge>
4783 -prog option, HTTPONCE new socket for -inetd.
4785 2006-11-23 runge <runge>
4790 2006-11-23 runge <runge>
4795 2006-11-23 runge <runge>
4799 2006-11-22 runge <runge>
4803 2006-11-21 runge <runge>
4805 * configure.ac: enable --without-fbpm and --without-dpms
4807 2006-11-21 runge <runge>
4818 x11vnc/xwrappers.c: x11vnc: Mac OS X fb fixes and cuttext, -nodpms
4821 2006-11-21 runge <runge>
4836 2006-11-21 runge <runge>
4845 2006-11-21 runge <runge>
4852 2006-11-13 runge <runge>
4871 2006-11-08 runge <runge>
4888 2006-11-08 runge <runge>
4892 x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: configure.ac -R and macosx,
4895 2006-10-30 runge <runge>
4901 2006-10-12 dscho <dscho>
4906 2006-10-12 runge <runge>
4911 x11vnc/x11vnc_defs.c: x11vnc: -cursor_drag for DnD, etc.
4913 2006-10-11 runge <runge>
4915 * libvncserver/tightvnc-filetransfer/rfbtightserver.c: N_ENC_CAPS
4918 2006-10-10 dscho <dscho>
4923 2006-10-10 dscho <dscho>
4926 --compact and --compact-dragging
4928 2006-10-07 runge <runge>
4942 2006-09-24 runge <runge>
4944 * classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
4949 viewer, cleanup -unixpw code.
4951 2006-09-21 runge <runge>
4958 2006-09-21 runge <runge>
4965 -unixpw_cmd, -passwfile cmd:/custom:, -sslnofail, -ultrafilexfer
4967 2006-09-18 runge <runge>
4973 2006-09-18 runge <runge>
4980 2006-09-18 runge <runge>
4985 2006-09-17 runge <runge>
4991 2006-09-17 runge <runge>
4998 x11vnc/xinerama.c, x11vnc/xwrappers.c: x11vnc: -verbose,
4999 -connect_or_exit, -rfbport 0, print out SSL cert.
5001 2006-09-15 runge <runge>
5004 small tweaks, -sig alias.
5006 2006-09-15 runge <runge>
5011 -unixpw su_verify, user supplied sig ignore.
5013 2006-09-14 runge <runge>
5037 x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-client.co
5039 x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-server.co
5047 x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf,
5055 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
5057 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
5059 x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-ne
5064 enhanced_tightvnc_viewer files, ssh -t keystroke response
5067 2006-09-12 dscho <dscho>
5069 * VisualNaCro/Makefile.am, libvncserver-config.in: fix in-place
5072 2006-09-12 dscho <dscho>
5076 2006-09-12 dscho <dscho>
5082 2006-09-12 dscho <dscho>
5086 2006-09-12 dscho <dscho>
5091 2006-09-12 dscho <dscho>
5096 2006-09-12 dscho <dscho>
5101 2006-09-12 dscho <dscho>
5107 2006-09-12 dscho <dscho>
5111 2006-09-11 dscho <dscho>
5116 2006-09-10 runge <runge>
5121 EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT
5123 2006-09-05 runge <runge>
5128 2006-08-10 runge <runge>
5135 2006-08-02 runge <runge>
5139 2006-08-02 runge <runge>
5145 tweaks to ssl_xfer; -ssltimeout option.
5147 2006-07-31 runge <runge>
5154 2006-07-29 runge <runge>
5158 2006-07-29 runge <runge>
5162 2006-07-28 runge <runge>
5171 x11vnc/x11vnc_defs.c: x11vnc: -rotate option
5173 2006-07-18 runge <runge>
5184 x11vnc/xevents.c, x11vnc/xwrappers.c: x11vnc: enable --without-x
5185 builds for -rawfb only binaries.
5187 2006-07-15 runge <runge>
5194 2006-07-12 runge <runge>
5198 2006-07-12 runge <runge>
5203 2006-07-12 runge <runge>
5208 changes; remove "-rawfb cons" in favor of "console"
5210 2006-07-11 runge <runge>
5218 2006-07-10 runge <runge>
5224 clicks work on qt-embedded.
5226 2006-07-09 runge <runge>
5235 for full input into linux fb device (e.g. qt-embed).
5237 2006-07-05 runge <runge>
5242 2006-07-04 runge <runge>
5248 2006-07-04 runge <runge>
5253 2006-07-04 runge <runge>
5258 compiler warnings; HP-UX tweaks.
5260 2006-07-04 runge <runge>
5269 x11vnc/xevents.c: x11vnc: more -unixpw work. add -license, etc.
5272 2006-06-24 runge <runge>
5281 2006-06-18 runge <runge>
5295 x11vnc/xwrappers.c: x11vnc: --grabkbd, -grabptr, -env, -allowedcmds,
5298 2006-06-15 dscho <dscho>
5302 2006-06-15 dscho <dscho>
5307 2006-06-15 dscho <dscho>
5311 2006-06-13 runge <runge>
5313 * classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
5319 x11vnc/x11vnc_defs.c: x11vnc: -display WAIT:cmd=FINDDISPLAY,
5320 HTTPONCE, -http_ssl option, Java fixes.
5322 2006-06-09 runge <runge>
5325 x11vnc: make -display WAIT + -unixpw work on Solaris.
5327 2006-06-08 runge <runge>
5338 x11vnc/xwrappers.h: x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.
5340 2006-06-05 steven_carr <steven_carr>
5345 2006-06-05 steven_carr <steven_carr>
5349 2006-06-05 steven_carr <steven_carr>
5354 2006-06-03 runge <runge>
5365 …x11vnc/xevents.h, x11vnc/xwrappers.c: x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb con…
5367 2006-06-03 runge <runge>
5371 2006-05-29 steven_carr <steven_carr>
5378 2006-05-29 steven_carr <steven_carr>
5384 2006-05-28 steven_carr <steven_carr>
5389 2006-05-28 steven_carr <steven_carr>
5396 2006-05-16 steven_carr <steven_carr>
5401 2006-05-16 steven_carr <steven_carr>
5405 2006-05-16 steven_carr <steven_carr>
5407 * ChangeLog, libvncserver/stats.c: Statistics now fit into 80-column
5410 2006-05-16 steven_carr <steven_carr>
5412 * libvncserver/stats.c: Statistics output now fits in 80-column
5415 2006-05-16 steven_carr <steven_carr>
5420 2006-05-15 dscho <dscho>
5422 * libvncserver/tightvnc-filetransfer/Makefile.am: remove unneeded
5425 2006-05-15 steven_carr <steven_carr>
5430 2006-05-15 steven_carr <steven_carr>
5436 2006-05-15 steven_carr <steven_carr>
5444 libvncserver/tightvnc-filetransfer/rfbtightproto.h,
5449 2006-05-13 runge <runge>
5457 2006-05-07 runge <runge>
5472 x11vnc/xwrappers.h: x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp
5473 option, -rawfb console.
5475 2006-05-04 steven_carr <steven_carr>
5479 Encodings rfbEncodingSupportedEncodings - What encodings are
5480 supported? rfbEncodingSupportedMessages - What message types are
5481 supported? rfbEncodingServerIdentity - What is the servers
5482 version string? ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer
5485 2006-05-04 steven_carr <steven_carr>
5493 2006-05-04 steven_carr <steven_carr>
5499 2006-05-04 steven_carr <steven_carr>
5504 2006-05-03 steven_carr <steven_carr>
5514 2006-05-02 steven_carr <steven_carr>
5525 2006-05-02 steven_carr <steven_carr>
5529 2006-05-02 steven_carr <steven_carr>
5534 2006-05-02 steven_carr <steven_carr>
5539 2006-04-30 dscho <dscho>
5543 2006-04-28 dscho <dscho>
5549 2006-04-28 dscho <dscho>
5554 2006-04-27 dscho <dscho>
5560 2006-04-27 dscho <dscho>
5565 2006-04-26 runge <runge>
5571 libvncserver/tightvnc-filetransfer/Makefile.am, test/Makefile.am,
5574 x11vnc/x11vnc_defs.c: Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
5576 2006-04-17 steven_carr <steven_carr>
5582 2006-04-16 runge <runge>
5585 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
5591 2006-04-05 runge <runge>
5595 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
5604 x11vnc/x11vnc_defs.c: SSL Java viewer work thru proxy. -sslGenCA, etc key/cert
5607 2006-03-28 dscho <dscho>
5614 2006-03-28 runge <runge>
5618 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab
5619 -traversal.patch,
5620 classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
5632 2006-03-27 dscho <dscho>
5637 2006-03-27 dscho <dscho>
5639 * libvncclient/vncviewer.c: libvncclient: take -compress <level> and
5640 -quality <level> command line arguments
5642 2006-03-12 runge <runge>
5652 x11vnc/xevents.c: x11vnc: add -ssl mode using libssl. Include Xdummy in misc.
5654 2006-03-08 runge <runge>
5661 …c, x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw,
5662 -debug_sel, -storepasswd homedir.
5664 2006-03-06 runge <runge>
5671 …1vnc_defs.c, x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: gui speedup and fixes. -unixpw and -inetd
5673 2006-03-05 runge <runge>
5681 x11vnc/x11vnc_defs.c: x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel
5684 2006-03-03 runge <runge>
5691 x11vnc/x11vnc_defs.c: x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via
5692 -R. Tune SMALL_FOOTPRINT.
5694 2006-03-01 dscho <dscho>
5699 2006-03-01 dscho <dscho>
5703 2006-03-01 dscho <dscho>
5708 2006-03-01 dscho <dscho>
5713 2006-02-28 dscho <dscho>
5718 2006-02-28 dscho <dscho>
5723 2006-02-25 runge <runge>
5736 x11vnc/xrecord.c: x11vnc: -unixpw and -stunnel. Add clipboard to input control.
5738 2006-02-24 rohit_99129 <rohit_99129>
5743 2006-02-24 rohit_99129 <rohit_99129>
5746 libvncserver/tightvnc-filetransfer/rfbtightserver.c, rfb/rfb.h:
5749 2006-02-22 dscho <dscho>
5752 libvncserver/tightvnc-filetransfer/rfbtightserver.c, rfb/rfb.h: add
5755 2006-02-21 dscho <dscho>
5760 2006-02-20 runge <runge>
5764 libvncserver/tightvnc-filetransfer/filelistinfo.c,
5765 libvncserver/tightvnc-filetransfer/filetransfermsg.c,
5766 libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c,
5769 …x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c, x11vnc/xevents.c: fix some non-gcc compiler warnings and s…
5771 2006-02-07 runge <runge>
5776 2006-02-06 runge <runge>
5779 …x11vnc/win_utils.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: -8to24 more speedups; tunables…
5781 2006-02-05 runge <runge>
5787 x11vnc/xinerama.c: x11vnc: -8to24 speedups and improvements.
5789 2006-01-22 runge <runge>
5795 …x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlo…
5796 -rawfb crash
5798 2006-01-19 runge <runge>
5803 x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -8to24 now works on default depth 8 displays.
5805 2006-01-16 runge <runge>
5808 …x11vnc/util.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: more tweaks to -8to24 XGETIMAGE_8TO…
5810 2006-01-15 runge <runge>
5818 x11vnc/x11vnc_defs.c: x11vnc: add -8to24 option for some multi-depth displays.
5820 2006-01-12 runge <runge>
5826 2006-01-11 runge <runge>
5832 2006-01-11 runge <runge>
5839 x11vnc/xrecord.c: x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug,
5840 fix 64bit bug for -solid.
5842 2006-01-10 dscho <dscho>
5848 2006-01-09 runge <runge>
5873 2006-01-08 runge <runge>
5876 libvncserver/main.c: fix client non-jpeg/libz builds
5878 2006-01-06 runge <runge>
5882 2005-12-24 runge <runge>
5885 x11vnc/x11vnc.c: x11vnc: enhance -passwdfile features, filetransfer on by default.
5887 2005-12-22 dscho <dscho>
5890 off-by-one error
5892 2005-12-19 dscho <dscho>
5895 libvncserver/rfbserver.c, rfb/rfb.h: introduce -deferptrupdate
5898 2005-12-19 dscho <dscho>
5905 2005-12-09 dscho <dscho>
5911 2005-12-09 dscho <dscho>
5914 error; fix that ;-)
5916 2005-12-08 dscho <dscho>
5920 2005-12-07 dscho <dscho>
5924 2005-12-07 dscho <dscho>
5929 2005-12-07 dscho <dscho>
5934 2005-11-28 runge <runge>
5937 x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: add -loop option.
5939 2005-11-25 runge <runge>
5945 libvncserver/tightvnc-filetransfer/filelistinfo.h,
5946 libvncserver/tightvnc-filetransfer/filetransfermsg.c,
5947 libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c,
5948 libvncserver/tightvnc-filetransfer/rfbtightserver.c,
5951 libz/libjpeg builds, disable tightvnc-filetransfer if no
5952 libpthread, add --without-pthread option, rm // comments, set
5956 2005-10-23 runge <runge>
5960 2005-10-23 runge <runge>
5963 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -filexfer, -slow_fb, -blackout noptr…
5965 2005-10-07 dscho <dscho>
5969 2005-10-07 dscho <dscho>
5984 enablePseudoEncoding() is called on a not-yet-enabled extension, the
5987 2005-10-06 dscho <dscho>
5991 2005-10-06 dscho <dscho>
6000 2005-10-06 dscho <dscho>
6005 2005-10-06 dscho <dscho>
6009 2005-10-06 dscho <dscho>
6013 libvncserver/tightvnc-filetransfer/filetransfermsg.c, rfb/rfb.h,
6017 2005-10-06 dscho <dscho>
6020 libvncserver/tightvnc-filetransfer/rfbtightserver.c, rfb/rfb.h:
6023 2005-10-06 dscho <dscho>
6025 * contrib/Makefile.am, x11vnc/Makefile.am: DEFINES -> AM_CFLAGS
6027 2005-10-06 dscho <dscho>
6031 libvncserver/tightvnc-filetransfer/Makefile.am, test/Makefile.am: do
6034 2005-10-03 dscho <dscho>
6037 libvncserver/tightvnc-filetransfer/rfbtightserver.c, rfb/rfb.h: add
6040 2005-09-29 dscho <dscho>
6044 2005-09-28 dscho <dscho>
6052 libvncserver/tightvnc-filetransfer/.cvsignore,
6053 libvncserver/tightvnc-filetransfer/Makefile.am,
6054 libvncserver/tightvnc-filetransfer/filelistinfo.c,
6055 libvncserver/tightvnc-filetransfer/filelistinfo.h,
6056 libvncserver/tightvnc-filetransfer/filetransfermsg.c,
6057 libvncserver/tightvnc-filetransfer/filetransfermsg.h,
6058 libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c,
6059 libvncserver/tightvnc-filetransfer/handlefiletransferrequest.h,
6060 libvncserver/tightvnc-filetransfer/rfbtightproto.h,
6061 libvncserver/tightvnc-filetransfer/rfbtightserver.c, rfb/rfb.h: This
6065 2005-09-27 dscho <dscho>
6072 2005-09-27 dscho <dscho>
6078 2005-09-27 dscho <dscho>
6083 2005-09-26 dscho <dscho>
6089 2005-08-22 dscho <dscho>
6094 2005-08-21 dscho <dscho>
6097 packages: the library, -devel (headers), and x11vnc
6099 2005-07-18 runge <runge>
6105 2005-07-13 runge <runge>
6110 2005-07-13 runge <runge>
6113 …, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: tweaks for release, fix queue buildup under -viewonly.
6115 2005-07-11 runge <runge>
6120 2005-07-09 runge <runge>
6123 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -grab_buster for XGrabServer deadloc…
6124 copyrect for -clip and -id
6126 2005-07-07 runge <runge>
6129 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -gui tray now embeds in systray; mor…
6131 2005-07-02 runge <runge>
6135 x11vnc/x11vnc.c: x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.
6137 2005-06-28 dscho <dscho>
6142 2005-06-27 runge <runge>
6144 * ChangeLog, libvncserver/main.c: main.c: fix screen->deferUpdateTime default.
6146 2005-06-27 runge <runge>
6149 …x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt,
6150 add -nodbg as option
6152 2005-06-21 dscho <dscho>
6156 2005-06-21 runge <runge>
6161 2005-06-18 runge <runge>
6164 x11vnc/x11vnc.1, x11vnc/x11vnc.c: configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of
6165 beta-testing fixes.
6167 2005-06-14 runge <runge>
6172 round of beta-testing fixes, RFE's.
6174 2005-06-11 dscho <dscho>
6179 2005-06-06 dscho <dscho>
6183 2005-06-06 dscho <dscho>
6187 2005-06-06 dscho <dscho>
6192 2005-06-04 runge <runge>
6196 x11vnc/x11vnc.c: main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale;
6197 add -fixscreen
6199 2005-05-31 runge <runge>
6202 x11vnc/x11vnc.1, x11vnc/x11vnc.c: main.c: fix copyRect for non-cursor-shape-aware clients.
6204 2005-05-25 dscho <dscho>
6208 2005-05-25 runge <runge>
6215 2005-05-24 dscho <dscho>
6219 2005-05-24 dscho <dscho>
6221 * Makefile.am, configure.ac: make libvncserver-conf executable the
6224 2005-05-24 dscho <dscho>
6228 2005-05-24 dscho <dscho>
6232 2005-05-24 dscho <dscho>
6238 2005-05-24 dscho <dscho>
6242 2005-05-24 dscho <dscho>
6246 2005-05-23 dscho <dscho>
6251 2005-05-23 dscho <dscho>
6255 2005-05-23 dscho <dscho>
6259 zlib and tight handling thread safe (static -> rfbClient)
6261 2005-05-23 dscho <dscho>
6265 2005-05-23 dscho <dscho>
6270 2005-05-23 dscho <dscho>
6275 2005-05-20 dscho <dscho>
6279 2005-05-18 dscho <dscho>
6283 2005-05-18 dscho <dscho>
6288 2005-05-18 dscho <dscho>
6292 2005-05-18 dscho <dscho>
6302 2005-05-18 runge <runge>
6305 …1vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bog
6307 2005-05-17 dscho <dscho>
6311 2005-05-17 dscho <dscho>
6315 2005-05-16 dscho <dscho>
6320 2005-05-15 dscho <dscho>
6342 2005-05-15 runge <runge>
6347 2005-05-14 dscho <dscho>
6352 2005-05-14 dscho <dscho>
6357 2005-05-14 runge <runge>
6360 ….h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: more improvements to -scrollcopyrect and -xkb modes.
6362 2005-05-07 dscho <dscho>
6369 socketInitDone -> socketState
6371 2005-05-03 runge <runge>
6376 2005-05-03 runge <runge>
6380 x11vnc/x11vnc.c: x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations
6383 2005-04-27 dscho <dscho>
6388 2005-04-19 runge <runge>
6392 x11vnc/x11vnc.c: x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd,
6393 -unsafe, -noviewonly
6395 2005-04-12 runge <runge>
6399 2005-04-11 runge <runge>
6403 x11vnc/x11vnc.c: x11vnc: fix some -rawfb bugs, add setup:cmd
6405 2005-04-10 runge <runge>
6414 x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...
6416 2005-04-04 runge <runge>
6420 x11vnc/x11vnc.c: x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -http
6422 2005-03-29 runge <runge>
6425 …h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: fix event leaks, build-time customizations, -nolookup
6427 2005-03-20 runge <runge>
6430 …vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat
6433 2005-03-12 runge <runge>
6436 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: X DAMAGE support, -clip WxH+X+Y, ide…
6438 2005-03-09 dscho <dscho>
6442 2005-03-07 dscho <dscho>
6446 2005-03-07 dscho <dscho>
6450 2005-03-06 dscho <dscho>
6454 2005-03-05 runge <runge>
6456 …kefile.am, configure.ac, libvncserver/Makefile.am: autoconf: rpm -> rpmbuild and echo -n -> printf
6458 2005-03-05 runge <runge>
6463 x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: add '-listen ipaddr' option
6465 2005-03-01 dscho <dscho>
6469 2005-02-23 runge <runge>
6473 2005-02-22 runge <runge>
6476 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -nap is now the default, version str…
6478 2005-02-14 runge <runge>
6481 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -users lurk=, -solid for cde, -gui e…
6483 2005-02-11 runge <runge>
6486 …/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc -input to fine tune allow user input. per-
6487 -R
6489 2005-02-09 runge <runge>
6493 x11vnc/x11vnc.c: x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h
6496 2005-02-07 runge <runge>
6500 2005-02-07 runge <runge>
6502 * ChangeLog, configure.ac: configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfw
6504 2005-02-05 runge <runge>
6506 * ChangeLog, tightvnc-1.3dev5-vncviewer-alpha-cursor.patch,
6508 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc -solid color, -opts; tightvnc unix vi…
6510 2005-01-25 dscho <dscho>
6515 2005-01-24 runge <runge>
6519 2005-01-24 runge <runge>
6522 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: sync with new cursor mechanism, -timeout, -n…
6525 2005-01-23 dscho <dscho>
6527 * test/cursortest.c: test Floyd-Steinberg dither for alpha masks
6529 2005-01-21 dscho <dscho>
6532 Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource
6534 2005-01-21 dscho <dscho>
6538 2005-01-21 dscho <dscho>
6543 2005-01-20 dscho <dscho>
6547 2005-01-20 dscho <dscho>
6552 2005-01-20 dscho <dscho>
6557 2005-01-19 dscho <dscho>
6562 2005-01-19 dscho <dscho>
6564 * TODO: a granted wish has several children ;-)
6566 2005-01-19 dscho <dscho>
6571 2005-01-19 dscho <dscho>
6575 2005-01-18 dscho <dscho>
6594 2005-01-18 dscho <dscho>
6599 2005-01-18 dscho <dscho>
6604 2005-01-18 dscho <dscho>
6608 2005-01-17 dscho <dscho>
6612 2005-01-17 dscho <dscho>
6616 2005-01-16 dscho <dscho>
6620 2005-01-16 runge <runge>
6624 x11vnc/x11vnc.c: add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend
6625 -snapfb etc..
6627 2005-01-14 dscho <dscho>
6634 2005-01-14 dscho <dscho>
6638 2005-01-14 dscho <dscho>
6643 2005-01-14 dscho <dscho>
6647 2005-01-14 dscho <dscho>
6651 2005-01-14 dscho <dscho>
6655 2005-01-14 dscho <dscho>
6663 2005-01-14 dscho <dscho>
6668 2005-01-14 dscho <dscho>
6673 2005-01-14 dscho <dscho>
6678 2005-01-03 dscho <dscho>
6683 2004-12-27 runge <runge>
6686 … x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: improve XFIXES cursor transparency, more remote-control
6689 2004-12-23 runge <runge>
6693 2004-12-23 runge <runge>
6697 2004-12-23 runge <runge>
6701 2004-12-23 runge <runge>
6707 2004-12-20 dscho <dscho>
6711 2004-12-20 dscho <dscho>
6715 2004-12-20 dscho <dscho>
6719 2004-12-20 dscho <dscho>
6723 2004-12-20 runge <runge>
6728 2004-12-20 runge <runge>
6732 x11vnc/x11vnc.c: x11vnc: synchronous mode for -remote, string cleanup
6734 2004-12-17 dscho <dscho>
6738 2004-12-17 runge <runge>
6744 2004-12-01 dscho <dscho>
6748 2004-12-01 dscho <dscho>
6754 libvncclient/vncviewer.c, libvncserver-config.in,
6759 2004-12-01 dscho <dscho>
6765 2004-11-30 dscho <dscho>
6770 2004-11-30 dscho <dscho>
6775 2004-10-16 dscho <dscho>
6779 2004-10-16 dscho <dscho>
6781 * test/.cvsignore: tight-1 -> encodingstest
6783 2004-10-16 dscho <dscho>
6785 * test/Makefile.am, test/encodingstest.c, test/tight-1.c: rename
6786 tight-1.c into encodingstest.c, fixing it in the process. It now
6790 2004-10-16 dscho <dscho>
6797 2004-10-15 dscho <dscho>
6799 * test/tight-1.c: compiles, 1st run is okay, 2nd and subsequent give
6803 2004-10-15 dscho <dscho>
6807 2004-10-15 dscho <dscho>
6811 2004-10-15 dscho <dscho>
6813 * test/tight-1.c: compiling, non functional version of a unit test
6816 2004-10-04 dscho <dscho>
6820 2004-10-02 dscho <dscho>
6824 2004-09-14 dscho <dscho>
6829 2004-09-14 dscho <dscho>
6833 2004-09-07 dscho <dscho>
6837 2004-09-03 dscho <dscho>
6841 2004-09-03 dscho <dscho>
6843 * libvncserver-config.in: libvncserver.a is in libvncserver/ now
6845 2004-09-01 runge <runge>
6851 2004-08-30 dscho <dscho>
6855 2004-08-30 dscho <dscho>
6873 2004-08-30 dscho <dscho>
6878 2004-08-30 runge <runge>
6881 x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: -cursor change shape handling, configure.ac: add more
6884 2004-08-17 dscho <dscho>
6888 2004-08-15 runge <runge>
6891 x11vnc/x11vnc.c: x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid
6894 2004-08-04 runge <runge>
6898 2004-08-04 runge <runge>
6903 2004-07-31 runge <runge>
6907 2004-07-31 runge <runge>
6909 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -cursorpos now the default, fix cursorpos…
6911 2004-07-29 runge <runge>
6913 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -add_keysyms dynamically add missing keys…
6915 2004-07-27 runge <runge>
6917 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes…
6920 2004-07-19 runge <runge>
6922 …* x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: ignore keysyms >4 for a keycode, add lastmod to -hel…
6923 -version
6925 2004-07-16 runge <runge>
6930 2004-07-11 runge <runge>
6932 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -norepeat to turn off X server autorepeat…
6935 2004-07-05 runge <runge>
6937 …* x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: extend -allow to re-read a file with allowed IP addr…
6939 2004-07-02 runge <runge>
6944 2004-06-30 dscho <dscho>
6946 * libvncclient/vncviewer.c: do not use GNU-only getline
6948 2004-06-28 runge <runge>
6953 2004-06-27 runge <runge>
6955 …* x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: speed up scaling a bit, add no blending option to -s…
6957 2004-06-26 runge <runge>
6959 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: add "-scale fraction" for global server-s…
6961 2004-06-18 dscho <dscho>
6963 * libvncserver/zrleencodetemplate.c, test/tight-1.c,
6967 2004-06-18 dscho <dscho>
6971 2004-06-18 dscho <dscho>
6974 -encodings already
6976 2004-06-18 dscho <dscho>
6981 2004-06-18 dscho <dscho>
6987 2004-06-18 dscho <dscho>
6991 2004-06-18 dscho <dscho>
6995 support -play to play vncrec'orded files
6997 2004-06-17 runge <runge>
6999 …Log, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: simple ~/.x11vncrc config file support, -rc, -norc
7001 2004-06-15 dscho <dscho>
7005 2004-06-15 dscho <dscho>
7009 2004-06-15 dscho <dscho>
7013 2004-06-15 dscho <dscho>
7017 2004-06-15 dscho <dscho>
7021 2004-06-15 dscho <dscho>
7025 2004-06-12 runge <runge>
7027 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -clear_mods -clear_keys -storepasswd, add…
7028 RFB_SERVER_PORT to -accept/-gone
7030 2004-06-08 dscho <dscho>
7034 2004-06-08 dscho <dscho>
7038 2004-06-08 dscho <dscho>
7042 2004-06-07 dscho <dscho>
7046 2004-06-07 dscho <dscho>
7050 2004-06-07 dscho <dscho>
7055 2004-06-07 dscho <dscho>
7061 2004-06-07 dscho <dscho>
7067 2004-06-07 dscho <dscho>
7073 2004-06-07 dscho <dscho>
7075 * TODO, client_examples/SDLvncviewer.c: added -encodings
7077 2004-06-07 dscho <dscho>
7084 2004-06-07 dscho <dscho>
7088 2004-06-07 dscho <dscho>
7098 test/tight-1.c, x11vnc/Makefile.am: add client_examples/, add
7102 2004-06-06 runge <runge>
7105 to -accept/-gone
7107 2004-05-28 runge <runge>
7111 2004-05-27 runge <runge>
7114 …prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: view-only plain passwd: -viewp…
7115 -passwdfile
7117 2004-05-25 dscho <dscho>
7122 2004-05-25 dscho <dscho>
7124 * configure.ac: -lvncserver is not default now
7126 2004-05-25 dscho <dscho>
7160 2004-05-22 runge <runge>
7162 …rib/ChangeLog, contrib/x11vnc.c, httpd.c: x11vnc: -gone, -passwdfile, -o logfile; add view-only t…
7164 2004-05-14 runge <runge>
7166 * contrib/x11vnc.c: x11vnc: more -inetd fixes.
7168 2004-05-14 runge <runge>
7170 …* contrib/ChangeLog, contrib/x11vnc.c: x11vnc: less fprintf under -q so '-q -inetd' has no stderr…
7172 2004-05-13 runge <runge>
7174 …* contrib/ChangeLog, contrib/x11vnc.c: x11vnc: improvements to -accept popup: yes/no buttons and …
7176 2004-05-08 runge <runge>
7178 * contrib/ChangeLog, contrib/x11vnc.c: x11vnc: clean up -Wall warnings.
7180 2004-05-08 runge <runge>
7182 * ChangeLog, contrib/ChangeLog, contrib/x11vnc.c: x11vnc: add -accept some-command/xmessage/popup
7184 2004-05-06 runge <runge>
7186 …* ChangeLog, contrib/ChangeLog, contrib/x11vnc.c: x11vnc: mouse -> keystroke and keystroke -> mou…
7188 2004-05-05 dscho <dscho>
7194 2004-04-28 runge <runge>
7196 …* ChangeLog, contrib/ChangeLog, contrib/x11vnc.c: x11vnc: add -auth, more -cursorpos and -nofb wo…
7198 2004-04-20 runge <runge>
7200 …og, contrib/ChangeLog, contrib/x11vnc.c: x11vnc: add -cursorpos for Cursor Position Updates, and
7202 2004-04-19 dscho <dscho>
7206 2004-04-13 runge <runge>
7212 2004-04-12 dscho <dscho>
7217 2004-04-08 runge <runge>
7219 …contrib/x11vnc.c: x11vnc options -blackout, -xinerama, -xwarppointer. check cargs. modify conf…
7221 2004-03-24 dscho <dscho>
7223 * examples/pnmshow.c: add support for pgm and pbm (8-bit and 1-bit
7226 2004-03-22 dscho <dscho>
7231 2004-03-15 dscho <dscho>
7233 * ChangeLog, libvncserver-config.in: fix --link for
7234 libvncserver-config
7236 2004-03-11 runge <runge>
7238 …trib/ChangeLog, contrib/x11vnc.c: x11vnc options -vncconnect, -connect, -remap, -debug_pointer, …
7240 2004-02-29 dscho <dscho>
7244 2004-02-29 dscho <dscho>
7248 2004-02-29 dscho <dscho>
7252 2004-02-20 runge <runge>
7254 …* ChangeLog, contrib/ChangeLog, contrib/x11vnc.c: x11vnc options -nosel -noprimary -visual. add…
7256 2004-02-04 dscho <dscho>
7263 2004-01-30 dscho <dscho>
7267 2004-01-29 dscho <dscho>
7274 2004-01-21 dscho <dscho>
7277 "-progressive height" option to make SendFramebufferUpdate
7280 2004-01-21 dscho <dscho>
7284 2004-01-21 dscho <dscho>
7288 2004-01-21 dscho <dscho>
7293 2004-01-21 dscho <dscho>
7298 2004-01-21 dscho <dscho>
7303 2004-01-19 runge <runge>
7305 …ring drags, etc. somewhat faster copy_tiles() -> copy_tiles() x11vnc options -buttonmap -old_po…
7307 2004-01-19 dscho <dscho>
7311 2004-01-19 dscho <dscho>
7315 2004-01-19 dscho <dscho>
7317 * vncterm/VNConsole.c: fix usage of non-existent attribute buffer
7319 2004-01-16 dscho <dscho>
7324 2004-01-10 runge <runge>
7326 …Log, contrib/x11vnc.c: x11vnc options -allow, -localhost, -nodragging, -input_skip minimize memo…
7328 2003-12-09 dscho <dscho>
7333 2003-12-09 runge <runge>
7336 x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning
7338 2003-11-27 dscho <dscho>
7342 2003-11-11 dscho <dscho>
7344 * ChangeLog, contrib/x11vnc.c: -inetd, -noshm and friends added
7346 2003-11-07 dscho <dscho>
7350 2003-10-08 dscho <dscho>
7354 2003-09-11 markmc <markmc>
7358 contrib/Makefile.in, depcomp, examples/Makefile.in, install-sh,
7360 test/Makefile.in, vncterm/Makefile.in: 2002-09-11 Mark McLoughlin
7361 … config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed au…
7363 2003-09-11 markmc <markmc>
7371 rdr/types.h, zrle.cxx, zrleDecode.h, zrleEncode.h: 2003-09-11 Mark
7379 2003-09-08 dscho <dscho>
7390 2003-08-29 dscho <dscho>
7394 added --disable-cxx flag to configure
7396 2003-08-18 dscho <dscho>
7401 2003-08-18 dscho <dscho>
7403 * httpd.c, main.c, rfbserver.c, sockets.c: socklen_t -> size_t
7405 2003-08-18 dscho <dscho>
7411 2003-08-09 dscho <dscho>
7415 2003-08-08 dscho <dscho>
7420 2003-08-08 dscho <dscho>
7423 libvncclient/zlib.c, main.c, rfbserver.c: make --without-jpeg,
7424 --without-zlib work
7426 2003-08-08 dscho <dscho>
7428 * AUTHORS, configure, configure.ac: add --without-jpeg,
7429 --without-zlib; repair --without-backchannel, --without-24bpp
7431 2003-08-08 dscho <dscho>
7435 2003-08-06 dscho <dscho>
7442 2003-08-03 dscho <dscho>
7447 2003-08-02 dscho <dscho>
7452 2003-08-02 dscho <dscho>
7456 2003-08-02 dscho <dscho>
7460 2003-08-01 dscho <dscho>
7465 2003-07-31 dscho <dscho>
7469 2003-07-31 dscho <dscho>
7474 2003-07-30 dscho <dscho>
7479 2003-07-30 dscho <dscho>
7500 2003-07-29 dscho <dscho>
7504 test/tight-1.c, tight.c: further valgrinding showed leaked mallocs
7506 2003-07-28 dscho <dscho>
7510 2003-07-28 dscho <dscho>
7514 2003-07-28 dscho <dscho>
7528 test/Makefile.am, test/Makefile.in, test/tight-1.c, tight.c,
7534 2003-07-28 dscho <dscho>
7536 * test/tight-1.c: first beginnings of automatic tests, thanks to
7539 2003-07-28 dscho <dscho>
7545 2003-07-28 dscho <dscho>
7550 2003-07-27 dscho <dscho>
7554 2003-07-27 dscho <dscho>
7563 2003-07-27 dscho <dscho>
7568 2003-07-25 dscho <dscho>
7574 2003-07-11 dscho <dscho>
7579 2003-07-11 dscho <dscho>
7584 2003-07-10 dscho <dscho>
7587 contrib/Makefile.in, depcomp, examples/Makefile.in, install-sh,
7589 rfb/rfbint.h, rfb/stamp-h.in, vncterm/Makefile.in: another try to
7592 2003-07-10 dscho <dscho>
7597 2003-07-10 dscho <dscho>
7601 2003-06-28 dscho <dscho>
7605 2003-05-05 dscho <dscho>
7609 2003-04-03 dscho <dscho>
7613 2003-04-03 dscho <dscho>
7617 2003-02-28 dscho <dscho>
7619 * Makefile.am, configure.ac, libvncserver-config.in: let
7620 libvncserver-config behave as expected when called without
7623 2003-02-27 dscho <dscho>
7628 2003-02-21 dscho <dscho>
7633 2003-02-20 dscho <dscho>
7637 2003-02-20 dscho <dscho>
7641 2003-02-20 dscho <dscho>
7647 libvncserver-config.in, vncterm/Makefile.am, vncterm/VNConsole.h:
7650 2003-02-19 dscho <dscho>
7654 2003-02-19 dscho <dscho>
7658 2003-02-19 dscho <dscho>
7662 2003-02-18 dscho <dscho>
7670 2003-02-18 dscho <dscho>
7675 2003-02-17 dscho <dscho>
7680 2003-02-17 dscho <dscho>
7684 2003-02-17 dscho <dscho>
7688 2003-02-16 dscho <dscho>
7690 * configure.ac, libvncserver-config.in: fixed --link option to
7691 libvncserver-config
7693 2003-02-10 dscho <dscho>
7698 2003-02-10 dscho <dscho>
7702 2003-02-10 dscho <dscho>
7706 2003-02-10 dscho <dscho>
7711 2003-02-10 dscho <dscho>
7715 2003-02-10 dscho <dscho>
7721 2003-02-10 dscho <dscho>
7725 2003-02-10 dscho <dscho>
7731 2003-02-09 dscho <dscho>
7736 2003-02-09 dscho <dscho>
7742 2003-02-09 dscho <dscho>
7746 2003-02-09 dscho <dscho>
7754 2003-02-09 dscho <dscho>
7757 OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows
7760 2003-02-09 dscho <dscho>
7767 2003-02-09 dscho <dscho>
7771 2003-02-09 dscho <dscho>
7775 2003-02-09 dscho <dscho>
7779 2003-02-09 dscho <dscho>
7784 2003-02-09 dscho <dscho>
7790 2003-02-09 dscho <dscho>
7794 2003-02-09 dscho <dscho>
7805 2003-02-09 dscho <dscho>
7807 * .cvsignore: ignore libvncserver-config
7809 2003-02-09 dscho <dscho>
7814 2003-02-09 dscho <dscho>
7818 2003-02-09 dscho <dscho>
7823 2003-02-09 dscho <dscho>
7826 examples/Makefile.am, examples/vncev.c, libvncserver-config.in,
7829 2003-02-08 dscho <dscho>
7835 2003-02-08 dscho <dscho>
7840 2003-02-08 dscho <dscho>
7845 2003-02-08 dscho <dscho>
7849 2003-02-08 dscho <dscho>
7857 2003-02-07 dscho <dscho>
7861 2003-02-07 dscho <dscho>
7866 2003-02-07 dscho <dscho>
7874 2003-02-07 dscho <dscho>
7882 2002-12-30 dscho <dscho>
7886 2002-12-25 dscho <dscho>
7891 2002-12-20 dscho <dscho>
7895 2002-12-20 dscho <dscho>
7900 2002-12-20 dscho <dscho>
7904 2002-12-20 dscho <dscho>
7908 2002-12-19 dscho <dscho>
7913 2002-12-15 dscho <dscho>
7918 2002-12-15 dscho <dscho>
7923 2002-12-06 dscho <dscho>
7929 2002-10-29 dscho <dscho>
7934 2002-10-29 dscho <dscho>
7939 2002-10-22 dscho <dscho>
7948 2002-10-22 dscho <dscho>
7952 zrleEncode.h: updated to vnc-3.3.4 (ZRLE encoding)
7954 2002-08-31 dscho <dscho>
7958 2002-08-31 dscho <dscho>
7963 2002-08-31 dscho <dscho>
7969 2002-08-27 dscho <dscho>
7973 2002-08-22 dscho <dscho>
7977 2002-08-22 dscho <dscho>
7983 2002-08-22 dscho <dscho>
7988 2002-08-19 dscho <dscho>
7994 2002-07-28 dscho <dscho>
7998 2002-07-28 dscho <dscho>
8003 2002-06-13 dscho <dscho>
8007 2002-05-03 dscho <dscho>
8011 2002-05-02 dscho <dscho>
8015 2002-05-02 dscho <dscho>
8021 2002-04-30 dscho <dscho>
8025 2002-04-30 dscho <dscho>
8029 2002-04-30 dscho <dscho>
8033 2002-04-30 dscho <dscho>
8037 2002-04-25 dscho <dscho>
8041 2002-04-25 dscho <dscho>
8046 2002-04-25 dscho <dscho>
8050 2002-04-24 dscho <dscho>
8054 2002-04-23 dscho <dscho>
8059 2002-04-23 dscho <dscho>
8061 * Makefile, mac.c: OSXvnc-server compile fixes
8063 2002-04-23 dscho <dscho>
8067 2002-04-23 dscho <dscho>
8071 2002-04-23 dscho <dscho>
8075 2002-03-04 dscho <dscho>
8080 2002-02-19 dscho <dscho>
8084 2002-02-18 dscho <dscho>
8088 2002-02-18 dscho <dscho>
8094 2002-01-17 dscho <dscho>
8099 2002-01-17 dscho <dscho>
8103 2002-01-17 dscho <dscho>
8108 2002-01-16 dscho <dscho>
8112 2002-01-16 dscho <dscho>
8117 2002-01-14 dscho <dscho>
8121 2002-01-14 dscho <dscho>
8125 2002-01-14 dscho <dscho>
8129 2001-12-21 dscho <dscho>
8133 2001-12-14 dscho <dscho>
8138 2001-12-11 dscho <dscho>
8142 2001-12-09 dscho <dscho>
8146 2001-12-09 dscho <dscho>
8150 2001-12-08 dscho <dscho>
8154 2001-11-27 dscho <dscho>
8158 2001-11-27 dscho <dscho>
8163 2001-11-27 dscho <dscho>
8167 2001-11-27 dscho <dscho>
8171 2001-11-26 dscho <dscho>
8175 2001-11-26 dscho <dscho>
8179 2001-11-25 dscho <dscho>
8183 2001-11-23 dscho <dscho>
8187 2001-11-22 dscho <dscho>
8191 2001-11-21 dscho <dscho>
8195 2001-11-20 dscho <dscho>
8199 2001-11-20 dscho <dscho>
8203 2001-11-19 dscho <dscho>
8207 2001-11-19 dscho <dscho>
8211 2001-11-19 dscho <dscho>
8215 2001-11-19 dscho <dscho>
8219 2001-11-19 dscho <dscho>
8221 * cargs.c, main.c, rfb.h: cmdline arg -passwd added
8223 2001-11-19 dscho <dscho>
8227 2001-11-18 dscho <dscho>
8232 2001-11-15 dscho <dscho>
8238 2001-11-14 dscho <dscho>
8242 2001-11-14 dscho <dscho>
8246 2001-11-14 dscho <dscho>
8250 2001-11-14 dscho <dscho>
8256 2001-11-08 dscho <dscho>
8260 2001-10-25 dscho <dscho>
8264 2001-10-19 dscho <dscho>
8268 2001-10-18 dscho <dscho>
8273 2001-10-16 dscho <dscho>
8278 2001-10-16 dscho <dscho>
8282 2001-10-16 dscho <dscho>
8286 2001-10-15 dscho <dscho>
8290 2001-10-13 dscho <dscho>
8294 2001-10-13 dscho <dscho>
8298 2001-10-13 dscho <dscho>
8305 2001-10-12 dscho <dscho>
8309 2001-10-12 dscho <dscho>
8313 2001-10-11 dscho <dscho>
8320 2001-10-10 dscho <dscho>
8325 2001-10-10 dscho <dscho>
8330 2001-10-09 dscho <dscho>
8334 2001-10-08 dscho <dscho>
8338 2001-10-07 dscho <dscho>
8343 2001-10-07 dscho <dscho>
8348 2001-10-06 dscho <dscho>
8355 2001-10-05 dscho <dscho>
8361 2001-10-05 dscho <dscho>
8366 2001-10-04 dscho <dscho>
8371 2001-10-04 dscho <dscho>
8376 2001-10-04 dscho <dscho>
8381 2001-10-03 dscho <dscho>
8385 2001-10-03 dscho <dscho>
8389 2001-10-03 dscho <dscho>
8394 2001-10-02 dscho <dscho>
8400 2001-10-02 dscho <dscho>
8404 2001-10-02 dscho <dscho>
8408 2001-10-02 dscho <dscho>
8412 2001-10-02 dscho <dscho>
8416 2001-10-02 dscho <dscho>
8421 2001-10-02 dscho <dscho>
8425 side colour maps, fix for non-pthread, support for 3bpp
8427 2001-10-01 dscho <dscho>
8431 2001-09-29 dscho <dscho>
8436 2001-09-29 dscho <dscho>
8440 2001-09-29 dscho <dscho>
8445 2001-09-29 dscho <dscho>
8450 2001-09-29 dscho <dscho>
8469 2001-09-28 dscho <dscho>
8473 2001-09-28 dscho <dscho>
8477 2001-09-28 dscho <dscho>
8482 2001-09-28 dscho <dscho>
8486 2001-09-28 dscho <dscho>
8490 2001-09-28 dscho <dscho>
8494 2001-09-28 dscho <dscho>
8498 2001-09-27 dscho <dscho>
8504 2001-09-27 dscho <dscho>
8508 2001-09-27 dscho <dscho>
8513 2001-09-26 dscho <dscho>
8518 2001-09-26 dscho <dscho>
8522 2001-09-25 dscho <dscho>
8527 2001-09-25 dscho <dscho>
8533 2001-09-25 dscho <dscho>
8537 2001-09-25 dscho <dscho>
8541 2001-09-25 dscho <dscho>
8548 2001-09-24 dscho <dscho>
8552 2001-09-24 dscho <dscho>
8558 2001-09-24 dscho <dscho>
8562 2001-09-23 dscho <dscho>
8568 2001-09-21 dscho <dscho>
8573 2001-09-20 dscho <dscho>
8577 2001-09-13 dscho <dscho>
8582 2001-08-14 dscho <dscho>
8587 2001-08-14 dscho <dscho>
8592 2001-08-14 dscho <dscho>
8596 2001-08-01 dscho <dscho>