Go to file
Mads Kiilerich 9c8f5d63eb core: "null server certificate" cleanup in certificate.c
"null server certificate" is not an error. It is usually seen when the
certificate already has been sent and the server doesn't send it twice just
because of licensing. Degrading to debug message.

Do the check early to avoid leaking a stream.

Also remove unused static strings.
2012-02-28 21:31:09 +01:00
channels rdpsnd: follow rdpdr and free the stream from svc_plugin 2012-02-27 12:12:17 -05:00
client introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
cmake libfreerdp-utils: improve freerdp_load_plugin 2012-02-09 17:48:30 -05:00
cunit introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-auth introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
libfreerdp-cache Completed (almost) System Pointer Update (MS-RDPBCGR 2.2.9.1.1.4.3) 2012-02-24 13:44:23 +01:00
libfreerdp-channels libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
libfreerdp-codec xfreerdp-server: improve XShm encoding 2012-02-04 18:18:46 -05:00
libfreerdp-core core: "null server certificate" cleanup in certificate.c 2012-02-28 21:31:09 +01:00
libfreerdp-crypto xfreerdp: fix multiple memory leaks detected by valgrind 2012-02-27 10:55:49 -05:00
libfreerdp-gdi libfreerdp-gdi: implement non-monochrome DSPDxax BitBlt 2012-02-13 01:40:30 -05:00
libfreerdp-locale introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
libfreerdp-rail introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
libfreerdp-utils introduce generic ARRAY_SIZE macro 2012-02-28 18:11:11 +01:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
scripts libfreerdp-locale: regenerate time zone table 2012-02-27 09:54:56 -05:00
server xfreerdp-server: disable NLA by default 2012-02-20 21:45:57 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
ChangeLog changelog: update for 1.0.1 2012-02-09 21:01:42 -05:00
CMakeLists.txt libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
config.h.in libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
freerdp.pc.in libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
freerdp.spec freerdp.spec: update descriptions 2011-11-13 17:30:09 -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

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