547 Commits

Author SHA1 Message Date
Vic Lee
a921ab1824 server: fix bug reading cookie in nego. 2011-08-20 18:29:57 +08:00
Vic Lee
3f10f0dbe0 server: read Client Info PDU. 2011-08-20 18:22:14 +08:00
Vic Lee
469d9a698a server: trivial refactor rdp module to work in both direction. 2011-08-20 16:43:29 +08:00
Vic Lee
d229efdf14 server: add MCS Channel Join Request/Confirm. 2011-08-20 14:05:03 +08:00
Vic Lee
a312d47599 Use named struct rdpChan. 2011-08-20 10:02:24 +08:00
Marc-André Moreau
e4c7f28acf Merge pull request #51 from llyzs/server
Initial server implementation (still in progress)
2011-08-19 11:04:01 -07:00
Vic Lee
3ad64c5ea6 server: MCS Erect Domain and Attach User phase. 2011-08-20 02:03:48 +08:00
Vic Lee
0607a08b61 server: send MCS Connect Response PDU. 2011-08-19 23:56:47 +08:00
Marc-André Moreau
af71a70233 xfreerdp: fix RAIL window resizing 2011-08-19 11:12:30 -04:00
Vic Lee
ccc86b8773 server: complete reading MCS Connect Initial PDU. 2011-08-19 18:11:33 +08:00
Vic Lee
b7f62964a4 server: start reading MCS Connect Initial PDU and Client Core Data. 2011-08-19 17:39:37 +08:00
Vic Lee
10f8aab40b server: accept TLS connection from the client. 2011-08-19 13:35:29 +08:00
Vic Lee
601254727f server: move nego process to connection module. 2011-08-19 09:54:43 +08:00
Vic Lee
720860b581 Merge branch 'master' into server 2011-08-19 01:16:52 +08:00
Marc-André Moreau
19217d51ba libfreerdp-core: added --no-auth option to skip authentication entirely 2011-08-18 13:07:52 -04:00
Marc-André Moreau
c1252ae62f libfreerdp-core: fix handling of alternative port number 2011-08-18 12:17:13 -04:00
Vic Lee
8cced27d17 libfreerdp/peer: initial protocol negotiation. 2011-08-18 23:15:28 +08:00
Vic Lee
9d414132e4 libfreerdp-core/tcp: check for peer disconnection. 2011-08-18 23:14:46 +08:00
Vic Lee
5fc87c25cf server: create initial server API. 2011-08-18 16:06:32 +08:00
Marc-André Moreau
f465579551 xfreerdp: added RAIL window titles 2011-08-17 22:31:27 -04:00
Marc-André Moreau
98f7bb01b5 xfreerdp: added support for workarea and disabling window decorations 2011-08-17 14:13:44 -04:00
Marc-André Moreau
e990d227ce xfreerdp: started painting multiple RAIL windows 2011-08-17 02:14:02 -04:00
Marc-André Moreau
6215417b29 windows: export all exported api functions 2011-08-16 23:54:42 -04:00
Marc-André Moreau
c1eddf31c3 windows: fix warnings 2011-08-16 21:08:14 -04:00
Marc-André Moreau
d128254159 windows: fix most compilation errors, linker errors and warnings left 2011-08-16 20:49:46 -04:00
Marc-André Moreau
ed31248952 libfreerdp-utils: moved registry out of the core to the utils 2011-08-16 19:40:55 -04:00
Marc-André Moreau
0eb91a2ce9 libfreerdp-core: fixed multiple windows porting issues 2011-08-16 17:40:29 -04:00
Marc-André Moreau
23794b38c3 libfreerdp-utils: started sleep utils 2011-08-16 16:04:28 -04:00
Marc-André Moreau
8292fc08f4 libfreerdp-rfx: fix windows build 2011-08-16 15:35:29 -04:00
Marc-André Moreau
6587edb7a0 windows: merging with latest updates 2011-08-16 15:02:44 -04:00
Marc-André Moreau
4f6f990806 libfreerdp-utils: added snprintf wrapper for windows portability 2011-08-16 15:00:25 -04:00
Marc-André Moreau
114a0bf60b windows: update build scripts, fix most of utils 2011-08-16 14:41:12 -04:00
Vic Lee
51d151ef0c libfreerdp-core/fastpath: add FastPath orders, bitmap, palette update. 2011-08-16 15:31:51 +08:00
Vic Lee
b6a10ea451 libfreerdp-core/fastpath: add FastPath Input, enabled by default. 2011-08-16 14:37:11 +08:00
Marc-André Moreau
2b4cd32390 libfreerdp-rail: processing window altsec orders 2011-08-16 00:22:00 -04:00
Marc-André Moreau
3316fde2e8 libfreerdp-rail: initial commit 2011-08-15 23:37:43 -04:00
Marc-André Moreau
1353637886 windows: fix compilation on all platforms after refactoring 2011-08-15 17:19:59 -04:00
Marc-André Moreau
0efc0c5a44 windows: start fixing windows compilation 2011-08-15 17:05:48 -04:00
Marc-André Moreau
28e87ceb1c libfreerdp-core: fix parsing of window icon order 2011-08-14 19:20:53 -04:00
Marc-André Moreau
6f8af2515b libfreerdp-core: fix window altsec orders negotiation 2011-08-14 17:05:34 -04:00
Marc-André Moreau
dfafea3776 libfreerdp-core: fixed parsing of last rectangle in MultiOpaqueRect order 2011-08-14 14:32:39 -04:00
Vic Lee
046ff58d44 Fix compile warnings. 2011-08-13 16:52:05 +08:00
Vic Lee
07b159a0c2 libfreerdp-core: add more error handling. 2011-08-13 16:37:03 +08:00
Vic Lee
aa35cb4ae3 libfreerdp-core/fastpath: add --fastpath argument and trivial naming cleanup. 2011-08-13 13:35:58 +08:00
Vic Lee
b64bcecb75 libfreerdp-core/nego: add connection error handling. 2011-08-13 12:40:14 +08:00
Vic Lee
47e0eb5464 libfreerdp-core/transport: check buffer even no bytes received in nonblocking. 2011-08-12 23:09:58 +08:00
Vic Lee
c8defc88e1 libfreerdp-core: remove unused variables. 2011-08-11 15:08:24 +08:00
Vic Lee
00b2b135a8 Merge branch 'master' into remotefx
Conflicts:
	libfreerdp-utils/CMakeLists.txt
2011-08-11 00:21:37 +08:00
Vic Lee
572f2f45c6 libfreerdp-core/fastpath: call BeginPaint/EndPaint. 2011-08-10 23:55:47 +08:00
Marc-André Moreau
21aa8ad9a8 libfreerdp-utils: added RAIL utils 2011-08-10 02:24:06 -04:00