summaryrefslogtreecommitdiffstats
path: root/client_examples/backchannel.c
Commit message (Collapse)AuthorAgeFilesLines
* LibVNCClient: add support for custom auth handlersTobias Junghans2018-11-111-1/+3
| | | | | This allows to register custom authentication handlers in order to support additional security types.
* Add doxygen documentation support.Christian Beier2010-11-181-1/+4
| | | | | | | | | | | | | Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org>
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-061-0/+99
so that more than one data structure can be attached, and add an example to speak the client part of the back channel.