Commit Graph

49 Commits

Author SHA1 Message Date
Marc-André Moreau
0401f7c17e libfreerdp-codec: merge with libfreerdp-nsc 2011-10-02 20:52:17 -04:00
Marc-André Moreau
86d7c1946f libfreerdp-common: initial commit 2011-09-13 15:39:40 -04:00
Marc-André Moreau
1df96f3bb1 Merge pull request #77 from LK2000/master
Folks, here is the first cut of the MPCC code which has been unit tested but not yet integrated into FreeRdp
2011-09-02 07:18:15 -07:00
Laxmikant Rashinkar
e3ff817533 First checkin for Microsoft Point to Point compression (MPCC) protocol. This is still under development. So far we have written the decompression code for RDP 5 and unit tests to test the code 2011-09-01 21:20:08 -07:00
Rex Tsai
ecbe24ca9a cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
Mike Gilbert
b627dbb35c Allow linux distros to override LIBDIR; fix xfreerdp install 2011-08-25 00:00:24 -04:00
Vic Lee
a5e251a5b2 libfreerdp-core/surface: separate surface from fastpath. 2011-08-23 21:01:19 +08:00
Vic Lee
5fc87c25cf server: create initial server API. 2011-08-18 16:06:32 +08:00
Marc-André Moreau
6215417b29 windows: export all exported api functions 2011-08-16 23:54:42 -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
fbc033cd75 libfreerdp-core: parsing of alternate secondary window orders 2011-08-09 02:32:50 -04:00
Marc-André Moreau
9c64b994da libfreerdp-core: added complete errinfo lookup table with full meaning strings 2011-08-07 23:59:28 -04:00
Vic Lee
621c349df4 libfreerdp-core: add initial vchan module. 2011-08-03 02:03:02 +08:00
Marc-André Moreau
2d5e6fa255 Merge pull request #31 from llyzs/rdp
Add Fast Path header processing and some minor fixes.
2011-08-01 11:08:50 -07:00
Vic Lee
b380423cfb libfreerdp-core: add Fast Path header parsing. 2011-08-02 00:19:39 +08:00
Brad Hards
05e6a68927 buildsystem: check if we have zlib, openssl and pthread before using 2011-07-31 11:22:09 +10:00
Marc-André Moreau
72fc75b5a6 libfreerdp-core: exporting new interface 2011-07-28 00:38:25 -04:00
Marc-André Moreau
fa41f16a81 libfreerdp-core: started input PDUs 2011-07-27 20:14:12 -04:00
Marc-André Moreau
653d0441aa libfreerdp-core: start using jay's bitmap decompressor 2011-07-25 14:50:26 -04:00
Marc-André Moreau
0d936404a9 libfreerdp-core: moved activation sequence to activation.c 2011-07-25 13:52:48 -04:00
Marc-André Moreau
f9a2ea6819 libfreerdp-core: parse update PDUs, started orders and bitmap update parsing 2011-07-25 01:45:25 -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
f409e60062 libfreerdp-asn1: replacement by libfreerdp-core's BER encoder/decoder 2011-07-18 18:43:23 -04:00
Marc-André Moreau
bae2ebb7d1 libfreerdp-core: introduced configuration registry 2011-07-14 01:23:44 -04:00
Marc-André Moreau
518498546e libfreerdp-core: started certificate parsing 2011-07-12 18:18:24 -04:00
Marc-André Moreau
d797e7ce92 libfreerdp-core: started licensing module 2011-07-11 20:46:03 -04:00
Marc-André Moreau
297334bae2 libfreerdp-core: refactoring of RDP module 2011-07-11 18:46:36 -04:00
Marc-André Moreau
a7ecabdb20 libfreerdp-core: refactoring of transport module 2011-07-10 15:34:43 -04:00
Marc-André Moreau
841800a451 libfreerdp-core: added connection module 2011-07-10 01:48:10 -04:00
Marc-André Moreau
cf04182604 libfreerdp-core: fix CMakeLists.txt for bitmap decompression 2011-07-09 17:32:00 -04:00
Jay Sorg
1cf005ae45 added 15+ bpp decompression, rename, reorganize bitmap file 2011-07-09 12:48:18 -07:00
Marc-André Moreau
2199475153 libfreerdp-core: fix negotiation module 2011-07-07 13:37:48 -04:00
Marc-André Moreau
d8ce866c92 libfreerdp-core: fix compilation of crypto, credssp, and ntlmssp 2011-07-07 11:27:24 -04:00
Marc-André Moreau
0582b26592 libfreerdp-core: adapting NTLMSSP and CredSSP modules to FreeRDP 1.0 2011-07-05 23:18:00 -04:00
Marc-André Moreau
a35f1e81cb cmake: fix Mac OS X compilation 2011-07-05 20:44:26 -04:00
Marc-André Moreau
2a13a7bc16 libfreerdp-core: PER and BER encoding, along with unit tests 2011-07-04 17:05:58 -04:00
Vic Lee
374357614f cmake: remove unused definition. 2011-07-04 15:48:21 +08:00
Vic Lee
d5ad1af3f5 cmake: remove unused include dirs and move it to root CMakeLists.txt 2011-07-04 15:41:53 +08:00
Marc-André Moreau
1629b27149 libfreerdp-core: started ASN.1 BER encoder 2011-07-03 22:47:35 -04:00
Marc-André Moreau
5c21c8491d libfreerdp-core: TLS support 2011-07-03 17:29:09 -04:00
Marc-André Moreau
347863ffa5 libfreerdp-core: moving TCP out of transport module 2011-07-03 15:34:15 -04:00
Marc-André Moreau
ccaa0d33ed libfreerdp-core: protocol security negotiation partially working 2011-07-03 12:42:35 -04:00
Vic Lee
c65ac150ce libfreerdp-core: rename 'network' module to 'transport' 2011-07-03 10:59:07 +08:00
Vic Lee
3bd924aa56 libfreerdp-core: add network module prototype. 2011-07-03 09:50:11 +08:00
Marc-André Moreau
37f3cff525 libfreerdp-core: started TPDU encoding/decoding 2011-07-02 17:10:10 -04:00
Marc-André Moreau
071516187e libfreerdp-core: TPKT encoding/decoding 2011-07-02 14:40:03 -04:00
Marc-André Moreau
fd2d804578 cmake: updated copyright notices 2011-07-02 13:58:55 -04:00
Marc-André Moreau
cfbb6c286c libfreerdp-core: added cmake script 2011-06-30 22:20:39 -04:00