Go to file
Armin Novak 78a0c4c618 Fix #4296: Hardened command line post filter. 2017-12-01 13:13:21 +01:00
.github Added mailing list address. 2017-11-27 10:03:49 +01:00
channels Fix #4278: Fix nasty range check bug 2017-11-26 14:59:37 +01:00
ci/cmake-preloads initial commit for kerberos support 2017-11-13 16:20:55 +01:00
client Fix #4296: Hardened command line post filter. 2017-12-01 13:13:21 +01:00
cmake Extract version from file or git tag. 2017-11-22 11:07:05 +01:00
docs
external
include Fix #4281: Added option to prefer IPv6 over IPv4 2017-11-27 11:43:54 +01:00
libfreerdp Fix #4291: xfreerdp segfault when connecting freerdp-shadow-cli 2017-11-29 05:12:40 -05:00
packaging feat freerdp-nighlty/deb: create .source_version 2017-10-06 15:02:46 +02:00
rdtk Replaced atoi 2017-11-15 15:52:16 +01:00
resources
scripts
server Initialize SSL directly in the sample server, instead of relying on the SSL initialize logic 2017-11-17 12:43:07 +01:00
third-party
uwac
winpr Fix #4296: Hardened command line post filter. 2017-12-01 13:13:21 +01:00
.gitignore
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt 2.0.0-dev2 - start rc2 development cycle 2017-11-28 15:29:17 +01:00
ChangeLog Version 2.0.0-rc1 2017-11-28 15:03:09 +01:00
LICENSE
README Version 2.0.0-rc1 2017-11-28 15:03:09 +01:00
buildflags.h.in
config.h.in initial commit for kerberos support 2017-11-13 16:20:55 +01: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
---------

Project website: http://www.freerdp.com/
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
Sources: https://github.com/FreeRDP/FreeRDP/
Downloads: https://pub.freerdp.com/releases/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
API documentation: https://pub.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