]> git.sesse.net Git - rdpsrv/shortlog
rdpsrv
2005-02-05 Steinar H.... Cache revision.
2005-02-05 Steinar H.... Various protocol changes to comply better with spec.
2005-02-05 Steinar H.... Use unsigned chars in protodiff.
2005-02-05 Steinar H.... Moved port of rdpsrv to 3340 (for debugging with protod...
2005-02-05 Steinar H.... Added "protodiff", a small tool for trying to diff...
2005-02-05 Steinar H.... Removed Xserver/ directory, it does nothing useful...
2005-02-05 Steinar H.... Support RDP5 logon packets.
2005-02-05 Steinar H.... Try to translate (very rudimentarily) RDP keycodes...
2005-02-04 Steinar H.... Valgrind fixes, re-request updates all the time.
2005-02-04 Steinar H.... Remove an irritating debug message.
2005-02-04 Steinar H.... Handle bell. Minor hacks.
2005-02-04 Steinar H.... Try to send VNC pointer events on RDP input PDUs.
2005-02-04 Steinar H.... We have picture!
2005-02-04 Steinar H.... Various hacks to try to make stuff work (still failing).
2005-02-04 Steinar H.... Parse and send on client updates.
2005-02-04 Steinar H.... Send encodings _correctly_ this time...
2005-02-04 Steinar H.... Understand server name _correctly_ this time (we hope...
2005-02-04 Steinar H.... select() both the RDP and VNC sockets.
2005-02-04 Steinar H.... Endianness fixes. Sets encoding. Requests entire area.
2005-02-04 Steinar H.... Basic connection to VNC added (read width and height...
2005-02-04 Steinar H.... Give up X server for now, connect to VNC on localhost...
2005-02-04 Steinar H.... Remove RFB dependencies from X server (crashes, though).
2005-02-04 Steinar H.... Import X server from vnc-3.3.7.
2005-02-04 Steinar H.... Parse some input PDUs, and change bitmap outputs to...
2005-02-04 Steinar H.... Fix rdp_recv_input() wrt. pointer misuse.
2005-02-04 Steinar H.... Cache revision 31.
2005-02-04 Steinar H.... Parse MCS_TAG_DOMAIN_PARAMS if the length is right.
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