Go to file
Pawel Jakub Dawidek af5501cdc5 Introduce CRYPTO_SHA1_DIGEST_LENGTH and CRYPTO_MD5_DIGEST_LENGTH that hold
number of bytes needed for a given hash.
2012-01-19 04:48:23 +01:00
channels channels/drdynvc/audin: fix typo in header 2012-01-16 09:20:54 -05:00
client xfreerdp: updated man page 2012-01-16 12:17:50 -05:00
cmake Changed include path for X11 and extensions. 2012-01-17 18:34:04 +01:00
cunit cunit: fix test_read_fast_index_order() 2012-01-14 10:43:40 -06:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Change freerdp_parse_args to return different values for error vs --help/--version, and change xfreerdp to only report real errors 2012-01-14 15:30:48 -06:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache wfreerdp: fix warnings and color conversion 2012-01-16 11:40:18 -05:00
libfreerdp-channels freerdp-libchannels: freerdp_channels_send_event free event in case of error 2011-12-21 17:54:27 -06:00
libfreerdp-codec wfreerdp: fix warnings and color conversion 2012-01-16 11:40:18 -05:00
libfreerdp-core Introduce CRYPTO_SHA1_DIGEST_LENGTH and CRYPTO_MD5_DIGEST_LENGTH that hold 2012-01-19 04:48:23 +01:00
libfreerdp-gdi libfreerdp-gdi: fix gdi_Glyph_Free() segfault 2012-01-16 10:13:23 -05:00
libfreerdp-kbd Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-01-08 20:33:24 -05:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils wfreerdp: fix warnings and color conversion 2012-01-16 11:40:18 -05:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server xfreerdp-server: start work on XShm 2012-01-09 22:08:25 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-core: added freerdp_get_version() 2012-01-14 13:33:04 -05:00
ChangeLog ChangeLog: added FreeRDP 1.0.0 changes 2012-01-16 12:52:14 -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 libfreerdp-core: added freerdp_get_version() 2012-01-14 13:33:04 -05:00
freerdp.pc.in freerdp.pc: freerdp-chanman renamed to freerdp-channels. 2011-10-30 22:00:27 +08:00
freerdp.spec freerdp.spec: update descriptions 2011-11-13 17:30:09 -05: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