Go to file
Otavio Salvador 3f9a8521b8 Merge pull request #20 from llyzs/svc
Trivial svc updates
2011-07-15 09:46:18 -07:00
channels cliprdr: fix compile warning, close issue #19. 2011-07-15 23:41:26 +08:00
cmake libfreerdp-utils: add svc_plugin. 2011-07-09 23:29:04 +08:00
cunit libfreerdp-core: add new unit tests for licensing, fix encryption of premaster secret 2011-07-15 01:11:09 -04:00
docs docs: initial commit 2011-06-30 18:41:38 -04:00
freerdp-ui libfreerdp-core: refactoring of RDP module 2011-07-11 18:46:36 -04:00
include libfreerdp-utils/svc_plugin: use a macro to simplify plugin entry. 2011-07-15 23:39:38 +08:00
keymaps keymaps: initial commit 2011-06-30 16:28:36 -04:00
libfreerdp-asn1 cmake: remove unused include dirs and move it to root CMakeLists.txt 2011-07-04 15:41:53 +08:00
libfreerdp-chanman libfreerdp-chanman: use xnew macro. 2011-07-13 22:26:22 +08:00
libfreerdp-core libfreerdp-core: added state machine transitions to license module 2011-07-15 02:02:09 -04:00
libfreerdp-gdi libfreerdp-core: fix compilation of crypto, credssp, and ntlmssp 2011-07-07 11:27:24 -04:00
libfreerdp-kbd libfreerdp-core: fix negotiation module 2011-07-07 13:37:48 -04:00
libfreerdp-utils libfreerdp-utils/event: add missing memory.h include. 2011-07-13 22:31:26 +08:00
.gitignore Add install_manifest.txt to .gitignore. 2011-07-10 22:25:40 +08:00
CMakeLists.txt cmake: fix config.h include path. Fix issue #16. 2011-07-13 23:05:25 +08:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
config.h.in config.h.in: add missing header definition. 2011-07-12 11:38:52 +08:00

README

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

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

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