# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: expand comments for connection sequence, split in more steps server-side connection code
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: split licensing/capability steps in server-side RDP state machine
# By Norbert Federa (3) and others
# Via Bernhard Miklautz (4) and Marc-André Moreau (4)
* 'master' of git://github.com/awakecoding/FreeRDP:
freerdp: merge with master
channels/disp: initial MS-RDPEDISP support (8.1 Preview build)
libfreerdp-gdi: added gdi_surface_frame_marker
Fix for Issue #1349
codec/rfx: use function pointer for rlgr codec
fixed error on compilation WITH_DEBUG_RDP ON that was raising due to wrong variable in debug statement
codec/rfx: Fixed bufferpool size used for RemoteFX
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
channels/rdpei: fix multitouch with Word 2013
libfreerdp-client: use PubSub for OnChannelConnected/OnChannelDisconnected
channels/disp: update
client: add option for MS-RDPEDISP (/disp)
channels/disp: initial RDP8.1 MS-RDPEDISP implementation
Frame markes are not really implemented. Just SendFrameAcknowledge on
SURFACECMD_FRAMEACTION_END if settings->FrameAcknowledge > 0
This fixes issue #1352
freerdp_client_write_connection_file()
For now, all settings are written to the RDP file. This can be switched with the WRITE_ALL_SETTINGS define in file.c
# By Bernhard Miklautz (4) and others
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: fix unused variable
libfreerdp-codec: add bitmap encoder
cmdline: unix/windows return detected error
client/common: fixed command line parsing issue
channels/serial: bring it back to life
nla: invalidate sec handle after creation
tls: updated certificate mismatch message
y_r_buffer, cb_g_buffer, cr_b_buffer and dwt_buffer are all word arrays (16bit)
but obviously the bufferpool size was calculated based on the wrong assumption
that these are 32 bit values in commit 37a59efbe3
- replaced char* by const char* in function prototypes
- MacFreeRDP: moved assignation of context function pointers
- freerdp: added more pointer and return value validations to prevent crashes