]> git.sesse.net Git - rdpsrv/log
rdpsrv
19 years agoRemove an irritating debug message.
Steinar H. Gunderson [Fri, 4 Feb 2005 17:28:43 +0000 (17:28 +0000)]
Remove an irritating debug message.

19 years agoHandle bell. Minor hacks.
Steinar H. Gunderson [Fri, 4 Feb 2005 16:53:16 +0000 (16:53 +0000)]
Handle bell. Minor hacks.

19 years agoTry to send VNC pointer events on RDP input PDUs.
Steinar H. Gunderson [Fri, 4 Feb 2005 16:50:17 +0000 (16:50 +0000)]
Try to send VNC pointer events on RDP input PDUs.

19 years agoWe have picture!
Steinar H. Gunderson [Fri, 4 Feb 2005 16:44:22 +0000 (16:44 +0000)]
We have picture!

19 years agoVarious hacks to try to make stuff work (still failing).
Steinar H. Gunderson [Fri, 4 Feb 2005 16:31:10 +0000 (16:31 +0000)]
Various hacks to try to make stuff work (still failing).

19 years agoParse and send on client updates.
Steinar H. Gunderson [Fri, 4 Feb 2005 16:26:29 +0000 (16:26 +0000)]
Parse and send on client updates.

19 years agoSend encodings _correctly_ this time...
Steinar H. Gunderson [Fri, 4 Feb 2005 16:14:44 +0000 (16:14 +0000)]
Send encodings _correctly_ this time...

19 years agoUnderstand server name _correctly_ this time (we hope :-P), initial "parsing" of...
Steinar H. Gunderson [Fri, 4 Feb 2005 16:12:30 +0000 (16:12 +0000)]
Understand server name _correctly_ this time (we hope :-P), initial "parsing" of VNC server messages.

19 years agoselect() both the RDP and VNC sockets.
Steinar H. Gunderson [Fri, 4 Feb 2005 16:09:37 +0000 (16:09 +0000)]
select() both the RDP and VNC sockets.

19 years agoEndianness fixes. Sets encoding. Requests entire area.
Steinar H. Gunderson [Fri, 4 Feb 2005 16:03:48 +0000 (16:03 +0000)]
Endianness fixes. Sets encoding. Requests entire area.

19 years agoBasic connection to VNC added (read width and height, mostly).
Steinar H. Gunderson [Fri, 4 Feb 2005 15:58:59 +0000 (15:58 +0000)]
Basic connection to VNC added (read width and height, mostly).

19 years agoGive up X server for now, connect to VNC on localhost instead.
Steinar H. Gunderson [Fri, 4 Feb 2005 15:49:23 +0000 (15:49 +0000)]
Give up X server for now, connect to VNC on localhost instead.

19 years agoRemove RFB dependencies from X server (crashes, though).
Steinar H. Gunderson [Fri, 4 Feb 2005 15:32:40 +0000 (15:32 +0000)]
Remove RFB dependencies from X server (crashes, though).

19 years agoImport X server from vnc-3.3.7.
Steinar H. Gunderson [Fri, 4 Feb 2005 14:48:36 +0000 (14:48 +0000)]
Import X server from vnc-3.3.7.

19 years agoParse some input PDUs, and change bitmap outputs to follow the mouse.
Steinar H. Gunderson [Fri, 4 Feb 2005 13:01:14 +0000 (13:01 +0000)]
Parse some input PDUs, and change bitmap outputs to follow the mouse.

19 years agoFix rdp_recv_input() wrt. pointer misuse.
Steinar H. Gunderson [Fri, 4 Feb 2005 12:51:35 +0000 (12:51 +0000)]
Fix rdp_recv_input() wrt. pointer misuse.

19 years agoCache revision 31.
Steinar H. Gunderson [Fri, 4 Feb 2005 12:47:03 +0000 (12:47 +0000)]
Cache revision 31.

19 years agoParse MCS_TAG_DOMAIN_PARAMS if the length is right.
Steinar H. Gunderson [Fri, 4 Feb 2005 02:29:41 +0000 (02:29 +0000)]
Parse MCS_TAG_DOMAIN_PARAMS if the length is right.

19 years agoVarious changes to try to work better with MS RDC (no big luck)
Steinar H. Gunderson [Fri, 4 Feb 2005 02:20:01 +0000 (02:20 +0000)]
Various changes to try to work better with MS RDC (no big luck)

19 years agoMake the bitmap updates _slightly_ more interesting.
Steinar H. Gunderson [Fri, 4 Feb 2005 01:55:37 +0000 (01:55 +0000)]
Make the bitmap updates _slightly_ more interesting.

19 years agoSend SDIN and not SDRQ, and we can send bitmap updates!
Steinar H. Gunderson [Fri, 4 Feb 2005 01:52:18 +0000 (01:52 +0000)]
Send SDIN and not SDRQ, and we can send bitmap updates!

19 years agoAdd function for sending bitmap updates (not working yet :-/)
Steinar H. Gunderson [Fri, 4 Feb 2005 01:44:38 +0000 (01:44 +0000)]
Add function for sending bitmap updates (not working yet :-/)

19 years agoBarely recognize some RDP data PDUs.
Steinar H. Gunderson [Fri, 4 Feb 2005 01:32:03 +0000 (01:32 +0000)]
Barely recognize some RDP data PDUs.

19 years agoHandle RDP4-style logon packets.
Steinar H. Gunderson [Fri, 4 Feb 2005 01:28:06 +0000 (01:28 +0000)]
Handle RDP4-style logon packets.

19 years agoChange RDP version to v1, to get simpler login packets. Notice login packets.
Steinar H. Gunderson [Fri, 4 Feb 2005 01:19:57 +0000 (01:19 +0000)]
Change RDP version to v1, to get simpler login packets. Notice login packets.

19 years agoPull in rdp.c from rdesktop, use rdp_recv().
Steinar H. Gunderson [Fri, 4 Feb 2005 01:07:04 +0000 (01:07 +0000)]
Pull in rdp.c from rdesktop, use rdp_recv().

19 years agoChange SDIN -> SDRQ, and we can keep a connection up!
Steinar H. Gunderson [Fri, 4 Feb 2005 00:52:30 +0000 (00:52 +0000)]
Change SDIN -> SDRQ, and we can keep a connection up!

19 years agoSupport CJrq/CJcf.
Steinar H. Gunderson [Fri, 4 Feb 2005 00:30:28 +0000 (00:30 +0000)]
Support CJrq/CJcf.

19 years agoHandle AUrq/AUcf, and fix a type error.
Steinar H. Gunderson [Fri, 4 Feb 2005 00:18:25 +0000 (00:18 +0000)]
Handle AUrq/AUcf, and fix a type error.

19 years agoHandle EDrq from client.
Steinar H. Gunderson [Fri, 4 Feb 2005 00:12:56 +0000 (00:12 +0000)]
Handle EDrq from client.

19 years agoCheck return value of mcs_recv_connect_initial().
Steinar H. Gunderson [Thu, 3 Feb 2005 23:59:06 +0000 (23:59 +0000)]
Check return value of mcs_recv_connect_initial().

19 years agoSend MCS_CONNECT_RESPONSE (but correct?)
Steinar H. Gunderson [Thu, 3 Feb 2005 23:57:22 +0000 (23:57 +0000)]
Send MCS_CONNECT_RESPONSE (but correct?)

19 years agoFirst implementation of MCS_CONNECT_RESPONSE (send error for now)
Steinar H. Gunderson [Thu, 3 Feb 2005 23:42:56 +0000 (23:42 +0000)]
First implementation of MCS_CONNECT_RESPONSE (send error for now)

19 years agoHandle MCS_CONNECT_INITIAL.
Steinar H. Gunderson [Thu, 3 Feb 2005 23:29:40 +0000 (23:29 +0000)]
Handle MCS_CONNECT_INITIAL.

19 years agoFurther fix CC sending (?)
Steinar H. Gunderson [Thu, 3 Feb 2005 23:16:12 +0000 (23:16 +0000)]
Further fix CC sending (?)

19 years agoFix CC sending.
Steinar H. Gunderson [Thu, 3 Feb 2005 23:12:56 +0000 (23:12 +0000)]
Fix CC sending.

19 years agoExit on error.
Steinar H. Gunderson [Thu, 3 Feb 2005 23:11:04 +0000 (23:11 +0000)]
Exit on error.

19 years agoAttempt to send an CC back (but fail?)
Steinar H. Gunderson [Thu, 3 Feb 2005 23:10:33 +0000 (23:10 +0000)]
Attempt to send an CC back (but fail?)

19 years agoAccept ISO CR.
Steinar H. Gunderson [Thu, 3 Feb 2005 23:05:24 +0000 (23:05 +0000)]
Accept ISO CR.

19 years agoRemove buffer we don't need.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:56:59 +0000 (22:56 +0000)]
Remove buffer we don't need.

19 years agoMoved socket functions around a bit.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:52:47 +0000 (22:52 +0000)]
Moved socket functions around a bit.

19 years agoEven more imports. Link to OpenSSL.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:46:49 +0000 (22:46 +0000)]
Even more imports. Link to OpenSSL.

19 years agoSet CC and CFLAGS.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:36:21 +0000 (22:36 +0000)]
Set CC and CFLAGS.

19 years agoPull in even more rdesktop source.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:36:06 +0000 (22:36 +0000)]
Pull in even more rdesktop source.

19 years agoPull in lots of protocol stuff from rdesktop.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:35:45 +0000 (22:35 +0000)]
Pull in lots of protocol stuff from rdesktop.

19 years agoAdd Makefile. (bah)
Steinar H. Gunderson [Thu, 3 Feb 2005 22:24:22 +0000 (22:24 +0000)]
Add Makefile. (bah)

19 years agoActually include rdpsrv.cpp as well :-)
Steinar H. Gunderson [Thu, 3 Feb 2005 22:24:12 +0000 (22:24 +0000)]
Actually include rdpsrv.cpp as well :-)

19 years agoOpen a server socket and accept clients. Absolutely no RDP parts implemented.
Steinar H. Gunderson [Thu, 3 Feb 2005 22:23:57 +0000 (22:23 +0000)]
Open a server socket and accept clients. Absolutely no RDP parts implemented.

19 years agoinitial import
Steinar H. Gunderson [Thu, 3 Feb 2005 22:14:24 +0000 (22:14 +0000)]
initial import

(automatically generated log message)