Go to file
Vic Lee f4c8ebf13f libfreerdp-core: add server unix domain socket. 2012-05-22 18:53:11 +08:00
channels Small fixes from static analysis: 2012-05-16 15:29:35 +02:00
client fix more color conversion problems for 16-bit displays 2012-05-17 21:55:51 +03:00
cmake Merge branch 'master' of github.com:FreeRDP/FreeRDP into tsg 2012-05-05 18:42:51 -04:00
cunit cunit: fix compilation 2012-05-05 20:45:13 -04:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include libfreerdp-core: add server unix domain socket. 2012-05-22 18:53:11 +08:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache cache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE_WAITING_LIST_INDEX handling 2012-03-30 21:37:30 +02:00
libfreerdp-channels Some modifications on the LIST usage. 2012-05-16 11:34:18 +02:00
libfreerdp-codec Merge pull request #599 from dorianj/coloriconfix 2012-05-20 11:57:53 -07:00
libfreerdp-core libfreerdp-core: add server unix domain socket. 2012-05-22 18:53:11 +08:00
libfreerdp-crypto xfreerdp-server: fix freeing of TLS resources before use 2012-05-20 17:30:30 -04:00
libfreerdp-gdi Adding includes where appropriate... 2012-05-07 15:44:37 +02:00
libfreerdp-locale Memory leak fixes. 2012-05-16 11:33:57 +02:00
libfreerdp-rail Added verification on NULL pointers 2012-05-16 11:34:08 +02:00
libfreerdp-utils Merge pull request #594 from littlejawa/static_code_review 2012-05-20 11:56:38 -07:00
libwinpr-rpc Memory leak fixes. 2012-05-16 11:33:57 +02:00
libwinpr-sspi Small fixes from static analysis: 2012-05-16 15:29:35 +02:00
resources resources: add more convenient image formats for logo and icon 2012-02-29 02:26:16 -05:00
scripts Merge pull request #510 from jiten19/rdp6 2012-03-23 18:26:58 -07:00
server libfreerdp-core: add server unix domain socket. 2012-05-22 18:53:11 +08:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libwinpr-sspi: rename from libfreerdp-sspi 2012-05-04 19:48:53 -04:00
ChangeLog changelog: update for 1.0.1 2012-02-09 21:01:42 -05:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README README: update 2012-01-16 11:54:08 -05:00
config.h.in libfreerdp-core: add TSG to transport layer 2012-03-26 12:20:38 -04:00
freerdp.pc.in cunit: fix compilation 2012-05-05 20:45:13 -04:00
freerdp.spec cunit: fix compilation 2012-05-05 20:45:13 -04:00

README

FreeRDP: A Remote Desktop Protocol Implementation
=================================================

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license.
Enjoy the freedom of using your software wherever you want, the way you want it, in a world where
interoperability can finally liberate your computing experience.

Resources
---------

Website: http://www.freerdp.com/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
Sources: https://github.com/FreeRDP/FreeRDP/
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/

A list of reference documentation is maintained here:
https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation

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

Instructions on how to get started compiling FreeRDP can be found on the wiki:
https://github.com/FreeRDP/FreeRDP/wiki/Compilation