Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo. | runge | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -2/+6 |
| | |||||
* | Better support for RFB >= 3.8 protocols | steven_carr | 2006-06-05 | 1 | -22/+43 |
| | |||||
* | All security types for RFB >= 3.7 *have* to respond with a Security Result ↵ | steven_carr | 2006-06-05 | 1 | -1/+9 |
| | | | | (Even rfbSecTypeNone) | ||||
* | move all types into handler loop. | runge | 2006-06-03 | 1 | -10/+9 |
| | |||||
* | Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects. | steven_carr | 2006-05-29 | 1 | -5/+9 |
| | | | | The security list would grow 1 entry when clients connect. | ||||
* | Specifically test for Major Version 3 added | steven_carr | 2006-05-16 | 1 | -1/+2 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -1/+6 |
| | |||||
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 1 | -4/+54 |
| | |||||
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 1 | -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. | dscho | 2005-09-28 | 1 | -1/+1 |
| | | | | Thank you very much, Rohit! | ||||
* | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 1 | -6/+8 |
| | | | | I eventually saw the light and went with Rohit´s original approach. | ||||
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -18/+197 |
| | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -4/+2 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -6/+6 |
| | | | | while structure members should not | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+104 |