finish RDP basic security layer on server side except signature and fastpath

This commit is contained in:
speyrefitte
2014-12-23 18:24:41 +01:00
parent f9b30a668a
commit 28f50b1f0e
13 changed files with 162 additions and 63 deletions

View File

@@ -29,7 +29,7 @@ from rdpy.protocol.rdp import rdp
from rdpy.core.error import RDPSecurityNegoFail
import rdpy.core.log as log
log._LOG_LEVEL = log.Level.INFO
#log._LOG_LEVEL = log.Level.INFO
class RDPClientQtFactory(rdp.ClientFactory):
"""