Go to file
Norbert Federa 12245abfc8 pcap: fix several segfaults with NULL pcap file handle
- pcap_open did not return NULL if fopen failed
- libfreerdp-core, tfreerdp-serer and xfreerdp-server did not check the pcap_open result
- also fixed the sleep calculation in the xfreerdp-server
2011-10-20 14:25:25 +02:00
build wfreerdp: update client for rdpContext usage 2011-10-16 16:47:50 -04:00
channels rdpdr/serial: [fix] ignore purge of port buffers 2011-10-19 17:32:17 -02:00
client Disable Save Bitmap (not implemented) 2011-10-19 16:35:49 +02:00
cmake initial scard support 2011-10-15 10:30:10 -05:00
cunit libfreerdp-channels: rename from libfreerdp-chanman 2011-10-16 14:57:15 -04:00
docs docs: started visio document for FreeRDP 2011-10-15 21:09:19 -04:00
include Merge pull request #161 from mfleisz/certcallback 2011-10-19 04:32:43 -07:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
libfreerdp-channels libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
libfreerdp-codec check for NA(no alpha) in formatHeader in RDP6_BITMAP_STREAM 2011-10-05 12:14:17 -07:00
libfreerdp-core pcap: fix several segfaults with NULL pcap file handle 2011-10-20 14:25:25 +02:00
libfreerdp-gdi libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
libfreerdp-kbd cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
libfreerdp-rail libfreerdp-core: refactoring of context pointers into rdpContext 2011-10-16 00:50:10 -04:00
libfreerdp-utils pcap: fix several segfaults with NULL pcap file handle 2011-10-20 14:25:25 +02:00
server pcap: fix several segfaults with NULL pcap file handle 2011-10-20 14:25:25 +02:00
.gitignore update build for rpm spec 2011-10-19 07:21:14 -05:00
CMakeLists.txt 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
config.h.in initial scard support 2011-10-15 10:30:10 -05: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

README

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