Add support for saveSessionInfo PDU
authorDavid FORT <contact@hardening-consulting.com>
Thu, 18 Feb 2016 13:19:36 +0000 (14:19 +0100)
committerDavid FORT <contact@hardening-consulting.com>
Thu, 18 Feb 2016 13:19:36 +0000 (14:19 +0100)
commit1b2b1c4ac14ac43f4e475488763d8659bd934eb6
tree381cdc8f5ee633ef1c4a20999aed5154ed69b9f9
parenta53cb8190bdd914980870f5c48a1ec0cca09c14e
Add support for saveSessionInfo PDU

This patch adds some callbacks so that the client can have access to the informations
stored in this packet. Server-side implementation is also there, so that a server
can send these informations to the client.
include/freerdp/session.h [new file with mode: 0644]
include/freerdp/update.h
libfreerdp/core/info.c
libfreerdp/core/info.h
libfreerdp/core/rdp.c
libfreerdp/core/update.c