Go to file
Jay Sorg 7ecd7c5fdb libfreerdp-core: hook up mppc compressor to fastpath packets 2012-03-20 10:03:36 -07:00
channels Compilation fixes for FreeBSD. 2012-03-20 14:27:28 +01:00
client x: clean up after xf_pre_connect if connection fails, and free instance where it was allocated 2012-03-16 18:11:53 +01:00
cmake cmake: Fix ffmpeg detection code 2012-02-29 00:30:03 -05:00
cunit libfreerdp-core: hook up mppc compressor to fastpath packets 2012-03-20 10:03:36 -07:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Merge pull request #506 from llyzs/nsc 2012-03-19 21:09:24 -07:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache Completed (almost) System Pointer Update (MS-RDPBCGR 2.2.9.1.1.4.3) 2012-02-24 13:44:23 +01:00
libfreerdp-channels include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-codec nsc: add SSE2 optimization for nsc encoder. 2012-03-18 23:25:07 +08:00
libfreerdp-core libfreerdp-core: hook up mppc compressor to fastpath packets 2012-03-20 10:03:36 -07:00
libfreerdp-crypto libfreerdp-sspi: NTLM server-side pubKeyAuth sending 2012-03-18 20:08:05 -04:00
libfreerdp-gdi include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-locale include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-rail include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-sspi Compilation fixes for FreeBSD. 2012-03-20 14:27:28 +01:00
libfreerdp-utils xfreerdp-server: set TCP_NODELAY 2012-03-18 13:13:34 -04:00
resources resources: add more convenient image formats for logo and icon 2012-02-29 02:26:16 -05:00
scripts libfreerdp-locale: regenerate time zone table 2012-02-27 09:54:56 -05:00
server Merge pull request #506 from llyzs/nsc 2012-03-19 21:09:24 -07:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-sspi: rename from libfreerdp-auth 2012-03-05 17:11:15 -05:00
ChangeLog changelog: update for 1.0.1 2012-02-09 21:01:42 -05:00
LICENSE
README README: update 2012-01-16 11:54:08 -05:00
config.h.in libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
freerdp.pc.in libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05: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