Go to file
Marc-André Moreau 4738d1eb52 Merge pull request #577 from sunds/master
Solaris 10 compilation issues
2012-05-04 13:19:28 -07:00
channels Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
client Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
cmake Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS 2012-04-27 01:14:21 +08:00
cunit cunit: Run all tests if called with no arguments. 2012-04-21 11:19:59 -04:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include server: implement user-initiated disconnection sequence on server. 2012-04-13 15:58:28 +08:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache cache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE_WAITING_LIST_INDEX handling 2012-03-30 21:37:30 +02:00
libfreerdp-channels Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
libfreerdp-codec cmake: fix x86 & -DWITH_SSE2=ON build 2012-04-22 08:45:28 -05:00
libfreerdp-core libfreerdp-core: do not send SynchronizeEvent during connection finalization 2012-04-25 14:26:15 +02:00
libfreerdp-crypto Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
libfreerdp-gdi Changed some functions from inline to static inline 2012-04-04 15:23:16 +02:00
libfreerdp-locale Fix Solaris 10 compilation issues. 2012-05-04 15:11:30 -05:00
libfreerdp-rail wfreerdp: fix compilation warnings 2012-03-23 18:26:03 -04:00
libfreerdp-sspi Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
libfreerdp-utils Fix Solaris 10 compilation issues. 2012-05-04 15:11:30 -05:00
resources resources: add more convenient image formats for logo and icon 2012-02-29 02:26:16 -05:00
scripts Merge pull request #510 from jiten19/rdp6 2012-03-23 18:26:58 -07:00
server server: implement user-initiated disconnection sequence on server. 2012-04-13 15:58:28 +08: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 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 Update freerdp.pc - add freerdp-cache, reerdp-sspi, remove freeerdp-auth 2012-04-13 22:57:15 +08:00
freerdp.spec update rpm spec, align it more with the Fedora rpm spec 2012-03-22 21:37:47 +01: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