summaryrefslogtreecommitdiffstats
path: root/libvncserver/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-111-2/+32
| | | | | | Support connections from the Mac OS X built-in VNC client to LibVNCServers running with no password and advertising a server version of 3.7 or greater.
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Set proper file permissions for source files.Christian Beier2011-03-101-0/+0
|
* fix typo.runge2006-12-151-1/+1
|
* RFB 3.8 clients are well informedsteven_carr2006-06-051-2/+6
|
* Better support for RFB >= 3.8 protocolssteven_carr2006-06-051-22/+43
|
* All security types for RFB >= 3.7 *have* to respond with a Security Result ↵steven_carr2006-06-051-1/+9
| | | | (Even rfbSecTypeNone)
* move all types into handler loop.runge2006-06-031-10/+9
|
* Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects.steven_carr2006-05-291-5/+9
| | | | The security list would grow 1 entry when clients connect.
* Specifically test for Major Version 3 addedsteven_carr2006-05-161-1/+2
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-1/+6
|
* add functions to unregister extensions/security typesdscho2006-02-221-4/+54
|
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵runge2005-11-251-1/+1
| | | | 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.
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-1/+1
| | | | Thank you very much, Rohit!
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-271-6/+8
| | | | I eventually saw the light and went with Rohit´s original approach.
* support VNC protocol version 3.7dscho2005-09-261-18/+197
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-4/+2
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-6/+6
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+104