Marc-André Moreau
|
3782c2ad72
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2014-01-25 16:34:34 -05:00 |
Mike McDonald
|
c4f6dcc24f
|
Added auto reconnect to FreeRDP core and X11 client
|
2014-01-16 17:38:56 -05:00 |
Benoît LeBlanc
|
8c1f836ac8
|
- SSL verification callback: send correct hostname and port
- Gateway Authentication callback.
- Handling “use same credentials”
|
2013-12-06 22:15:45 -05:00 |
Benoît LeBlanc
|
56c517170f
|
Added hostname and port to callback function for SSL certification verification.
|
2013-11-25 14:30:43 -05:00 |
Marc-André Moreau
|
b0369cf284
|
libfreerdp-core: add external certificate management, pass X509 PEM certificate through client callback
|
2013-11-18 13:54:33 -05:00 |
Marc-André Moreau
|
b70ecbbf62
|
libfreerdp-core: decouple initialization of rdpSettings from freerdp* instance
|
2013-10-12 18:20:25 -04:00 |
Armin Novak
|
2f20a8c12b
|
Fixed various memory leaks and resource deallocation problems.
|
2013-08-19 17:44:52 +02:00 |
Marc-André Moreau
|
5926fa36dd
|
libfreerdp-client: use PubSub for OnChannelConnected/OnChannelDisconnected
|
2013-07-11 08:53:15 -07:00 |
Marc-André Moreau
|
59b7c53c5f
|
freerdp: remove temporary rdpClient* interface and replace with pubSub hooks
|
2013-06-15 17:39:45 -04:00 |
Marc-André Moreau
|
6c9a3b8e64
|
freerdp: start using pubSub for client GUI events
|
2013-06-15 17:01:10 -04:00 |
Marc-André Moreau
|
010f1dfdd9
|
xfreerdp: add rdpClientContext common section
|
2013-06-14 15:07:17 -04:00 |
Marc-André Moreau
|
208c9f844a
|
freerdp: fix core API bugs
|
2013-06-13 21:34:46 -04:00 |
Marc-André Moreau
|
d96249e19f
|
libfreerdp-client: start propagating channels initialization to client
|
2013-05-13 17:39:53 -04:00 |
Nigel Reeves
|
7dedd884b9
|
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP.git
|
2013-04-15 11:15:49 +01:00 |
Nigel Reeves
|
fb2a087dbf
|
Fix to issue #773. Ensure resume in correct NumLock state, when reconnectin to a session
|
2013-04-15 11:14:09 +01:00 |
Marc-André Moreau
|
68e253e209
|
libfreerdp-core: add client interface
|
2013-04-08 15:37:56 -04:00 |
Marc-André Moreau
|
066d3384c2
|
xfreerdp: fix RemoteApp with system message (don't show full desktop on every single connection, just when needed)
|
2013-03-28 22:26:28 -04:00 |
Marc-André Moreau
|
8c8a82c31f
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
hardening
|
865ff2a5f8
|
Fixed compilation with -Wstrict-prototypes
|
2013-02-14 22:20:43 +01:00 |
Marc-André Moreau
|
bbcf081243
|
libfreerdp-core: cleanup message interface
|
2013-02-04 15:47:13 -05:00 |
Marc-André Moreau
|
353376abd3
|
libfreerdp-core: added input event queue
|
2013-01-27 21:07:17 -05:00 |
Marc-André Moreau
|
10a35a9224
|
libfreerdp-core: add +async-update and +async-input command-line options
|
2013-01-27 18:22:46 -05:00 |
Marc-André Moreau
|
e1d0fad519
|
libfreerdp-core: fix memory leaks
|
2013-01-25 17:52:37 -05:00 |
Marc-André Moreau
|
d8f8be192e
|
xfreerdp: add asynchronous dequeuing of graphical messages
|
2013-01-25 12:08:00 -05:00 |
Marc-André Moreau
|
c14cf1e203
|
libfreerdp-core: add message callback registration
|
2013-01-24 20:05:03 -05:00 |
Marc-André Moreau
|
3c8c9aab62
|
libfreerdp-core: add default message post calls in message queue stubs
|
2013-01-24 19:08:30 -05:00 |
Marc-André Moreau
|
709e66a596
|
libfreerdp: header cleanup
|
2012-12-14 00:25:48 -05:00 |
Marc-André Moreau
|
9d064171a7
|
freerdp: get rid of old types
|
2012-10-09 03:26:39 -04:00 |
Marc-André Moreau
|
1bf8a45519
|
freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16
|
2012-10-09 03:01:37 -04:00 |
Marc-André Moreau
|
1ed644786c
|
freerdp: change boolean type to BOOL type
|
2012-10-09 02:38:39 -04:00 |
Marc-André Moreau
|
5612bc43f8
|
freerdp: change true/false to TRUE/FALSE
|
2012-10-09 02:31:28 -04:00 |
Marc-André Moreau
|
e60a092d81
|
freerdp: fix headers
|
2012-10-08 23:02:04 -04:00 |
Dorian Johnson
|
3b3f05a0b1
|
libfreerdp-crypto: Allow clients to accept a changed cert
|
2012-06-28 20:05:10 -05:00 |
norrarvid
|
86faf2d268
|
connect error codes added
|
2012-04-13 13:16:08 +02:00 |
Julien Ropé
|
b928f6844e
|
Missed comment starting format for doxygen in rdp_context structure
|
2012-03-12 14:45:11 +01:00 |
Julien Ropé
|
23ce03b8bd
|
Continue documenting the freerdp.h file
|
2012-03-12 14:45:11 +01:00 |
Julien Ropé
|
9fbbadb7cd
|
Completing rdp_freerdp structure's documentation
|
2012-03-12 14:45:11 +01:00 |
Julien Ropé
|
43360b0453
|
Adding new comments to xfreerdp.c, going down to the functions it calls in the core lib.
Continue adding comments to struct rdp_freerdp fields.
|
2012-02-25 21:55:59 +01:00 |
LittleJawa
|
37b35b3558
|
First round of comments while reading the code.
|
2012-02-23 16:22:05 +01:00 |
Marc-André Moreau
|
a932835f44
|
libfreerdp-auth: resolve cyclic dependency with libfreerdp-core
|
2012-02-19 12:50:30 -05:00 |
Marc-André Moreau
|
8cab067498
|
libfreerdp-auth: move authentication code out of libfreerdp-core
|
2012-02-17 17:12:21 -05:00 |
Pawel Jakub Dawidek
|
b75b5eb8a1
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
Handle such condition and exit from xfreerdp gracefully (almost, exit status is still != 0).
|
2012-02-06 23:10:45 +01:00 |
Marc-André Moreau
|
3f91e24a4d
|
libfreerdp-core: added freerdp_get_version()
|
2012-01-14 13:33:04 -05:00 |
Marc-André Moreau
|
fcd03260d6
|
xfreerdp: added select() timeout
|
2011-12-11 18:05:32 -05:00 |
Marc-André Moreau
|
e2014b65ec
|
freerdp: adopt padding strategy not based on explicit offsets
|
2011-11-20 14:25:59 -05:00 |
Marc-André Moreau
|
7b78bd855f
|
freerdp: fix offset padding for 64-bit architectures
|
2011-11-19 13:30:36 -05:00 |
Marc-André Moreau
|
300fe32eba
|
freerdp: fix offsets in padding
|
2011-11-19 11:18:45 -05:00 |
Marc-André Moreau
|
666fbb0405
|
freerdp: pad multiple interfaces for improved ABI stability
|
2011-11-19 02:33:49 -05:00 |
Eduardo Beloni
|
b9a008ae8a
|
libfreerdp-core: facilities for storing and retrieving 'error info'
|
2011-10-25 09:59:18 -02:00 |
Marc-André Moreau
|
55b32a9ea9
|
libfreerdp-core: fix credssp check for Authenticate callback
|
2011-10-21 11:18:11 -04:00 |
Marc-André Moreau
|
488a4161f5
|
libfreerdp-core: refactoring of callback prefix
|
2011-10-20 23:15:18 -04:00 |
Marc-André Moreau
|
b7e7067176
|
libfreerdp-core: refactoring of core bitmap objects
|
2011-10-20 17:28:59 -04:00 |
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
|
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
|
c639ec8593
|
libfreerdp-core: refactoring of context pointers into rdpContext
|
2011-10-16 00:50:10 -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
|
9a72e4ffea
|
libfreerdp-cache: refactoring of pointer cache
|
2011-10-11 18:51:45 -04:00 |
Marc-André Moreau
|
10331c5c44
|
libfreerdp-core: added authenticate callback
|
2011-09-29 01:03:07 -04:00 |
Martin Fleisz
|
36e929f69c
|
Fixed possible socket leak in tcp_connect, added disconnect function to properly clean-up socket/tls resources on disconnect)
|
2011-08-24 08:07:55 -07:00 |
Marc-André Moreau
|
2b4cd32390
|
libfreerdp-rail: processing window altsec orders
|
2011-08-16 00:22:00 -04:00 |
Marc-André Moreau
|
1353637886
|
windows: fix compilation on all platforms after refactoring
|
2011-08-15 17:19:59 -04:00 |
Vic Lee
|
a7fe9c9795
|
Rename SendChannelData and add ReceiveChannelData callbacks.
|
2011-08-03 02:12:08 +08:00 |
Marc-André Moreau
|
24ba845f04
|
dfreerdp: started integrating DirectFB client
|
2011-07-28 13:46:36 -04:00 |
Marc-André Moreau
|
67dca12b77
|
client: update to use args utils
|
2011-07-28 11:09:51 -04:00 |
Marc-André Moreau
|
70ebd47cc4
|
libfreerdp-gdi: start updating with new interface
|
2011-07-28 01:17:17 -04:00 |
Marc-André Moreau
|
0f9e9a0d15
|
libfreerdp-chanman: align with new interface
|
2011-07-28 01:04:01 -04:00 |
Marc-André Moreau
|
72fc75b5a6
|
libfreerdp-core: exporting new interface
|
2011-07-28 00:38:25 -04:00 |
Brad Hards
|
2601d110aa
|
Various minor warning fixes and unittest fixes.
|
2011-07-27 09:14:11 +10:00 |
Marc-André Moreau
|
2199475153
|
libfreerdp-core: fix negotiation module
|
2011-07-07 13:37:48 -04:00 |
Vic Lee
|
fb27e0d072
|
include: use standard includsion for api headers.
|
2011-07-07 11:22:14 +08:00 |
Vic Lee
|
431ab32bc6
|
include: separate new api.h
Separate new api.h so that such definition can be easily shared to other modules without including the whole thing.
|
2011-07-07 11:08:37 +08:00 |
Marc-André Moreau
|
f8fa387fae
|
libfreerdp-core: added GCC client data blocks
|
2011-07-05 18:26:12 -04:00 |
Marc-André Moreau
|
25a5bc53b1
|
types/base.h: rename FRDP_BOOL to boolean
|
2011-07-04 20:10:25 -04:00 |
Marc-André Moreau
|
eed80301f4
|
include: rdpext.h->extension.h, rdpset.h->settings.h
|
2011-07-04 19:52:24 -04:00 |
Marc-André Moreau
|
32cfd0f325
|
libfreerdp-gdi: fix compilation
|
2011-06-30 21:23:36 -04:00 |