Commit Graph

49 Commits

Author SHA1 Message Date
Marc-André Moreau
bca678dd61 libfreerdp-core: test and fix server redirection (IP-based, not token-based yet) 2011-09-03 17:59:52 -04:00
Marc-André Moreau
e4c7662148 libfreerdp-core: initial server redirection support 2011-09-03 17:02:26 -04:00
Marc-André Moreau
ac128313a9 libfreerdp-core: further improvements to server redirection code 2011-09-03 16:36:27 -04:00
Marc-André Moreau
54c5e06e47 libfreerdp-core: started implementation of server redirection 2011-09-02 21:34:51 -04:00
Marc-André Moreau
6fdecdb01b debug: cleanup printf's all over the place 2011-09-02 13:29:17 -04:00
Marc-André Moreau
c03b98f3fa libfreerdp-core: fix licensing debug output 2011-08-24 16:54:32 -04:00
Vic Lee
3178d27848 Rename more functions. 2011-08-23 13:26:24 +08:00
Vic Lee
9880650557 Rename functions. 2011-08-23 12:58:10 +08:00
Vic Lee
c08fef7d33 libfreerdp-core: change client connection sequence using nonblocking. 2011-08-22 17:11:50 +08: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
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
3f10f0dbe0 server: read Client Info PDU. 2011-08-20 18:22:14 +08:00
Vic Lee
d229efdf14 server: add MCS Channel Join Request/Confirm. 2011-08-20 14:05:03 +08: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
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
Marc-André Moreau
c1252ae62f libfreerdp-core: fix handling of alternative port number 2011-08-18 12:17:13 -04:00
Vic Lee
07b159a0c2 libfreerdp-core: add more error handling. 2011-08-13 16:37:03 +08:00
Marc-André Moreau
21afbf21f7 Merge pull request #29 from bradh/master
cmake fixes
2011-08-01 11:08:17 -07:00
Vic Lee
a4ec778f02 libfreerdp-core: add non-blocking read. 2011-08-01 14:45:28 +08:00
Brad Hards
3f37889482 libfreerdp-core: fix security selection
Also cleans up some debug stuff.
2011-07-31 13:51:26 +10:00
Marc-André Moreau
24ba845f04 dfreerdp: started integrating DirectFB client 2011-07-28 13:46:36 -04:00
Brad Hards
2601d110aa Various minor warning fixes and unittest fixes. 2011-07-27 09:14:11 +10:00
Marc-André Moreau
0d936404a9 libfreerdp-core: moved activation sequence to activation.c 2011-07-25 13:52:48 -04:00
Marc-André Moreau
961f4ee0d6 libfreerdp-core: improved capability negotiation 2011-07-25 12:25:28 -04:00
Marc-André Moreau
358e034187 libfreerdp-core: can now receive bitmap updates 2011-07-24 18:24:58 -04:00
Marc-André Moreau
8ceb8e1ea8 libfreerdp-core: fix encoding of MCS and RDP headers, completed activation sequence 2011-07-23 18:05:34 -04:00
Marc-André Moreau
db98c00f18 libfreerdp-core: added debug output for activation sequence 2011-07-23 16:40:33 -04:00
Marc-André Moreau
33f447cff5 libfreerdp-core: fix control packets up to font list pdu 2011-07-22 16:19:08 -04:00
Marc-André Moreau
815c99916a libfreerdp-core: fix encoding of share control header 2011-07-21 21:44:11 -04:00
Marc-André Moreau
c42cccd9e3 libfreerdp-core: share data header fix 2011-07-21 16:20:41 -04:00
Marc-André Moreau
38f24dd4c6 libfreerdp-core: sending connection control PDUs 2011-07-21 15:10:53 -04:00
Marc-André Moreau
ac31328a64 libfreerdp-core: started processing of server demand active pdu 2011-07-19 16:30:05 -04:00
Marc-André Moreau
e058f3dda8 started BER encoding of CredSSP 2011-07-18 02:34:28 -04:00
Marc-André Moreau
1a2dc6f3d9 libfreerdp-core: refactoring of licensing code, refactoring of connection sequence 2011-07-17 23:16:31 -04:00
Marc-André Moreau
f6de37d814 libfreerdp-core: get server response for new license request 2011-07-12 01:57:09 -04:00
Marc-André Moreau
4da5b77cbe libfreerdp-core: encoding and sending of licensing packets 2011-07-12 01:16:59 -04:00
Marc-André Moreau
297334bae2 libfreerdp-core: refactoring of RDP module 2011-07-11 18:46:36 -04:00
Marc-André Moreau
3c61f4c085 libfreerdp-core: updated API documentation for MCS, Connection, PER and RDP modules 2011-07-11 15:58:39 -04:00
Marc-André Moreau
6c337328ce libfreerdp-core: fix MCS connection sequence 2011-07-11 14:47:55 -04:00
Marc-André Moreau
695632a8a4 libfreerdp-core: fix flags in client info packet 2011-07-10 16:42:37 -04:00
Marc-André Moreau
a7ecabdb20 libfreerdp-core: refactoring of transport module 2011-07-10 15:34:43 -04:00
Marc-André Moreau
a0ff7ce581 libfreerdp-core: sending of client info packet 2011-07-10 12:10:24 -04:00
Marc-André Moreau
841800a451 libfreerdp-core: added connection module 2011-07-10 01:48:10 -04:00