Go to file
Mads Kiilerich f799615c22 locale: drop Virtual-Key as intermediate format for xkbfile
There is no 1:1 mapping between Virtual-Key codes and the "scancodes" used in
the rdp protocol. Some examples are VK_RETURN and VK_DIVIDE and US keyboards
where two different physical keys with different "scancodes" in the protocol
map to the same Virtual-Key on the server. Another bad fit seems to be the
Japanese backslash key.

The rdp scancodes are apparently undocumented and different from everything
else. The best we can do is to reverse engineer the protocol values and give
them some descriptive names and try to figure out how they relate to the native
scancodes on the supported platforms.
2012-03-29 01:12:48 +02:00
channels Compilation fixes for FreeBSD. 2012-03-20 14:27:28 +01:00
client clients: use rdp scancode definitions when sending key events 2012-03-29 01:12:48 +02:00
cmake cmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP 2012-03-22 13:33:51 +01:00
cunit mppc_enc: add hash tables to speed up mppc encoder 2012-03-27 00:43:53 -07:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include locale: drop Virtual-Key as intermediate format for xkbfile 2012-03-29 01:12:48 +02:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-cache libfreerdp-cache: complete update_pointer_color 2012-03-28 15:34:56 -07:00
libfreerdp-channels include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-codec wfreerdp: fix compilation warnings 2012-03-23 18:26:03 -04:00
libfreerdp-core mppc_enc: add hash tables to speed up mppc encoder 2012-03-27 00:43:53 -07:00
libfreerdp-crypto libfreerdp-sspi: NTLM server-side pubKeyAuth sending 2012-03-18 20:08:05 -04:00
libfreerdp-gdi include: move config.h into private headers. 2012-03-12 19:14:56 +08:00
libfreerdp-locale locale: drop Virtual-Key as intermediate format for xkbfile 2012-03-29 01:12:48 +02:00
libfreerdp-rail wfreerdp: fix compilation warnings 2012-03-23 18:26:03 -04:00
libfreerdp-sspi libfreerdp-sspi: add _T() macro 2012-03-24 18:01:56 -04:00
libfreerdp-utils libfreerdp-utils: make freerdp_append_shared_library_suffix work when file_path is shorter than the suffix, which is true for 'rail' and '.dylib'. 2012-03-27 14:54:10 -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: fix building without XTest 2012-03-29 01:10:58 +02: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 libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05: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