Go to file
Bernhard Miklautz e6b1974a37 transport: set pointers to NULL after free 2013-10-16 12:26:11 +02:00
channels Fixed more function declarations that aren't prototypes 2013-02-14 21:49:58 +01:00
client xfreerdp/man page: added --wm-class option 2013-04-03 11:08:16 +02:00
cmake backported timezone redirection 2013-08-10 10:18:13 -04:00
cunit cunit: fix test_read_fast_index_order() 2012-01-14 10:43:40 -06:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include backported timezone redirection 2013-08-10 10:18:13 -04:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache cache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE_WAITING_LIST_INDEX handling 2012-03-30 15:48:06 -04:00
libfreerdp-channels libfreerdp-utils: extend plugin utils 2012-02-09 19:48:52 -05:00
libfreerdp-codec Changed some functions from inline to static inline 2013-02-20 02:04:16 +01:00
libfreerdp-core transport: set pointers to NULL after free 2013-10-16 12:26:11 +02:00
libfreerdp-gdi Changed some functions from inline to static inline 2013-02-20 02:04:16 +01:00
libfreerdp-kbd build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils backported timezone redirection 2013-08-10 10:18:13 -04:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
scripts backported timezone redirection 2013-08-10 10:18:13 -04:00
server Register a RDP key file to have RDP security functionnal 2013-02-26 22:30:15 +01:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-core: fix timezone redirection 2013-08-10 09:29:37 -04:00
ChangeLog Update ChangeLog and changed version to 1.0.2 2013-01-02 22:46:59 +01: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 backported timezone redirection 2013-08-10 10:18:13 -04: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