]> source.dussan.org Git - tigervnc.git/commit
[Development] Move Get{C,S}Security from Security class to separate classes.
authorAdam Tkac <atkac@redhat.com>
Fri, 1 Oct 2010 08:33:29 +0000 (08:33 +0000)
committerAdam Tkac <atkac@redhat.com>
Fri, 1 Oct 2010 08:33:29 +0000 (08:33 +0000)
commitbfd66c1e8c526dff1757bf349c9bb4d87906265f
tree35bc549a432e2b823e215483e666afb2e832ebbe
parentef5e17fe2f7c0ab7b47aa616960dfa9fffd7425a
[Development] Move Get{C,S}Security from Security class to separate classes.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4156 3789f03b-4d11-0410-bbf8-ca57d06f2519
16 files changed:
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/CSecurityVeNCrypt.h
common/rfb/Makefile.am
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SSecurityVeNCrypt.cxx
common/rfb/SSecurityVeNCrypt.h
common/rfb/Security.cxx
common/rfb/Security.h
common/rfb/SecurityClient.cxx [new file with mode: 0644]
common/rfb/SecurityClient.h [new file with mode: 0644]
common/rfb/SecurityServer.cxx [new file with mode: 0644]
common/rfb/SecurityServer.h [new file with mode: 0644]
win/vncconfig/Authentication.h