Go to file
Marc-André Moreau d29e37c20f libfreerdp-core: started parsing NTLM authenticate message 2012-02-17 00:07:16 -05:00
channels Fix not linked with libpulse (issue 418) 2012-02-14 13:46:26 -05:00
client fix known swaped b<>r colors in polygon drawings. 2012-02-13 22:07:20 +01:00
cmake libfreerdp-utils: improve freerdp_load_plugin 2012-02-09 17:48:30 -05:00
cunit libfreerdp-server: added server-side CredSSP stubs 2012-02-13 22:27:59 -05:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-02-13 17:51:56 -05:00
keymaps scripts: move keymaps/xkb.pl to scripts directory 2012-02-15 23:52:56 -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: started parsing NTLM authenticate message 2012-02-17 00:07:16 -05:00
libfreerdp-gdi libfreerdp-gdi: implement non-monochrome DSPDxax BitBlt 2012-02-13 01:40:30 -05: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 Document --no-motion, remove -m. 2012-02-12 19:35:29 +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 xfreerdp-server: Fixed screen capture using SHM extension. 2012-02-15 08:48:37 +01:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-core: fix timezone redirection 2012-02-15 16:28:47 -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