Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SSL options to rfbUsage output | Christian Beier | 2018-11-11 | 1 | -0/+4 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2015-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ↵ | Christian Beier | 2012-02-27 | 1 | -0/+11 |
| | | | | | | too. As done with the RFB sockets, this uses a separate-socket approach as well. | ||||
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 1 | -0/+23 |
| | | | | | | | | | This uses a separate-socket approach since there are systems that do not support dual binding sockets under *any* circumstances, for instance OpenBSD. Using separate sockets for IPv4 and IPv6 is thus more portable than having a v6 socket handle v4 connections as well. Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | websockets: Add SSL cert command line options. | Joel Martin | 2011-08-17 | 1 | -0/+14 |
| | | | | | | | - Add --sslcertfile and --sslkeyfile. These should really be combined with the existing x11vnc command line options for SSL support. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Remove stray ""-permitfiletransfer permit file transfer support" output. | runge | 2006-12-13 | 1 | -1/+0 |
| | |||||
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -0/+12 |
| | |||||
* | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 1 | -0/+8 |
| | |||||
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -1/+1 |
| | | | | Thank you very much, Rohit! | ||||
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -3/+22 |
| | | | | the processCustomClientMessage() method. | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -8/+2 |
| | |||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -0/+12 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -8/+8 |
| | | | | while structure members should not | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+169 |