]> git.sesse.net Git - rdpsrv/history - rdp.c
Handle some control PDUs.
[rdpsrv] / rdp.c
2005-02-06 Steinar H. GundersonHandle some control PDUs.
2005-02-06 Steinar H. GundersonDebug message cleanup.
2005-02-06 Steinar H. GundersonFixed (?) and enabled RDP5 encryption.
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-05 Steinar H. GundersonGo to 40-bit encryption, and ignore junk at end of...
2005-02-05 Steinar H. GundersonSupport RDP5 logon packets.
2005-02-04 Steinar H. GundersonValgrind fixes, re-request updates all the time.
2005-02-04 Steinar H. GundersonParse and send on client updates.
2005-02-04 Steinar H. GundersonParse some input PDUs, and change bitmap outputs to...
2005-02-04 Steinar H. GundersonFix rdp_recv_input() wrt. pointer misuse.
2005-02-04 Steinar H. GundersonVarious changes to try to work better with MS RDC ...
2005-02-04 Steinar H. GundersonMake the bitmap updates _slightly_ more interesting.
2005-02-04 Steinar H. GundersonSend SDIN and not SDRQ, and we can send bitmap updates!
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-04 Steinar H. GundersonPull in rdp.c from rdesktop, use rdp_recv().