]> git.sesse.net Git - rdpsrv/history
rdpsrv
2005-02-06 Steinar H. GundersonReduce small block size to 32x32, and parametrize ... master
2005-02-06 Steinar H. GundersonTry to send the odd 0x03 RDP5 data before bitmap updates.
2005-02-06 Steinar H. GundersonTry to send back the magical 0x28 PDU (not very well...
2005-02-06 Steinar H. GundersonSend the same value back in synchronise.
2005-02-06 Steinar H. GundersonHandle some control PDUs.
2005-02-06 Steinar H. GundersonRemove lots of licensing stuff we didn't need after...
2005-02-06 Steinar H. GundersonDebug message cleanup.
2005-02-06 Steinar H. GundersonLink to -lcrypto instead of -lssl.
2005-02-06 Steinar H. GundersonCache revision.
2005-02-06 Steinar H. GundersonFixed (?) and enabled RDP5 encryption.
2005-02-06 Steinar H. GundersonSeparated the RDP5 sending into its own protocol layer.
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-06 Steinar H. GundersonFix encryption, client connects!!
2005-02-06 Steinar H. GundersonLots of changes: Fix Valgrind hits, send RESULT on...
2005-02-06 Steinar H. GundersonProcess presented licenses, and generate RC4 keys.
2005-02-05 Steinar H. GundersonDemand a license instead of activity, Microsoft seems...
2005-02-05 Steinar H. GundersonTry to demand activity from the client on logon.
2005-02-05 Steinar H. GundersonGo to 40-bit encryption, and ignore junk at end of...
2005-02-05 Steinar H. GundersonSwap encrypt/decrypt (makes encryption with rdesktop...
2005-02-05 Steinar H. GundersonGenerate the encryption and decryption keys!
2005-02-05 Steinar H. GundersonDecrypt the client random (although not without Valgrin...
2005-02-05 Steinar H. GundersonAdd and load our private key.
2005-02-05 Steinar H. GundersonReceive the (encrypted) client random.
2005-02-05 Steinar H. GundersonFix some CA lengths etc., and it accepts our cert!
2005-02-05 Steinar H. GundersonSwitch from RDP4-style to X.509.
2005-02-05 Steinar H. GundersonInclude an (invalid) SEC_TAG_KEYSIG, and fix reading...
2005-02-05 Steinar H. GundersonFix some more lenghts.
2005-02-05 Steinar H. GundersonFill in some blanks on our crypto header. Change to...
2005-02-05 Steinar H. GundersonBegin sending RDP4-style encryption stuff.
2005-02-05 Steinar H. GundersonFix another length.
2005-02-05 Steinar H. GundersonFix length for CJCF MCS packets.
2005-02-05 Steinar H. GundersonFix lengths (mstsc gets further now!)
2005-02-05 Steinar H. GundersonCache revision.
2005-02-05 Steinar H. GundersonVarious protocol changes to comply better with spec.
2005-02-05 Steinar H. GundersonUse unsigned chars in protodiff.
2005-02-05 Steinar H. GundersonMoved port of rdpsrv to 3340 (for debugging with protod...
2005-02-05 Steinar H. GundersonAdded "protodiff", a small tool for trying to diff...
2005-02-05 Steinar H. GundersonRemoved Xserver/ directory, it does nothing useful...
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. GundersonRemove an irritating debug message.
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. GundersonRemove RFB dependencies from X server (crashes, though).
2005-02-04 Steinar H. GundersonImport X server from vnc-3.3.7.
2005-02-04 Steinar H. GundersonParse some input PDUs, and change bitmap outputs to...
2005-02-04 Steinar H. GundersonFix rdp_recv_input() wrt. pointer misuse.
2005-02-04 Steinar H. GundersonCache revision 31.
2005-02-04 Steinar H. GundersonParse MCS_TAG_DOMAIN_PARAMS if the length is right.
2005-02-04 Steinar H. GundersonVarious changes to try to work better with MS RDC ...
2005-02-04 Steinar H. GundersonMake the bitmap updates _slightly_ more interesting.
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. GundersonHandle RDP4-style logon packets.
2005-02-04 Steinar H. GundersonChange RDP version to v1, to get simpler login packets...
2005-02-04 Steinar H. GundersonPull in rdp.c from rdesktop, use rdp_recv().
2005-02-04 Steinar H. GundersonChange SDIN -> SDRQ, and we can keep a connection up!
2005-02-04 Steinar H. GundersonSupport CJrq/CJcf.
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. GundersonSend MCS_CONNECT_RESPONSE (but correct?)
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. GundersonFix CC sending.
2005-02-03 Steinar H. GundersonExit on error.
2005-02-03 Steinar H. GundersonAttempt to send an CC back (but fail?)
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. GundersonSet CC and CFLAGS.
2005-02-03 Steinar H. GundersonPull in even more rdesktop source.
2005-02-03 Steinar H. GundersonPull in lots of protocol stuff from rdesktop.
2005-02-03 Steinar H. GundersonAdd Makefile. (bah)
2005-02-03 Steinar H. GundersonActually include rdpsrv.cpp as well :-)
2005-02-03 Steinar H. GundersonOpen a server socket and accept clients. Absolutely...
2005-02-03 Steinar H. Gundersoninitial import