Go to file
xangis c74cae4209 Add building channels for Windows and stubs for clipboard reader. 2012-07-20 14:05:06 -07:00
channels Initial push for the native Mac FreeRDP client 2012-05-02 20:15:27 -07:00
client Add building channels for Windows and stubs for clipboard reader. 2012-07-20 14:05:06 -07:00
cmake Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS 2012-04-27 01:14:21 +08:00
cunit cunit: Run all tests if called with no arguments. 2012-04-21 11:19:59 -04:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
libfreerdp-channels include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-codec Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
libfreerdp-core Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
libfreerdp-crypto fix issue #530 "NLA password asked after certificate refusal" 2012-04-10 22:30:54 +02:00
libfreerdp-gdi Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
libfreerdp-locale locale: update rdp scancodes according to Win CE "Translating Scan Codes to Virtual-Key Codes" 2012-03-29 01:25:49 +02:00
libfreerdp-rail wfreerdp: fix compilation warnings 2012-03-23 18:26:03 -04:00
libfreerdp-sspi libfreerdp-ssp: Fixed possible crash when canceling a connection by not providing credentials 2012-04-16 06:15:40 -07:00
libfreerdp-utils updated --certificate-name usage text 2012-04-14 10:28:40 -05: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 server: implement user-initiated disconnection sequence on server. 2012-04-13 15:58:28 +08:00
.gitignore Added xcode.sh for automatic Xcode project generation 2012-05-12 17:07:29 -07:00
CMakeLists.txt Add building channels for Windows and stubs for clipboard reader. 2012-07-20 14:05:06 -07: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 cmake: remove unused configuration options 2012-03-22 13:33:54 +01:00
freerdp.pc.in Update freerdp.pc - add freerdp-cache, reerdp-sspi, remove freeerdp-auth 2012-04-13 22:57:15 +08:00
freerdp.spec Initial push for the native Mac FreeRDP client 2012-05-02 20:15:27 -07:00
xcode.sh Cleaned up text a little. 2012-05-12 17:09:50 -07: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