]> source.dussan.org Git - tigervnc.git/commit
Move getUserPasswd()/showMsgBox() to CConnection
authorKang Lin <kl222@126.com>
Tue, 30 Jul 2024 04:53:52 +0000 (12:53 +0800)
committerPierre Ossman <ossman@cendio.se>
Fri, 30 Aug 2024 10:24:17 +0000 (12:24 +0200)
commit1b0387a36cf5f22a34b955d9c3f7ff0860e7467c
treec9bd6d1faa6bec8bd9b1fb6e4315de7489ca61d9
parent9df4f39c77aa66da992c7632d4ad5847e63d9f16
Move getUserPasswd()/showMsgBox() to CConnection

Problems with the original code: A process can only establish one connection.
After modification, multiple connections can be supported.
21 files changed:
common/rfb/CConnection.h
common/rfb/CSecurity.h
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityMSLogonII.cxx
common/rfb/CSecurityPlain.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityRSAAES.h
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityTLS.h
common/rfb/CSecurityVncAuth.cxx
common/rfb/SecurityClient.cxx
common/rfb/UserMsgBox.h [deleted file]
common/rfb/UserPasswdGetter.h [deleted file]
tests/perf/decperf.cxx
tests/perf/encperf.cxx
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/UserDialog.cxx
vncviewer/UserDialog.h
vncviewer/vncviewer.cxx
vncviewer/vncviewer.h