aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/rfb.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: add UNIX domain socket support to rfbQuentin Thébault7 days1-13/+36
* bhyve: insert VM name to the VNC screen titleYuichiro NAITO2025-09-031-4/+15
* bhyve: support noVNC SetPixelFormat requestMark Peek2024-09-091-7/+136
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhyve: Make sure that the VNC version is initializedMark Johnston2022-10-271-2/+5
* bhyve: Avoid arithmetic on void pointersMark Johnston2022-10-231-9/+12
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-4/+3
* bhyve: Sprinkle const qualifiers where appropriateMark Johnston2022-08-161-3/+3
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-161-1/+1
* Append Keyboard Layout specified option for using VNC.Michael Reifenberger2021-04-211-1/+71
* Fix issues with various VNC clients.Peter Grehan2020-12-181-104/+199
* Bhyve: log message when rfb client connectsRebecca Cran2020-03-181-0/+1
* Use stream_read() to read all 12 bytes of the RFB client version.John Baldwin2020-02-271-1/+2
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-8/+9
* Trim a spurious carriage return from the RFB signature string added in r355301.John Baldwin2019-12-191-1/+1
* bhyve: uniform printf format string newlinesVincenzo Maffione2019-12-021-7/+7
* usr.sbin/bhyve: free resources if there is an initialization error in rfbSean Chittenden2019-07-111-8/+16
* Make zlib encoding messages idempotent.Mark Johnston2019-06-191-2/+4
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-161-1/+4
* Allow the bhyve VNC server to listen on IPv6 for incoming connections.Bjoern A. Zeeb2018-10-241-11/+30
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-11/+11
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* Allow arbitrary numbers of columns for VNC server screen resolution.Peter Grehan2018-05-041-25/+8
* Check if pthread_create(3) successfully created the thread prior to callMarcelo Araujo2017-06-161-3/+6
* Initialize variables and use byteorder(9) instead of aliasing char arrayMarcelo Araujo2017-06-151-3/+4
* Make the VNC authentication build with LibreSSL on HardenedBSD and TrueOS.Marcelo Araujo2017-06-081-6/+8
* Add VNC Authentication support based on RFC6143 section 7.2.2.Marcelo Araujo2017-06-021-11/+111
* - For security reasons by default listen on localhost address,Gleb Smirnoff2017-04-281-2/+2
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-141-0/+15
* Fix gcc build errors with SSE 4.2 detection and gcc warningsEnji Cooper2016-07-061-45/+22
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-0/+949