Go to file
Marc-André Moreau 43554bf00b Merge pull request #640 from FreeRDP/winpr
WinPR
2012-06-29 06:52:28 -07:00
channels Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
client x11: clear the window in case of resolution change in fullscreen. 2012-06-22 21:24:24 +08:00
cmake test for XRandR for Gstreamer support 2012-06-14 12:46:27 -04:00
cunit cunit: fix up printf warnings in test_sspi.c 2012-06-14 12:45:10 -04:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache Change comparison to prevent index out of range crash when checking 2012-06-21 13:58:28 -07:00
libfreerdp-channels wtsvc: add server dvc read/write data. 2012-06-26 13:55:49 +08:00
libfreerdp-codec libfreerdp-codec/mppc: fix memory leak. 2012-06-28 15:26:05 +08:00
libfreerdp-core Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
libfreerdp-crypto Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
libfreerdp-gdi Adding includes where appropriate... 2012-05-07 15:44:37 +02:00
libfreerdp-locale Memory leak fixes. 2012-05-16 11:33:57 +02:00
libfreerdp-rail Added verification on NULL pointers 2012-05-16 11:34:08 +02:00
libfreerdp-utils libfreerdp-rail: rename UNICODE_STRING to RAIL_UNICODE_STRING to avoid conflict 2012-06-19 17:26:37 -04: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 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
winpr libwinpr-sspi: fix SeqNo size 2012-06-29 08:55:03 -04:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt test for XRandR for Gstreamer support 2012-06-14 12:46:27 -04: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 libwinpr-sspi: fix compilation on Windows 2012-06-06 02:59:37 -04:00
freerdp.pc.in cunit: fix compilation 2012-05-05 20:45:13 -04:00
freerdp.spec cunit: fix compilation 2012-05-05 20:45:13 -04: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