summaryrefslogtreecommitdiffstats
path: root/libvncserver/cargs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ↵Christian Beier2012-02-271-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 Beier2012-02-201-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 Martin2011-08-171-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.runge2006-12-131-1/+0
|
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-151-0/+12
|
* introduce -deferptrupdate (thanks Dave)dscho2005-12-191-0/+8
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-1/+1
| | | | Thank you very much, Rohit!
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-3/+22
| | | | the processCustomClientMessage() method.
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-8/+2
|
* add '-listen ipaddr' optionrunge2005-03-051-0/+12
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-8/+8
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+169