Go to file
Ondrej Holy 0c050bb8cd Add description for available plugins
The man pages lack info about available plugins and its functionality.
Add description for available plugins and their parameters.

It is based on info from upstream wiki pages:
https://github.com/FreeRDP/FreeRDP/wiki/Plugins
https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface
2017-09-12 14:33:07 +02:00
channels Merge pull request #2693 from ondrejholy/fix-pulse-cmd 2015-06-22 13:20:53 +02:00
client Add description for available plugins 2017-09-12 14:33:07 +02:00
cmake backported timezone redirection 2013-08-10 10:18:13 -04:00
cunit cunit: fix test_read_fast_index_order() 2012-01-14 10:43:40 -06:00
docs
include backported timezone redirection 2013-08-10 10:18:13 -04:00
keymaps
libfreerdp-cache cache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE_WAITING_LIST_INDEX handling 2012-03-30 15:48:06 -04:00
libfreerdp-channels libfreerdp-utils: extend plugin utils 2012-02-09 19:48:52 -05:00
libfreerdp-codec Changed some functions from inline to static inline 2013-02-20 02:04:16 +01:00
libfreerdp-core Replace deprecated des_ and fix LibreSSL build 2015-12-28 22:49:21 +00:00
libfreerdp-gdi Changed some functions from inline to static inline 2013-02-20 02:04:16 +01:00
libfreerdp-kbd build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
libfreerdp-rail
libfreerdp-utils backported timezone redirection 2013-08-10 10:18:13 -04:00
resources
scripts backported timezone redirection 2013-08-10 10:18:13 -04:00
server Register a RDP key file to have RDP security functionnal 2013-02-26 22:30:15 +01:00
.gitignore
ChangeLog Update ChangeLog and changed version to 1.0.2 2013-01-02 22:46:59 +01:00
CMakeLists.txt build: removed macosx-version-min 2014-02-06 11:14:41 +01:00
config.h.in backported timezone redirection 2013-08-10 10:18:13 -04:00
freerdp.pc.in
freerdp.spec
LICENSE
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