summaryrefslogtreecommitdiff
path: root/kvmd/apps/vnc/rfb
AgeCommit message (Collapse)Author
2022-07-21improved vnc loggingMaxim Devaev
2022-07-21improved vnc encodings handlingMaxim Devaev
2022-07-20option to disable vencryptMaxim Devaev
2022-07-19lint fixesMaxim Devaev
2022-07-19verbose rfb encdings reportMaxim Devaev
2022-07-18log start_tls()Maxim Devaev
2022-07-17spellMaxim Devaev
2022-07-17more vnc debugMaxim Devaev
2022-05-24lint fixMaxim Devaev
2021-09-08small rebrandingMaxim Devaev
2021-05-16tesmart rewriteDevaev Maxim
2021-03-26fixed mouse remapDevaev Maxim
2021-02-12refactoring of x509Devaev Maxim
2021-02-12Implementing X509Plain VeNCrypt security type 262 in place of TLSPlain ↵Iordan Iordanov
security type 259. This is a fix for both bVNC on iOS and for devices that do not support Anonymous Diffie Hellman ciphers (e.g. Android past API 23). It provides a mechanism for verifying and approving the identity of the server and ensuring subsequent connections to the same server are not under MITM attack.
2021-01-25changed h264 encoding numberDevaev Maxim
2021-01-25encodings are signedDevaev Maxim
2021-01-24reset h264 on some eventsDevaev Maxim
2021-01-24vnc h264Devaev Maxim
2021-01-23renameDevaev Maxim
2021-01-22sink source for vncDevaev Maxim
2020-10-08vnc: qemu ext keysDevaev Maxim
2020-09-01Remove all uses of = specifier in f-strings.Oleg Girko
This is needed to port to Python 3.7 because Raspbian 10 doesn't have Python 3.8. Signed-off-by: Oleg Girko <[email protected]>
2020-09-01Remove all uses of assignment expressions.Oleg Girko
This is needed to port to Python 3.7 because Raspbian 10 doesn't have Python 3.8. Signed-off-by: Oleg Girko <[email protected]>
2020-08-19vnc does not support up/down mouse buttonsDevaev Maxim
2020-08-18mouse buttons 4 and 5Devaev Maxim
2020-07-31vnc option to disabled tlsDevaev Maxim
2020-07-23client portDevaev Maxim
2020-07-23fixed f-stringDevaev Maxim
2020-07-03mute rfb_close_writer()Devaev Maxim
2020-06-08lint fixDevaev Maxim
2020-06-05proper logsDevaev Maxim
2020-06-03fixed rfb ledsDevaev Maxim
2020-05-25refactoringDevaev Maxim
2020-05-22lint fixesDevaev Maxim
2020-05-17better error handlingDevaev Maxim
2020-05-16improved security checksDevaev Maxim
2020-05-15vnc none auth supportDevaev Maxim
2020-05-11lint fixDevaev Maxim
2020-05-11abort vnc connectionDevaev Maxim
2020-04-25fb_requested on lockDevaev Maxim
2020-04-23vnc: anon tls encryptionDevaev Maxim
2020-03-26vncauthDevaev Maxim
2020-03-23refactoringDevaev Maxim