summaryrefslogtreecommitdiffstats
path: root/libvncserver/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-111-2/+32
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-1/+1
* 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 (E...steven_carr2006-06-051-1/+9
* 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
* 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 builds,...runge2005-11-251-1/+1
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-1/+1
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-271-6/+8
* 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
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+104