Vic Lee
29990f0090
Add MSLogon security type
...
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Vic Lee
95ae56c831
Add VeNCrypt support in libvncclient
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
Vic Lee
58a8df6ff2
Add anonymous TLS support in libvncclient
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
dscho
059afcdf81
Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
runge
afc931f15d
Move our rfbEncodings numbers out of the TightVNC range.
18 years ago
dscho
6dd263946e
do not always include rfb/keysym.h
18 years ago
steven_carr
3dff7658dc
KeyboardLedState Encoding Masks are now defined for portability
19 years ago
steven_carr
1c3af68549
Default to RFB 3.8, add command line option to specify the RFB version.
19 years ago
steven_carr
ccdbe8f325
The great UltraVNC Compatibility Commit
19 years ago
steven_carr
0d734ad896
Server Capability Encodings
...
rfbEncodingSupportedEncodings - What encodings are supported?
rfbEncodingSupportedMessages - What message types are supported?
rfbEncodingServerIdentity - What is the servers version string?
ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)"
19 years ago
steven_carr
97fe75fdce
KeyboardLedState should be placed in 'various protocol extensions'
19 years ago
dscho
1602b345f3
add KeyboardLedState extension
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
d15e35586b
kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho
da7b3e714f
support VNC protocol version 3.7
19 years ago
dscho
7a12087ba0
add definitions from other VNC implementations
20 years ago
dscho
8bee4eb990
ANSIfy, fix some warnings from Linus' sparse
20 years ago
dscho
cef6224e1c
do the in_addr_t stuff correctly...
20 years ago
dscho
658b65ad0c
support MinGW32!
20 years ago
dscho
9a8a28c117
add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
20 years ago
dscho
97299606da
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
...
while structure members should not
20 years ago
dscho
937b906f0d
ZRLE no longer uses C++, but C
21 years ago
dscho
79c414ab99
forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
22 years ago
dscho
eeb2061dfb
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
22 years ago
dscho
a1ce2ac48f
make vncauth usable also for upcoming libvncclient
22 years ago
dscho
e22be6634d
moved include/ to rfb/
22 years ago