summaryrefslogtreecommitdiffstats
path: root/libvncserver/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* 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