]> source.dussan.org Git - tigervnc.git/commit
Display security state when asking for password
authorPierre Ossman <ossman@cendio.se>
Fri, 1 Sep 2017 09:14:35 +0000 (11:14 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 1 Sep 2017 09:14:35 +0000 (11:14 +0200)
commitdaf3d88aa1b554c5d6d41116c51517d30cb7c4b7
treec8c8ca00aa1a07fe00d05f88ea96ebe1498eff1c
parent10a48102a4a892daee8ea325f008fccf9663b236
Display security state when asking for password

Indicate to the user how secure the transport channel is so they
can avoid entering their password for untrusted sites.
16 files changed:
common/rfb/CConnection.h
common/rfb/CSecurity.h
common/rfb/CSecurityPlain.cxx
common/rfb/CSecurityStack.cxx
common/rfb/CSecurityStack.h
common/rfb/CSecurityTLS.h
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/CSecurityVeNCrypt.h
common/rfb/CSecurityVncAuth.cxx
common/rfb/UserPasswdGetter.h
media/insecure.svg [new file with mode: 0644]
media/insecure.xpm [new file with mode: 0644]
media/secure.svg [new file with mode: 0644]
media/secure.xpm [new file with mode: 0644]
vncviewer/UserDialog.cxx
vncviewer/UserDialog.h