]> git.sesse.net Git - rdpsrv/history - rdpsrv.c
Handle some control PDUs.
[rdpsrv] / rdpsrv.c
2005-02-06 Steinar H. GundersonHandle some control PDUs.
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-05 Steinar H. GundersonInclude an (invalid) SEC_TAG_KEYSIG, and fix reading...
2005-02-05 Steinar H. GundersonFix lengths (mstsc gets further now!)
2005-02-05 Steinar H. GundersonMoved port of rdpsrv to 3340 (for debugging with protod...
2005-02-05 Steinar H. GundersonSupport RDP5 logon packets.
2005-02-05 Steinar H. GundersonTry to translate (very rudimentarily) RDP keycodes...
2005-02-04 Steinar H. GundersonValgrind fixes, re-request updates all the time.
2005-02-04 Steinar H. GundersonHandle bell. Minor hacks.
2005-02-04 Steinar H. GundersonTry to send VNC pointer events on RDP input PDUs.
2005-02-04 Steinar H. GundersonWe have picture!
2005-02-04 Steinar H. GundersonVarious hacks to try to make stuff work (still failing).
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.