Go to file
Martin Fleisz a8208530ed
Merge pull request #4258 from akallabeth/kbd_parse_fix
Fix #4257: Proper error checks for /kbd argument
2017-11-22 12:06:55 +01:00
channels Removed linux specific include. 2017-11-20 11:46:09 +01:00
ci/cmake-preloads
client Fix #4257: Proper error checks for /kbd argument 2017-11-22 11:03:43 +01:00
cmake
docs
external
include Add new command-line option to force xfreerdp into a fips compliant mode. 2017-11-17 12:43:06 +01:00
libfreerdp Fixed NLA for Negotiate and NTLM authentication (regression due to the recent addition of kerberos support) 2017-11-21 16:36:47 +01:00
packaging
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 Merge pull request #3904 from bjcollins/master 2017-11-17 13:31:43 +01:00
.gitignore
buildflags.h.in
ChangeLog
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt
config.h.in
LICENSE
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/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
Downloads and other resources: http://pub.freerdp.com
API doc: http://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