]> source.dussan.org Git - tigervnc.git/commit
Allow SSecurity to specify AccessRights for SConnection.
authorMichal Srb <michalsrb@gmail.com>
Mon, 10 Nov 2014 07:15:41 +0000 (09:15 +0200)
committerMichal Srb <michalsrb@gmail.com>
Mon, 10 Nov 2014 15:23:42 +0000 (17:23 +0200)
commit8d1ee00bea125fa5f3e6ad7cf816e80890fb17d3
tree6c56fa447a1485e82cfe965a6a7af622d7172cc1
parent39847138172032bd821dfd6466ee2c04bedbadf7
Allow SSecurity to specify AccessRights for SConnection.

SConnection has AccessRights property that specifies what connected client can
do. Set this property to value given by SSecurity after successful
authentication. This way individual SSecurity subclasses can accept clients but
restrict their access.
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SSecurity.h
common/rfb/Security.h
common/rfb/SecurityServer.h