summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vnc/auth.c
AgeCommit message (Collapse)Author
2022-04-03vncv: some fixes to work with intel amt kvmcinap_lenrek
2021-09-25vncv: enable connecting to Darwin hostsIgor Böhm
Tested on MacOS Catalina and Big Sur releases. Update man page to highlight weak encryption of vnc, recommending to tunnel via ssh (thanks unobe).
2021-01-23vnc: I don't like your face.Ori Bernstein
Cosmetic improvements to vnc auth code. Should not have user-visible changes.
2020-10-18vncv: pick an auth type that we supportOri Bernstein
We used to pick the highest auth type regardless of whether we supported it. Now we filter down to types that we support.
2020-09-27vncv: implement rfb 3.8 protocol (thanks Iruatã)Ori Bernstein
Gnome and bhyve's VNC servers implement the RFB 3.8 protocol, so we need to support it in the client in order to connect.
2018-08-16vncv: handle [] enclosed literal ipv6 addresses in hostcinap_lenrek
2016-12-11vnc: don't prompt for password on auth_respond() failurecinap_lenrek
2015-01-05vnc: put newlines in verbose messagesmischief
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen