Go to file
Anthony Tong 542a472b2e libfreerdp-core: disable fp input if FIPS is negotiated 2012-02-18 08:49:20 -06:00
channels channels/tsmf: disable deprecation warning 2012-02-17 17:45:58 -05:00
client libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
cmake libfreerdp-utils: improve freerdp_load_plugin 2012-02-09 17:48:30 -05:00
cunit libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
keymaps scripts: move keymaps/xkb.pl to scripts directory 2012-02-15 23:52:56 -05:00
libfreerdp-auth libfreerdp-auth: move authentication code out of libfreerdp-core 2012-02-17 17:12:21 -05:00
libfreerdp-cache libfreerdp-cache: start NineGrid cache 2012-02-12 20:29:33 -05:00
libfreerdp-channels libfreerdp-utils: extend plugin utils 2012-02-09 19:48:52 -05:00
libfreerdp-codec xfreerdp-server: improve XShm encoding 2012-02-04 18:18:46 -05:00
libfreerdp-core libfreerdp-core: disable fp input if FIPS is negotiated 2012-02-18 08:49:20 -06:00
libfreerdp-crypto libfreerdp-auth: move authentication code out of libfreerdp-core 2012-02-17 17:12:21 -05:00
libfreerdp-gdi libfreerdp-gdi: implement non-monochrome DSPDxax BitBlt 2012-02-13 01:40:30 -05:00
libfreerdp-locale libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils If HOME environment variable is not configured, use / as home. Having NULL home_path will crash freerdp. 2012-02-17 17:40:17 +01:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
scripts libfreerdp-core: cleanup time zones 2012-02-16 21:38:32 -05:00
server libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05: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: fix timezone redirection 2012-02-15 16:28:47 -05:00
freerdp.pc.in freerdp.pc: freerdp-chanman renamed to freerdp-channels. 2011-10-30 22:00:27 +08:00
freerdp.spec freerdp.spec: update descriptions 2011-11-13 17:30:09 -05: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