Go to file
Vic Lee d8a0ceeaab libfreerdp-rfx: add rfx_context_reset API. 2011-09-06 18:52:06 +08:00
channels debug: cleanup printf's all over the place 2011-09-02 13:29:17 -04:00
client xfreerdp: process actual desktop window resizing. 2011-09-06 16:22:53 +08:00
cmake xfreerdp: fix usage of new DEBUG_ macroses for RAIL and X11 Client. 2011-09-03 19:50:26 +03:00
cunit First checkin for Microsoft Point to Point compression (MPCC) protocol. This is still under development. So far we have written the decompression code for RDP 5 and unit tests to test the code 2011-09-01 21:20:08 -07:00
docs docs: initial commit 2011-06-30 18:41:38 -04:00
include libfreerdp-rfx: add rfx_context_reset API. 2011-09-06 18:52:06 +08:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
libfreerdp-chanman cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
libfreerdp-core server: add Activate callback to correctly handle reactivation. 2011-09-06 18:48:17 +08:00
libfreerdp-gdi Merge pull request #74 from chihchun/master 2011-09-01 22:40:37 -07:00
libfreerdp-kbd cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
libfreerdp-rail xfreerdp: fix usage of new DEBUG_ macroses for RAIL and X11 Client. 2011-09-03 19:50:26 +03:00
libfreerdp-rfx libfreerdp-rfx: add rfx_context_reset API. 2011-09-06 18:52:06 +08:00
libfreerdp-utils libfreerdp-core: further improvements to server redirection code 2011-09-03 16:36:27 -04:00
server server/test: add desktop resize test. 2011-09-06 17:19:59 +08:00
.gitignore libfreerdp-core: cleanup of certificate store 2011-08-30 12:20:36 -04:00
CMakeLists.txt cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README Documentation typo fix. 2011-07-25 20:27:35 +10:00
config.h.in xfreerdp: fix usage of new DEBUG_ macroses for RAIL and X11 Client. 2011-09-03 19:50:26 +03:00

README

FreeRDP: A Remote Desktop Protocol Client
=========================================

FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications.

Resources
---------

Website: http://www.freerdp.com/
Wiki: http://www.freerdp.com/wiki/
Sources: http://www.freerdp.com/git/
API doc: http://www.freerdp.com/api/

IRC channel: #freerdp @ irc.freenode.net
Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Microsoft Open Specifications
-----------------------------

Information regarding the Microsoft Open Specifications can be found at:
http://www.microsoft.com/openspecifications/

Compilation
-----------

Instructions on how to get started compiling FreeRDP can be found on the wiki:
http://www.freerdp.com/wiki/doku.php?id=compilation