]> git.sesse.net Git - rdpsrv/history - proto.h
Reduce small block size to 32x32, and parametrize (#defines instead of hardcoding)
[rdpsrv] / proto.h
2005-02-06 Steinar H. GundersonTry to send back the magical 0x28 PDU (not very well...
2005-02-06 Steinar H. GundersonSend the same value back in synchronise.
2005-02-06 Steinar H. GundersonSeparated the RDP5 sending into its own protocol layer.
2005-02-06 Steinar H. GundersonLots of changes: Fix Valgrind hits, send RESULT on...
2005-02-04 Steinar H. GundersonParse and send on client updates.
2005-02-04 Steinar H. Gundersonselect() both the RDP and VNC sockets.
2005-02-04 Steinar H. GundersonGive up X server for now, connect to VNC on localhost...
2005-02-04 Steinar H. GundersonParse some input PDUs, and change bitmap outputs to...
2005-02-04 Steinar H. GundersonVarious changes to try to work better with MS RDC ...
2005-02-04 Steinar H. GundersonAdd function for sending bitmap updates (not working...
2005-02-03 Steinar H. GundersonFirst implementation of MCS_CONNECT_RESPONSE (send...
2005-02-03 Steinar H. GundersonHandle MCS_CONNECT_INITIAL.
2005-02-03 Steinar H. GundersonAccept ISO CR.
2005-02-03 Steinar H. GundersonMoved socket functions around a bit.
2005-02-03 Steinar H. GundersonEven more imports. Link to OpenSSL.
2005-02-03 Steinar H. GundersonPull in even more rdesktop source.