]> git.sesse.net Git - rdpsrv/shortlog
rdpsrv
2005-02-06 Steinar H.... Separated the RDP5 sending into its own protocol layer.
2005-02-06 Steinar H.... Removed some debugging stuff, correct RDP5 bitmap sending.
2005-02-06 Steinar H.... Decode mouse events, try to send RDP4 bitmap updates...
2005-02-06 Steinar H.... Fix encryption, client connects!!
2005-02-06 Steinar H.... Lots of changes: Fix Valgrind hits, send RESULT on...
2005-02-06 Steinar H.... Process presented licenses, and generate RC4 keys.
2005-02-05 Steinar H.... Demand a license instead of activity, Microsoft seems...
2005-02-05 Steinar H.... Try to demand activity from the client on logon.
2005-02-05 Steinar H.... Go to 40-bit encryption, and ignore junk at end of...
2005-02-05 Steinar H.... Swap encrypt/decrypt (makes encryption with rdesktop...
2005-02-05 Steinar H.... Generate the encryption and decryption keys!
2005-02-05 Steinar H.... Decrypt the client random (although not without Valgrin...
2005-02-05 Steinar H.... Add and load our private key.
2005-02-05 Steinar H.... Receive the (encrypted) client random.
2005-02-05 Steinar H.... Fix some CA lengths etc., and it accepts our cert!
2005-02-05 Steinar H.... Switch from RDP4-style to X.509.
2005-02-05 Steinar H.... Include an (invalid) SEC_TAG_KEYSIG, and fix reading...
2005-02-05 Steinar H.... Fix some more lenghts.
2005-02-05 Steinar H.... Fill in some blanks on our crypto header. Change to...
2005-02-05 Steinar H.... Begin sending RDP4-style encryption stuff.
2005-02-05 Steinar H.... Fix another length.
2005-02-05 Steinar H.... Fix length for CJCF MCS packets.
2005-02-05 Steinar H.... Fix lengths (mstsc gets further now!)
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