Commit Graph

1338 Commits

Author SHA1 Message Date
Martin Fleisz
cc210f5591 core: Added ui callback to verify certificates 2011-10-18 08:02:05 -07:00
Vic Lee
296d5ea753 server: use rdpContext for server-side components. 2011-10-18 15:10:12 +08:00
Marc-André Moreau
c11dc9a36e Merge pull request #154 from atong-tcs/master
disable vchan compression
2011-10-17 19:30:38 -07:00
Anthony Tong
cd9328db4f dont advertise compression support in the vchan capabilities,
as it's not supported yet
2011-10-17 20:41:02 -05:00
Marc-André Moreau
f610a7419a Merge pull request #151 from atong-tcs/master
minor build fixes
2011-10-17 07:13:06 -07:00
Marc-André Moreau
d456606ce5 Merge pull request #152 from nfedera/xwinpropfix
xfreerdp: fix xf_GetWindowProperty
2011-10-17 07:12:40 -07:00
Anthony Tong
00133a2090 build fixes 2011-10-17 09:39:21 -04:00
Norbert Federa
c83038b4b3 xfreerdp: fix xf_GetWindowProperty
xf_GetWindowProperty should return False if the specified property does not exist.
It is not sufficient to simply check for the return value of XGetWindowProperty.
XGetWindowProperty also returns Success if the specified property does not exist.
However, it will return "None" to the actual_type_return parameter in that case.
This change fixes several crashes with some (exotic) window managers.
2011-10-17 15:39:06 +02:00
Marc-André Moreau
0d6c6b3bd0 wfreerdp: fix after freerdp API change 2011-10-17 00:01:50 -04:00
Marc-André Moreau
1f6d0a510e Merge branch 'master' of github.com:FreeRDP/FreeRDP 2011-10-16 23:46:12 -04:00
Marc-André Moreau
39593a7f5e wfreerdp: fix after libfreerdp-core refactoring 2011-10-16 23:45:58 -04:00
Marc-André Moreau
0070a5ab93 xfreerdp: move arguments processing on pre_connect 2011-10-16 21:39:11 -04:00
Marc-André Moreau
5d9e8b2e28 libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
Marc-André Moreau
8df77dba71 libfreerdp-core: move rdpChannels context to rdpContext 2011-10-16 20:10:09 -04:00
Marc-André Moreau
b1f459d90b wfreerdp: update client for rdpContext usage 2011-10-16 16:47:50 -04:00
Marc-André Moreau
0549380c28 libfreerdp-channels: rename from libfreerdp-chanman 2011-10-16 14:57:15 -04:00
Marc-André Moreau
23c1f3f75f libfreerdp-core: merge with master 2011-10-16 14:27:29 -04:00
Marc-André Moreau
fb5a7d73e4 Merge branch 'master' of github.com:FreeRDP/FreeRDP 2011-10-16 00:50:48 -04:00
Marc-André Moreau
c639ec8593 libfreerdp-core: refactoring of context pointers into rdpContext 2011-10-16 00:50:10 -04:00
Marc-André Moreau
575ed162c3 docs: started visio document for FreeRDP 2011-10-15 21:09:19 -04:00
Marc-André Moreau
cdc1ea3c1f Merge pull request #150 from atong-tcs/devel
bring back freerdp.pc
2011-10-15 16:55:05 -07:00
Anthony Tong
c70fe10f26 add freerdp-codec 2011-10-15 18:47:20 -05:00
Anthony Tong
416e506c61 bring back freerdp.pc 2011-10-15 18:25:34 -05:00
Marc-André Moreau
1e1920e35e Merge pull request #147 from atong-tcs/master
initial scard migration
2011-10-15 10:06:34 -07:00
Marc-André Moreau
b33c190b10 Merge pull request #149 from atong-tcs/leak
fix xf_gdi_bitmap_update() memory leak
2011-10-15 10:05:34 -07:00
Anthony Tong
0f69c586da fix xf_gdi_bitmap_update() memory leak 2011-10-15 11:32:12 -05:00
Anthony Tong
1277bc7f8a initial scard support 2011-10-15 10:30:10 -05:00
Marc-André Moreau
aa76b60a20 Merge pull request #145 from OSSystems/serial
Migration of serial port redirection code
2011-10-14 17:45:35 -07:00
Marc-André Moreau
84b7d30124 Merge pull request #146 from ngraziano/offscreen-fix
Prevent BadDrawable after creation of offscreen when the current offscree
2011-10-14 17:44:28 -07:00
Nicolas Graziano
5c27178055 Prevent BadDrawable after creation of offscreen when the current offscreen is recreate. 2011-10-15 00:59:23 +02:00
Eduardo Beloni
5a57532ee0 rdpdr: migrating serial code 2011-10-14 17:41:28 -03:00
Eduardo Beloni
34f3cb90f8 rdpdr_types: [fix] add include svc_plugin 2011-10-14 11:44:13 -03:00
Eduardo Beloni
a512574314 list: add list_next() operation 2011-10-14 11:44:13 -03:00
Eduardo Beloni
1a302821ec list: add list_size() operation 2011-10-14 11:44:13 -03:00
Marc-André Moreau
9c20a9d350 dfreerdp: fix compilation 2011-10-13 20:50:51 -04:00
Marc-André Moreau
3455568853 Merge branch 'master' of github.com:FreeRDP/FreeRDP 2011-10-13 20:11:09 -04:00
Marc-André Moreau
0aba540ad2 wfreerdp: fix windows build after cache refactoring 2011-10-13 20:10:59 -04:00
Marc-André Moreau
3ea8b69dcb Merge pull request #144 from ngraziano/ad2b9b23
Offscreen fix
2011-10-13 17:04:03 -07:00
Nicolas Graziano
ad2b9b23af Get the right dimension when creating offscreen.
Offscreen is still selected by cacheId.
2011-10-14 01:32:18 +02:00
Marc-André Moreau
be6d043dd6 Merge branch 'master' of github.com:FreeRDP/FreeRDP 2011-10-13 15:51:20 -04:00
Marc-André Moreau
8999bd8599 libfreerdp-cache: refactoring of bitmap and offscreen bitmap cache, fix major memory leaks 2011-10-13 15:51:07 -04:00
Marc-André Moreau
a40a971ea3 libfreerdp-core: fix polyline order parsing 2011-10-12 18:10:54 -04:00
Marc-André Moreau
fadce7ca56 xfreerdp: fix region invalidation in polyline 2011-10-12 16:00:10 -04:00
Marc-André Moreau
2121a4a5cc libfreerdp-gdi: merge fix from ngraziano for offscreen cache handling 2011-10-11 21:15:32 -04:00
Nicolas Graziano
2f06da5dae In memblt when index is 255 get from offscreen.
See http://msdn.microsoft.com/en-us/library/cc241608(v=prot.10).aspx
2011-10-12 02:21:35 +02:00
Nicolas Graziano
d08e82c171 Correct creation of offscreen bitmap.
data is null in xf_bitmap_new when called from xf_gdi_create_offscreen_bitmap.
2011-10-12 02:19:14 +02:00
Marc-André Moreau
9a72e4ffea libfreerdp-cache: refactoring of pointer cache 2011-10-11 18:51:45 -04:00
Nicolas Graziano
d3652a7251 Indicate its FIRST and LAST PDU for pesistent_key_list.
If first is not indicate, Windows XP reply with ERRINFO_PERSISTENT_KEY_PDU_TOO_MANY_CACHE_KEYS.
2011-10-11 23:53:50 +02:00
Marc-André Moreau
5cf5e2171a channels/rdpdr/parallel: migrating parallel code 2011-10-11 11:43:54 -04:00
Marc-André Moreau
9ee04a3671 channels: remove serial skeleton code to avoid conflict with eduardo 2011-10-11 10:25:35 -04:00