]> git.sesse.net Git - rdpsrv/history - secure.c
Separated the RDP5 sending into its own protocol layer.
[rdpsrv] / secure.c
2005-02-06 Steinar H. GundersonSeparated the RDP5 sending into its own protocol layer.
2005-02-06 Steinar H. GundersonRemoved some debugging stuff, correct RDP5 bitmap sending.
2005-02-06 Steinar H. GundersonDecode mouse events, try to send RDP4 bitmap updates...
2005-02-06 Steinar H. GundersonFix encryption, client connects!!
2005-02-06 Steinar H. GundersonLots of changes: Fix Valgrind hits, send RESULT on...
2005-02-06 Steinar H. GundersonProcess presented licenses, and generate RC4 keys.
2005-02-05 Steinar H. GundersonDemand a license instead of activity, Microsoft seems...
2005-02-05 Steinar H. GundersonTry to demand activity from the client on logon.
2005-02-05 Steinar H. GundersonGo to 40-bit encryption, and ignore junk at end of...
2005-02-05 Steinar H. GundersonSwap encrypt/decrypt (makes encryption with rdesktop...
2005-02-05 Steinar H. GundersonGenerate the encryption and decryption keys!
2005-02-05 Steinar H. GundersonDecrypt the client random (although not without Valgrin...
2005-02-05 Steinar H. GundersonAdd and load our private key.
2005-02-05 Steinar H. GundersonReceive the (encrypted) client random.
2005-02-04 Steinar H. GundersonRemove an irritating debug message.
2005-02-04 Steinar H. GundersonAdd function for sending bitmap updates (not working...
2005-02-04 Steinar H. GundersonHandle RDP4-style logon packets.
2005-02-04 Steinar H. GundersonChange RDP version to v1, to get simpler login packets...
2005-02-03 Steinar H. GundersonEven more imports. Link to OpenSSL.