Go to file
2011-10-30 00:24:30 +08:00
build wfreerdp: update client for rdpContext usage 2011-10-16 16:47:50 -04:00
channels More compilation warning cleanup: header file reorganization, include <sys/select.h> or <unistd.h> to define select where it is used. 2011-10-27 10:41:39 -07:00
client rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
cmake add cmake option for redirection debug and fix a segmentation fault in redirection 2011-10-26 10:47:32 +02:00
cunit rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
docs docs: update visio document with core graphical objects 2011-10-25 02:46:24 -04:00
include rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache wfreerdp: fix bitmap decompression 2011-10-26 15:38:50 -04:00
libfreerdp-channels libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
libfreerdp-codec rfx: fix incorrect offset in rfx_quantization_encode (atong) 2011-10-30 00:24:30 +08:00
libfreerdp-core libfreerdp-core/info: [fix] read Length in rdp_recv_logon_info_extended 2011-10-28 17:06:59 -02:00
libfreerdp-gdi rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
libfreerdp-kbd Remove apple keyboard debug message. 2011-10-25 18:09:05 -07:00
libfreerdp-rail libfreerdp-core: refactoring of context pointers into rdpContext 2011-10-16 00:50:10 -04:00
libfreerdp-utils certstore: update verified certificates, be graceful on filesystem errors 2011-10-28 11:38:45 -04:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
.gitignore libfreerdp-core: refactoring of core bitmap objects 2011-10-20 17:28:59 -04:00
CMakeLists.txt cmake/sse2: initial sse2 detect 2011-10-25 00:32:06 -05:00
config.h.in add cmake option for redirection debug and fix a segmentation fault in redirection 2011-10-26 10:47:32 +02:00
freerdp.pc.in add freerdp-codec 2011-10-15 18:47:20 -05:00
freerdp.spec update build for rpm spec 2011-10-19 07:21:14 -05:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README Documentation typo fix. 2011-07-25 20:27:35 +10:00

FreeRDP: A Remote Desktop Protocol Client
=========================================

FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications.

Resources
---------

Website: http://www.freerdp.com/
Wiki: http://www.freerdp.com/wiki/
Sources: http://www.freerdp.com/git/
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/

Compilation
-----------

Instructions on how to get started compiling FreeRDP can be found on the wiki:
http://www.freerdp.com/wiki/doku.php?id=compilation