Go to file
David Fort e73da4a656 display control channel: add a callback called when we receive capabilities
We need a signal to know when the channel is ready and it's safe to send the
monitor layouts.
2017-12-01 14:19:39 +01:00
.github Added mailing list address. 2017-11-27 10:03:49 +01:00
channels display control channel: add a callback called when we receive capabilities 2017-12-01 14:19:39 +01:00
ci/cmake-preloads initial commit for kerberos support 2017-11-13 16:20:55 +01:00
client xfreerdp: when available use xrandr to get display infos 2017-11-29 10:38:48 +01:00
cmake Extract version from file or git tag. 2017-11-22 11:07:05 +01:00
docs macOS: add a README file 2017-09-23 14:14:06 +02:00
external
include display control channel: add a callback called when we receive capabilities 2017-12-01 14:19:39 +01:00
libfreerdp Merge pull request #4282 from akallabeth/force_ipv6 2017-11-28 10:48:53 +01: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 Download windowsZones.xml directly from unicode.org 2017-10-04 21:12:29 -04:00
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 cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
uwac Fixes scrolling crash in wlfreerdp 2017-08-16 18:02:07 +00:00
winpr Merge pull request #4283 from bmiklautz/kfreebsd 2017-11-28 09:19:58 +01:00
.gitignore feat: add support for .source_version 2017-10-06 15:02:23 +02:00
buildflags.h.in Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
ChangeLog Version 2.0.0-rc1 2017-11-28 15:03:09 +01:00
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt 2.0.0-dev2 - start rc2 development cycle 2017-11-28 15:29:17 +01:00
config.h.in initial commit for kerberos support 2017-11-13 16:20:55 +01:00
LICENSE
README Version 2.0.0-rc1 2017-11-28 15:03:09 +01:00

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