Commit Graph

541 Commits

Author SHA1 Message Date
Marc-André Moreau
f46d3d51c6 xfreerdp: improved window icon support 2011-08-21 22:30:49 -04:00
Marc-André Moreau
00733ab128 xfreerdp: started handling RemoteApp icons 2011-08-21 17:32:18 -04:00
Marc-André Moreau
961b5f5e49 libfreerdp-cache: add support for custom extra glyph data 2011-08-21 14:54:08 -04:00
Marc-André Moreau
f53e7baa15 libfreerdp-cache: started glyph cache 2011-08-21 14:16:53 -04:00
Marc-André Moreau
9f97dbcad9 libfreerdp-core: fix glyph cache capability set 2011-08-21 12:56:18 -04:00
Vic Lee
4de05b3080 Remove a incorrect checking. 2011-08-22 00:15:52 +08:00
Marc-André Moreau
648a0bbac5 Merge pull request #54 from llyzs/server
Server implementation in progress (finish connection sequence, client activated)
2011-08-21 08:33:31 -07:00
Vic Lee
7759f35f52 server: process font list and font map PDU. 2011-08-21 23:20:37 +08:00
Vic Lee
5b4759b75d server: process client control PDUs. 2011-08-21 22:52:37 +08:00
Marc-André Moreau
897a4bb7b1 Merge pull request #52 from llyzs/server
Server implementation in progress (until capability exchange)
2011-08-21 07:45:41 -07:00
Marc-André Moreau
c79ade4f25 Merge pull request #53 from roman-b/rail
RAIL improvements
2011-08-21 07:44:54 -07:00
Vic Lee
9a7f56a2a1 server: send synchronize and control cooperate pdu. 2011-08-21 21:48:42 +08:00
Vic Lee
82bed4a0e8 server: receive client capabilities. 2011-08-21 15:52:44 +08:00
Vic Lee
281ceead2f server: complete server capabilities. 2011-08-21 10:57:38 +08:00
Vic Lee
eca166a22d server: fix incorrect flag in license module. 2011-08-21 10:57:01 +08:00
Vic Lee
7216323e07 server: move server_mode to rdpSettings. 2011-08-21 09:58:05 +08:00
roman-b
7b6dad86ca Merge remote-tracking branch 'upstream/master' into rail 2011-08-21 04:44:18 +03:00
roman-b
fef1363fb0 cunit: added cuinit tests for RAIL plugin events. 2011-08-21 04:15:30 +03:00
roman-b
822c269b06 xfreerdp: small fix. void* pointer does not require type cast. 2011-08-21 04:13:33 +03:00
roman-b
327ad2607c channel/rail: add UI event handling. 2011-08-21 04:12:17 +03:00
roman-b
2378b989ff channel/rail: fix Server Get Application ID Response PDU receiving.
It is a possible error in MS-RDPERP 2.2.2.8.1.
2011-08-21 04:09:13 +03:00
Vic Lee
6b5e5505ac server: send Demand Active PDU. 2011-08-20 23:09:46 +08:00
Vic Lee
15365b86af server: send valid client license error pdu. 2011-08-20 21:41:40 +08:00
Vic Lee
11f10b2bb8 libfreerdp-core/transport: fix a bug in nonblocking mode that would break connection sequence. 2011-08-20 20:30:18 +08:00
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
Marc-André Moreau
ec77c8ecbf xfreerdp: added support for multiple monitors 2011-08-19 23:15:49 -04:00
Marc-André Moreau
4a126a55b0 xfreerdp: handle RAIL window title updates 2011-08-19 22:21:09 -04:00
Vic Lee
a312d47599 Use named struct rdpChan. 2011-08-20 10:02:24 +08:00
roman-b
e7367f9aac channel/rail: add initial handling all RAIL PDU from server.
Note:
Sometimes we have multi-thread side effect with data trasfer throught shared 
memory between different threads.
2011-08-20 01:46:10 +03:00
Marc-André Moreau
dd4923a770 libfreerdp-gdi: optimize multi-byte pixel blitting 2011-08-19 16:01:47 -04:00
Marc-André Moreau
b651a49b03 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-19 14:14:25 -04:00
Marc-André Moreau
c3994c56c7 libfreerdp-gdi: implement missing PatBlt SPxn used in Word 2010 2011-08-19 14:14:13 -04: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
Marc-André Moreau
181154f01f xfreerdp: optimize the updating of invalid regions on RAIL windows 2011-08-19 12:43:44 -04:00
Vic Lee
0607a08b61 server: send MCS Connect Response PDU. 2011-08-19 23:56:47 +08:00
Marc-André Moreau
9e42276d1b Merge pull request #50 from roman-b/rail
Rail
2011-08-19 08:36:57 -07:00
Marc-André Moreau
766c25a7ec Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-19 11:12:40 -04:00
Marc-André Moreau
af71a70233 xfreerdp: fix RAIL window resizing 2011-08-19 11:12:30 -04:00
roman-b
e85caeb17d channel/rail: add handling Server Execute Result PDU 2011-08-19 17:10:08 +03:00
roman-b
154598288b channel/rail: fixed client system parameters sending. 2011-08-19 16:42:58 +03:00
roman-b
ab0e95a2ad channel/rail: simplify data and event sending interface. 2011-08-19 15:42:14 +03: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
Otavio Salvador
e1253cfd66 Merge pull request #49 from nils-a/master
force or ignore optional dependencies in cmake
2011-08-18 11:56:10 -07:00