]> git.sesse.net Git - rdpsrv/history - rdpsrv.c
Parse and send on client updates.
[rdpsrv] / rdpsrv.c
2005-02-04 Steinar H. GundersonParse and send on client updates.
2005-02-04 Steinar H. GundersonSend encodings _correctly_ this time...
2005-02-04 Steinar H. GundersonUnderstand server name _correctly_ this time (we hope...
2005-02-04 Steinar H. Gundersonselect() both the RDP and VNC sockets.
2005-02-04 Steinar H. GundersonEndianness fixes. Sets encoding. Requests entire area.
2005-02-04 Steinar H. GundersonBasic connection to VNC added (read width and height...
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. 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. GundersonBarely recognize some RDP data PDUs.
2005-02-04 Steinar H. GundersonPull in rdp.c from rdesktop, use rdp_recv().
2005-02-04 Steinar H. GundersonHandle AUrq/AUcf, and fix a type error.
2005-02-04 Steinar H. GundersonHandle EDrq from client.
2005-02-03 Steinar H. GundersonCheck return value of mcs_recv_connect_initial().
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. GundersonFurther fix CC sending (?)
2005-02-03 Steinar H. GundersonAccept ISO CR.
2005-02-03 Steinar H. GundersonRemove buffer we don't need.
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 lots of protocol stuff from rdesktop.