Pawel Jakub Dawidek
6f418cb20b
PROTOCOL_RDP is 0, so don't perform bitwise operations on it.
2012-01-17 17:52:12 +01:00
Marc-André Moreau
3725a032ef
Merge pull request #349 from pjd/mcs_fixes
...
MCS fixes
2012-01-17 05:27:16 -08:00
Pawel Jakub Dawidek
1dd33b49d5
The ber_write_length() function can store variable number of bytes (one or
...
three). We can't tell until we write other data and know the length, so don't
assume how much space will by consumed to store length. Bug was observed with
the mcs_write_connect_response() function, where the function assumed that
application tag will take three bytes, but it was taking five.
2012-01-17 14:17:04 +01:00
Marc-André Moreau
41558e4bd6
ChangeLog: added FreeRDP 1.0.0 changes
2012-01-16 12:52:14 -05:00
Marc-André Moreau
3f01f4fe7f
xfreerdp: updated man page
2012-01-16 12:17:50 -05:00
Marc-André Moreau
ee5491c6e0
README: update
2012-01-16 11:54:08 -05:00
Marc-André Moreau
949bce4d54
wfreerdp: fix warnings and color conversion
2012-01-16 11:40:18 -05:00
Marc-André Moreau
757e41a0d5
Merge pull request #347 from pjd/pullreq
...
Use of stream_read() / stream_write()
2012-01-16 07:18:50 -08:00
Marc-André Moreau
e6373f66d6
libfreerdp-gdi: fix gdi_Glyph_Free() segfault
2012-01-16 10:13:23 -05:00
Pawel Jakub Dawidek
7056f5f5ef
Make use of stream_read().
2012-01-16 15:56:47 +01:00
Pawel Jakub Dawidek
4815924d0e
Use stream_read() instead of memcpy() + stream_seek().
2012-01-16 15:56:39 +01:00
Pawel Jakub Dawidek
74860814fc
Use stream_write() instead of memcpy() + stream_seek().
2012-01-16 15:56:31 +01:00
Pawel Jakub Dawidek
6a7fe3e520
If we are server, our encryption key is client's decryption key and vice-versa.
2012-01-16 15:55:06 +01:00
Marc-André Moreau
5924666748
channels/drdynvc/audin: fix typo in header
2012-01-16 09:20:54 -05:00
Marc-André Moreau
42dfd2627b
libfreerdp-core: fix FreeBSD compilation
2012-01-16 08:27:07 -05:00
Marc-André Moreau
f42b5f6a42
Merge pull request #344 from atong/master
...
various glyph cache resource fixes
2012-01-16 03:51:15 -08:00
Anthony Tong
2c30b11be2
glyph-cache: free pixmap, cache entries, cache fragments, and reuse secondary glyph cache buffers
2012-01-15 15:35:08 -05:00
Marc-André Moreau
8ed44b4f17
libfreerdp-core: add integer overflow check in GCC
2012-01-15 15:20:39 -05:00
Marc-André Moreau
277cbc3ccc
libfreerdp-core: refactor header encoding fix
2012-01-15 15:16:32 -05:00
Marc-André Moreau
ccfb88b049
libfreerdp-core: apply RDP signature verification patch from Pawel Jakub Dawidek
2012-01-15 15:01:16 -05:00
Marc-André Moreau
a778ef2a8c
Merge pull request #342 from dorianj/master
...
Better handling of --version and --help (don't print errors for these)
2012-01-14 13:35:19 -08:00
Dorian Johnson
8edb7d3efa
Change freerdp_parse_args to return different values for error vs --help/--version, and change xfreerdp to only report real errors
2012-01-14 15:30:48 -06:00
Marc-André Moreau
0c9db6a40a
libfreerdp-core: pad larger portion of rdpSettings
2012-01-14 14:42:36 -05:00
Marc-André Moreau
3f91e24a4d
libfreerdp-core: added freerdp_get_version()
2012-01-14 13:33:04 -05:00
Anthony Tong
6884e18eeb
cunit: fix test_read_fast_index_order()
2012-01-14 10:43:40 -06:00
Marc-André Moreau
ab5e2cc680
Merge pull request #341 from sunds/master
...
Fix drawing errors for remote app, issue #229
2012-01-13 16:11:37 -08:00
David Sundstrom
88d55493a9
Resolve a race condition between a local move update to the RDP server, GDI orders, and RAIL orders. Previously we could receive new GDI orders for the new window position before we received the RAIL order for the new position. The caused drawing errors.
...
Also correct some errors in managing the GDI damage region.
2012-01-13 18:08:51 -06:00
Marc-André Moreau
c1291c3601
libfreerdp-core: cleanup warnings in mppc.c
2012-01-13 18:39:09 -05:00
Anthony Tong
413190c5e4
xfreerdp: fix win_title string handling from #247
2012-01-13 17:32:14 -05:00
Marc-André Moreau
4fbbbb58b7
cunit: fixed license tests
2012-01-13 17:14:16 -05:00
Marc-André Moreau
80ce58af76
cunit: fix orders tests
2012-01-13 17:11:34 -05:00
Marc-André Moreau
49e95da3a6
cunit: fix polyline and fast index tests
2012-01-13 16:38:34 -05:00
Marc-André Moreau
5f7902dee4
libfreerdp-core: fix incorrect length in share control header, fix VRDP connectivity
2012-01-13 16:20:36 -05:00
Anthony Tong
eb4c1a0220
cunit: fix build broken by jiten19
2012-01-13 09:38:39 -05:00
Marc-André Moreau
18e90f820c
Merge pull request #340 from atong/master
...
libfreerdp-core: fix reuse issue with osb's deleteList
2012-01-11 10:29:12 -08:00
Anthony Tong
7e8709ebbd
libfreerdp-core: fix reuse issue with osb's deleteList
2012-01-11 13:24:01 -05:00
Marc-André Moreau
c3f1c325e5
libfreerdp-core: fix encoding of capability set headers
2012-01-10 23:04:10 -05:00
Marc-André Moreau
79ae6d7a0b
libfreerdp-core: fix draw nine grid cache capability set encoding bug
2012-01-10 21:32:08 -05:00
Marc-André Moreau
e2fffa063f
Merge pull request #339 from dorianj/master
...
libfreerdp-utils: freerdp_load_plugin print dlerror() on failure
2012-01-10 15:16:07 -08:00
Dorian Johnson
bd09c63a6b
Merge remote-tracking branch 'upstream/master'
2012-01-10 17:03:04 -06:00
Dorian Johnson
a5787f0207
libfreerdp-utils: freerdp_load_plugin print dlerror() on failure
2012-01-10 17:02:39 -06:00
Marc-André Moreau
dd39ed99c7
libfreerdp-core: fix fastpath parsing of synchronize pdu
2012-01-10 17:03:31 -05:00
Marc-André Moreau
3f345ce983
Merge pull request #337 from jiten19/mainstream
...
INFO_COMPR flags according to CompressionTypeMask
2012-01-10 07:21:24 -08:00
cool
83b39eea32
..
2012-01-09 21:52:09 -11:00
cool
73a2ab9eaa
INFO_COMPR flags according to CompressionTypeMask
2012-01-09 16:38:07 -11:00
Marc-André Moreau
6a6746cc01
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-01-09 22:08:39 -05:00
Marc-André Moreau
c3186a9281
xfreerdp-server: start work on XShm
2012-01-09 22:08:25 -05:00
Marc-André Moreau
b9bac6ffbf
libfreerdp-gdi: fix RGB<->BGR color conversion
2012-01-09 19:47:52 -05:00
Marc-André Moreau
c7cc745575
libfreerdp-codec: add freerdp_convert_color_var()
2012-01-09 18:45:36 -05:00
Marc-André Moreau
5165399b8c
Merge pull request #336 from sunds/master
...
Inverted GDI when X server has BGR colormap
2012-01-09 15:11:30 -08:00