]> git.sesse.net Git - rdpsrv/shortlog
rdpsrv
2005-02-04 Steinar H.... Various changes to try to work better with MS RDC ...
2005-02-04 Steinar H.... Make the bitmap updates _slightly_ more interesting.
2005-02-04 Steinar H.... Send SDIN and not SDRQ, and we can send bitmap updates!
2005-02-04 Steinar H.... Add function for sending bitmap updates (not working...
2005-02-04 Steinar H.... Barely recognize some RDP data PDUs.
2005-02-04 Steinar H.... Handle RDP4-style logon packets.
2005-02-04 Steinar H.... Change RDP version to v1, to get simpler login packets...
2005-02-04 Steinar H.... Pull in rdp.c from rdesktop, use rdp_recv().
2005-02-04 Steinar H.... Change SDIN -> SDRQ, and we can keep a connection up!
2005-02-04 Steinar H.... Support CJrq/CJcf.
2005-02-04 Steinar H.... Handle AUrq/AUcf, and fix a type error.
2005-02-04 Steinar H.... Handle EDrq from client.
2005-02-03 Steinar H.... Check return value of mcs_recv_connect_initial().
2005-02-03 Steinar H.... Send MCS_CONNECT_RESPONSE (but correct?)
2005-02-03 Steinar H.... First implementation of MCS_CONNECT_RESPONSE (send...
2005-02-03 Steinar H.... Handle MCS_CONNECT_INITIAL.
2005-02-03 Steinar H.... Further fix CC sending (?)
2005-02-03 Steinar H.... Fix CC sending.
2005-02-03 Steinar H.... Exit on error.
2005-02-03 Steinar H.... Attempt to send an CC back (but fail?)
2005-02-03 Steinar H.... Accept ISO CR.
2005-02-03 Steinar H.... Remove buffer we don't need.
2005-02-03 Steinar H.... Moved socket functions around a bit.
2005-02-03 Steinar H.... Even more imports. Link to OpenSSL.
2005-02-03 Steinar H.... Set CC and CFLAGS.
2005-02-03 Steinar H.... Pull in even more rdesktop source.
2005-02-03 Steinar H.... Pull in lots of protocol stuff from rdesktop.
2005-02-03 Steinar H.... Add Makefile. (bah)
2005-02-03 Steinar H.... Actually include rdpsrv.cpp as well :-)
2005-02-03 Steinar H.... Open a server socket and accept clients. Absolutely...
2005-02-03 Steinar H.... initial import