Commit Graph

234 Commits (master)

Author SHA1 Message Date
Raphael Kubo da Costa ec3fff609c Include strings.h for strncasecmp(3)
12 years ago
Raphael Kubo da Costa 4c148e5f74 Tune the definitions needed when building with -ansi.
12 years ago
Rostislav Lisovy 0b396959fd Fix in milliseconds to struct timeval conversion
12 years ago
Christian Beier 2a97ab8679 Fix some compiler warnings that hinted some no too unimportant errors.
12 years ago
Christian Beier 231763cb0e LibVNCClient: #undef these types in case it's WIN32.
12 years ago
Christian Beier 4a5eee94e8 Fix libvncclient make dist.
12 years ago
Monkey 2524573678 Added support for UltraVNC Single Click as originally proposed by Noobius (Boobius) on 6/1/11.
12 years ago
Christian Beier e2beac6d93 LibVNCClient: Fix build with no SSL/TLS library available.
12 years ago
Christian Beier f606179c9c LibVNCClient: properly free the openssl session stuff on shutdown.
12 years ago
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
12 years ago
Christian Beier 5e9da5a2f8 Add the OpenSSL libvncclient TLS version to the build system.
12 years ago
Christian Beier 2d50fc84f7 IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes.
12 years ago
Christian Beier 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable.
12 years ago
Luca Stauble fe2e2e4b59 Add an optional parameter to specify the ip address for reverse connections
12 years ago
Christian Beier 27b4372c94 When GetCredential() callback is not set, don't use authentications requiring it.
13 years ago
Vic Lee d8fca9d013 Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priority_set_direct.
13 years ago
Christian Beier 62b7acf480 Fix regression in Ultra encoding introduced by commit fe1ca16e9b.
13 years ago
Christian Beier e92951d19d Remove useless comparisons that always evaluate to false.
13 years ago
Christian Beier fe1ca16e9b Fix (most) MinGW32 compiler warnings.
13 years ago
Christian Beier 980dfa60fe Fix libvncclient TLS for Windows builds.
13 years ago
Christian Beier 8909e9fe44 Let libvncclient build with gcrypt for MinGW32 builds.
13 years ago
Vic Lee e323d73f91 Use WaitForMessage instead of sleep in socket reading to fix performance issue.
13 years ago
Christian Beier cf72a0f7c3 Call WSAGetLastError() everywhere errno is read after a Winsock call.
13 years ago
Christian Beier f5b96e57bf Update minilzo library used for Ultra encoding to ver 2.04.
13 years ago
Christian Beier 558a58e039 Remove unneeded files concerning CVS.
13 years ago
Vic Lee 030ccf673d Add ARD (Apple Remote Desktop) security type support
13 years ago
Christian Beier ffe30366d6 Put files used by both libs into a 'common' dir.
13 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 128d06aaaa Only define strncasecmp to _strnicmp when using MS compiler.
14 years ago
Christian Beier fbb93c9efe Fix build failure wrt IP QoS support in libvncclient.
14 years ago
Vic Lee 6803bfe9d5 Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to read
14 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
14 years ago
Christian Beier c0373e9cd4 Non-blocking sockets for Windows.
14 years ago
Christian Beier ad25446978 Fix MinGW32 compilation with libjpeg.
14 years ago
Christian Beier 79f0f1374c Fix MinGW32 checking for IPv6.
14 years ago
Vic Lee 68e7696a27 libvncclient: add ipv6 support
14 years ago
Wouter Van Meir f76c81941a Call MallocFrameBuffer before SetFormatAndEncodings
14 years ago
runge a29e42e515 libvncclient: rfbResizeFrameBuffer should also set updateRect.
14 years ago
Johannes Schindelin 19aa466a96 Fix compilation without TLS
14 years ago
Christian Beier 6b2b3b8213 libvncclient/vncviewer.c: don't set serverPort in rfbInitClient().
14 years ago
Johannes Schindelin d640c94d70 LibVNCClient: make sure that the port is initialized correctly.
14 years ago
Vic Lee a2ad61755f Add UltraVNC Repeater support in libvncclient
14 years ago
Vic Lee b019572e73 Add support for viewers to select security types on demand
14 years ago
Vic Lee 743803facc Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password required
14 years ago
Christian Beier 49cdfb4c1f libvncclient: better return value for non-forking listen.
15 years ago
Christian Beier 9ed410668c Fix checks for socket values, 0 is a legal value.
15 years ago
Christian Beier d4c43c1b73 libvncclient: include winsock2.h in vncviewer.c.
15 years ago
Vic Lee a4cc897222 Fix various compilation warnings
15 years ago
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
15 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
Christian Beier 0a4f1bada4 libvncclient: add a non-forking listen function.
15 years ago
Christian Beier 4877329812 libvncclient: make listenAtTCPPort() work under windows.
15 years ago
Alexander Dorokhine 62ae6bb7be libvncclient: Add FinishedFrameBufferUpdate callback
15 years ago
Alexander Dorokhine b02849ab80 Fix hostname resolution problems under Windows
15 years ago
runge 169ef3a042 Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
Vic Lee 95ae56c831 Add VeNCrypt support in libvncclient
15 years ago
Christian Beier a92f7f46a6 mingw32 crosscompile fixes.
15 years ago
Vic Lee 58a8df6ff2 Add anonymous TLS support in libvncclient
15 years ago
Christian Beier c652b55f74 Fix IsUnixSocket()
15 years ago
Vic Lee 2f9836d81a Fix bug for logging unsupported security types
15 years ago
Vic Lee 4e1aba74e6 Fix bug for VNC Server version 4
15 years ago
Johannes Schindelin ef33182694 Fix two issues in rfbGetClient()
15 years ago
Stefan Becker 0e7499fb39 Add close() to rfbClientCleanup()
15 years ago
Ben Klopfenstein d7c0b34b62 libvncclient: Unix sockets support by Ben Klopfenstein
15 years ago
dscho 3d2eab575e clean up build flags
15 years ago
dscho 26b79b89db ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
16 years ago
dscho eb2eeed97e LibVNCClient: if the GotRect hook is set, override default op.
17 years ago
runge 0f162f1f0b argv > 0 doesn't make sense for a pointer; assuming argv != NULL.
17 years ago
dscho ca805667e6 Build shared libraries per default
17 years ago
dscho 14b290384a LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
17 years ago
dscho 35d481a783 sometimes zrle sends too many bytes; play safe
17 years ago
runge 1f8da9bde3 libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
17 years ago
dscho 6cfd9afee9 make cut text handling using a hook
18 years ago
steven_carr a60ee2ee9f RFB 3.8 clients are well informed
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
runge 347c4a9847 fix some build issues WRT ultravnc code.
18 years ago
steven_carr 0d734ad896 Server Capability Encodings
18 years ago
steven_carr 2eded94f7b UltraVNC with scaling, will send rectangles with a zero W or H
18 years ago
steven_carr 5865f0c4b7 Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
18 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01
18 years ago
steven_carr e57c4dcd71 CopyRectangle() BPP!=8 bug fixed
18 years ago
steven_carr 18cd366896 Eliminate incompatible pointer assignment warning (gcc 4.0.1)
18 years ago
steven_carr 422491c98a signed vs unsigned warnings eliminated (gcc 4.0.1)
18 years ago
dscho 7602f0e750 libvncclient: support changing of framebuffer size; make SDLvncviewer use it
18 years ago
runge 3c80351a1c Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho 199ec23a05 libvncclient: take -compress <level> and -quality <level> command line arguments
18 years ago
runge def3012663 fix client non-jpeg/libz builds
18 years ago
dscho 1b81e342cb assorted fixes for MinGW32
19 years ago
dscho 3a8d4bdbe6 work around write() returning ENOENT on Solaris 2.7
19 years ago
dscho 9e78be39cc one more memory leak
19 years ago
dscho 61204490ce plug memory leaks
19 years ago
runge 8eb18f6cd8 fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
19 years ago
dscho 194a76df11 add an extension mechanism for LibVNCClient, modify the client data handling
19 years ago
dscho 5c1fdb47d3 fix warning
19 years ago
dscho 808b6a0b23 do it right: it is not DEFINES, but AM_CFLAGS
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 462ffd3f3e fix annoying zrle decoding bug
19 years ago
dscho 8f4b4e267d do distribute and depend on zrle.c
19 years ago
dscho b225ee993a implement ZRLE decoding
19 years ago
dscho 1b830d0446 init a structure *before* using it...
19 years ago
dscho 53387007ba remove wrong comment
19 years ago
dscho 669b4c8685 make zlib and tight handling thread safe (static -> rfbClient)
19 years ago
dscho ee52441372 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
runge b8b96689bf add '-listen ipaddr' option
19 years ago
dscho ba10bceedd if no argc & argv are passed, honour the serverHost&serverPort which was set by the application
19 years ago
dscho b7dae538f6 argc and argv may be zero (which means to ignore them)
19 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 7d3b1c9762 use rfbClientErr to log errors, check if calloc succeded (both hinted by Andre Leiradella)
20 years ago
dscho c641923d05 fix long reads (in some events of success, no TRUE was returned)
20 years ago
dscho b583cf5347 move read buffer to rfbClient structure (thread safety); make rfbClientLog
20 years ago
dscho 31d0617d3d no need to modify argv
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho b68e387949 do not use GNU-only getline
20 years ago
dscho 11271316d3 support password reading with getpass(); support -play to play vncrec'orded files
20 years ago
dscho 20e8e7302f fix silly hextile bug
20 years ago
dscho 03ad9b0b03 recognize more encodings
20 years ago
dscho e70c3be736 debug
20 years ago
dscho d197504916 fix silly update bug with raw encoding
20 years ago
dscho 35236477c4 all this moving and renaming needs changes in the cvsignores, too!
20 years ago
dscho 2b8c2a5c3a add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
20 years ago
dscho 876868553d move the library into libvncserver/, x11vnc into x11vnc/
20 years ago
dscho 7cb3958fd9 fix compilation with Mac OSX: preprocessor can't do recursive macros
21 years ago
markmc d02db5cac4 2002-09-11 Mark McLoughlin <mark@skynet.ie>
21 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho f41eee753e added --disable-cxx flag to configure
21 years ago
dscho 682e8a669a more files to ignore
21 years ago
dscho 1fd42ce98c make --without-jpeg, --without-zlib work
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs
21 years ago
dscho 2cc9392914 is autoconfed now
21 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
21 years ago
dscho 0fc57f2054 first alpha version of libvncclient
21 years ago