2005-02-06 |
Steinar H. Gunderson | Reduce small block size to 32x32, and parametrize ...
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Try to send the odd 0x03 RDP5 data before bitmap updates.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Try to send back the magical 0x28 PDU (not very well...
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Send the same value back in synchronise.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Handle some control PDUs.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Remove lots of licensing stuff we didn't need after...
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Debug message cleanup.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Link to -lcrypto instead of -lssl.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Fixed (?) and enabled RDP5 encryption.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Separated the RDP5 sending into its own protocol layer.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Removed some debugging stuff, correct RDP5 bitmap sending.
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Decode mouse events, try to send RDP4 bitmap updates...
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Fix encryption, client connects!!
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Lots of changes: Fix Valgrind hits, send RESULT on...
|
commit | commitdiff | tree |
2005-02-06 |
Steinar H. Gunderson | Process presented licenses, and generate RC4 keys.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Demand a license instead of activity, Microsoft seems...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Try to demand activity from the client on logon.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Go to 40-bit encryption, and ignore junk at end of...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Swap encrypt/decrypt (makes encryption with rdesktop...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Generate the encryption and decryption keys!
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Decrypt the client random (although not without Valgrind...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Add and load our private key.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Receive the (encrypted) client random.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fix some CA lengths etc., and it accepts our cert!
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Switch from RDP4-style to X.509.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Include an (invalid) SEC_TAG_KEYSIG, and fix reading...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fix some more lenghts.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fill in some blanks on our crypto header. Change to...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Begin sending RDP4-style encryption stuff.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fix another length.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fix length for CJCF MCS packets.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Fix lengths (mstsc gets further now!)
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Various protocol changes to comply better with spec.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Use unsigned chars in protodiff.
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Moved port of rdpsrv to 3340 (for debugging with protodiff).
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Added "protodiff", a small tool for trying to diff...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Removed Xserver/ directory, it does nothing useful...
|
commit | commitdiff | tree |
2005-02-05 |
Steinar H. Gunderson | Support RDP5 logon packets.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Handle bell. Minor hacks.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Try to send VNC pointer events on RDP input PDUs.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | We have picture!
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Various hacks to try to make stuff work (still failing).
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Parse and send on client updates.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Send encodings _correctly_ this time...
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Understand server name _correctly_ this time (we hope...
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | select() both the RDP and VNC sockets.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Endianness fixes. Sets encoding. Requests entire area.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Basic connection to VNC added (read width and height...
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Give up X server for now, connect to VNC on localhost...
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Remove RFB dependencies from X server (crashes, though).
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Import X server from vnc-3.3.7.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Parse some input PDUs, and change bitmap outputs to...
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Fix rdp_recv_input() wrt. pointer misuse.
|
commit | commitdiff | tree |
2005-02-04 |
Steinar H. Gunderson | Cache revision 31.
|
commit | commitdiff | tree |
|