Go to file
Marc-André Moreau 18c35823f2 Merge pull request #526 from trou/master
Fix security negociation when standard RDP is refused and enable salted checksums by default
2012-03-30 08:34:58 -07:00
channels Compilation fixes for FreeBSD. 2012-03-20 14:27:28 +01:00
client Merge pull request #519 from kiilerix/master 2012-03-30 08:34:13 -07:00
cmake cmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP 2012-03-22 13:33:51 +01:00
cunit mppc: moved to libfreerdp-codec 2012-03-29 20:57:26 -07:00
docs
include Merge pull request #519 from kiilerix/master 2012-03-30 08:34:13 -07:00
keymaps
libfreerdp-cache libfreerdp-cache: complete update_pointer_color 2012-03-28 15:34:56 -07:00
libfreerdp-channels include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-codec mppc: moved to libfreerdp-codec 2012-03-29 20:57:26 -07:00
libfreerdp-core enable secure checksums by default 2012-03-30 11:44:36 +02:00
libfreerdp-crypto libfreerdp-sspi: NTLM server-side pubKeyAuth sending 2012-03-18 20:08:05 -04:00
libfreerdp-gdi include: move config.h into private headers. 2012-03-12 19:14:56 +08: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-sspi: add _T() macro 2012-03-24 18:01:56 -04:00
libfreerdp-utils enable secure checksums by default 2012-03-30 11:44:36 +02:00
resources
scripts Merge pull request #510 from jiten19/rdp6 2012-03-23 18:26:58 -07:00
server server: fix building without XTest 2012-03-29 01:10:58 +02:00
.gitignore
ChangeLog
CMakeLists.txt cmake: fix linker flags on Mac OS X 2012-03-22 20:37:05 -04:00
config.h.in cmake: remove unused configuration options 2012-03-22 13:33:54 +01:00
freerdp.pc.in
freerdp.spec update rpm spec, align it more with the Fedora rpm spec 2012-03-22 21:37:47 +01:00
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
---------

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