aboutsummaryrefslogtreecommitdiff
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* Support UltraVNC clients, by Eduardo Felipe.ths2007-09-301-2/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-19/+19
* Fix infinite loop in VNC support, by Marc Bevand.ths2007-09-131-2/+5
* Custom location for x509 cert paths, by Daniel P. Berrange.ths2007-08-251-16/+115
* x509 client certificate verification, by Daniel P. Berrange.ths2007-08-251-3/+103
* x509 certificate for server, by Daniel P. Berrange.ths2007-08-251-20/+107
* VeNCrypt basic TLS support, by Daniel P. Berrange.ths2007-08-251-8/+396
* VNC password authentication, by Daniel P. Berrange.ths2007-08-251-13/+225
* Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths2007-08-251-2/+2
* Refactor VNC server setup API, by Daniel P. Berrange.ths2007-08-251-27/+76
* Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths2007-04-291-0/+9
* Add -name option, by Anthony Liguori.ths2007-03-191-2/+9
* info vnc command (Anthony Liguori)bellard2007-02-051-0/+22
* Mouse relative offset VNC extension (Anthony Liguori)bellard2007-02-051-10/+42
* Unix domain socket support for VNC, by Anthony Liguori.ths2006-12-221-26/+60
* Reduce VNC resize traffic, thanks Eduardo Felipe.ths2006-12-141-1/+3
* signed fixes - VNC console switch (initial patch by Andrzej Zaborowski)bellard2006-08-241-11/+94
* support for higher resolutionsbellard2006-06-131-17/+57
* support for all VNC pixel formatsbellard2006-05-141-37/+161
* removed ssize_t for win32 compatibilitybellard2006-05-031-2/+2
* uppercase fix (Anthony Liguori)bellard2006-05-011-1/+8
* copyrightbellard2006-05-011-0/+25
* win32 socket fixesbellard2006-04-301-16/+11
* VNC server (Anthony Liguori)bellard2006-04-301-0/+894