Unix client for Microsoft Remote Desktop Services
Go to file
Michael Gernoth b3eadf86a3 fix for configure datarootdir-warning
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1309 423420c4-83ab-492f-b58f-81f9feb106b5
2006-11-01 20:53:40 +00:00
doc Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
keymaps Removed the localstate keyword from translations using numlock. This 2006-04-18 14:47:31 +00:00
uiports get uiport compiling again 2006-03-23 01:32:49 +00:00
vnc Indent fixes 2004-10-07 13:00:29 +00:00
.cvsignore Should ignore configure and .tar.gz:as. 2004-09-08 11:39:32 +00:00
bitmap.c Added missing c-basic-offset:s and license headers 2005-08-03 10:56:16 +00:00
bootstrap Removing old autom4te.cache before autoreconf. Seems to 2004-09-07 11:33:46 +00:00
cache.c Undo incorrect commit 2006-10-11 17:59:18 +00:00
channels.c Give virtual channel debug output its own switch. 2006-03-24 15:34:32 +00:00
cliprdr.c Handle when server sends a failure back for a clipboard request. 2006-03-27 12:29:29 +00:00
config.guess Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
config.sub Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
configure.ac Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
constants.h Allow server public key to be anywhere from 512 bits to 2048 bits. 2006-06-14 08:26:00 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
disk.c Indent fixes 2006-07-05 12:07:48 +00:00
disk.h The enum FILE_INFORMATION_CLASS was a bit wrong, 2004-04-16 11:10:12 +00:00
ewmhints.c ewmh_modify_state: Prevent using uninitialized state; simplify code. 2006-04-09 20:22:11 +00:00
indent-all.sh Added rdp2vnc support 2003-02-20 12:14:13 +00:00
install-sh Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
iso.c Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Directory support. 2005-08-08 19:15:57 +00:00
licence.c fix some warnings 2006-07-02 13:03:22 +00:00
lspci.c Added Emacs header, indicating c-basic-offset. 2006-03-10 07:14:30 +00:00
Makefile.in fix for configure datarootdir-warning 2006-11-01 20:53:40 +00:00
mcs.c Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Directory support. 2005-08-08 19:15:57 +00:00
mppc.c fix match length decoding for mppc with 64kB history buffer 2005-04-30 20:48:05 +00:00
orders.c ignore colour-cache with id 0. This fixes my colour-problems when using 2005-04-23 22:36:42 +00:00
orders.h Fix text2 order parsing. The brush is parsed but not yet used. 2005-03-10 22:40:20 +00:00
parallel.c Removed old-style extern errno declaration. 2005-08-23 20:27:14 +00:00
parse.h bump version to 1.4.0 2005-03-06 21:11:18 +00:00
printer.c Added missing c-basic-offset:s and license headers 2005-08-03 10:56:16 +00:00
printercache.c remove C++-style comments 2005-03-15 11:25:50 +00:00
proto.h Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
proto.head Added indent hints to proto templates. Generated new proto.h. 2005-08-25 20:43:45 +00:00
proto.tail Added indent hints to proto templates. Generated new proto.h. 2005-08-25 20:43:45 +00:00
pstcache.c idx should be uint16 2006-04-08 04:19:11 +00:00
rdesktop.c Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
rdesktop.h Bumped up version to 1.5.0 2006-09-13 12:10:14 +00:00
rdesktop.spec Changed the Copyright: tag to License: in accordance with RPM 4 2006-10-11 17:56:05 +00:00
rdp5.c Tell the server to stop sending window updates when the rdesktop window is unmapped 2005-05-20 22:09:32 +00:00
rdp.c 64bit fix from Jennings Jared <jared.jennings.ctr@eglin.af.mil> 2006-11-01 18:38:40 +00:00
rdpdr.c Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
rdpsnd_alsa.c Rewrite the queue management a bit so that blocks are not completed until 2006-10-26 09:47:17 +00:00
rdpsnd_dsp.c Indent fix 2006-10-27 12:58:13 +00:00
rdpsnd_dsp.h move simple resample algorithm from rdpsnd_libao.c to rdpsnd_dsp.c to 2006-10-01 12:16:50 +00:00
rdpsnd_libao.c Rewrite the queue management a bit so that blocks are not completed until 2006-10-26 09:47:17 +00:00
rdpsnd_oss.c Rewrite the queue management a bit so that blocks are not completed until 2006-10-26 09:47:17 +00:00
rdpsnd_sgi.c Fix some remaining references to rdpsnd_send_completion(). 2006-10-27 12:29:05 +00:00
rdpsnd_sun.c Fix some remaining references to rdpsnd_send_completion(). 2006-10-27 12:29:05 +00:00
rdpsnd.c Rewrite the queue management a bit so that blocks are not completed until 2006-10-26 09:47:17 +00:00
rdpsnd.h Rewrite the queue management a bit so that blocks are not completed until 2006-10-26 09:47:17 +00:00
README Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
scancodes.h Fix typo. 2003-10-28 03:20:43 +00:00
scard.c Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
scard.h Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
seamless.c Add a destroy group command to SeamlessRDP for when entire groups of windows 2006-04-28 07:55:36 +00:00
seamless.h Initial support for SeamlessRDP 2006-03-10 08:50:43 +00:00
secure.c fix some warnings 2006-07-02 13:03:22 +00:00
serial.c Added missing c-basic-offset:s and license headers 2005-08-03 10:56:16 +00:00
tcp.c Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
types.h Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional 2006-11-01 20:52:01 +00:00
xclip.c QT sets incorrect types on clipboard properties so we have to accept 2006-05-15 11:38:49 +00:00
xkeymap.c Undo incorrect commit 2006-10-11 17:59:18 +00:00
xproto.h Support for window groups and modal windows. 2006-03-21 14:42:25 +00:00
xwin.c Prevent segfaults in out of memory conditions by checking the pointer returned from XGetImage. 2006-10-27 12:59:38 +00:00

===========================================
rdesktop: A Remote Desktop Protocol client.
===========================================

rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.

Installation
------------
rdesktop uses a typical GNU-style build procedure:

	% ./configure [options]
	% make
	% make install

where documentation for [options] can be found by running "./configure --help".
Usually no options are necessary.  The default is to install under /usr/local,
this can be changed with --prefix=directory.

Invocation
----------

	% rdesktop [options] server

where server is the name of the Terminal Services machine.  Note: if you
receive "Connection refused", this probably means that the server does not have
Terminal Services enabled, or there is a firewall blocking access.

The rdesktop manual page lists the possible options ("man rdesktop").

Smart-card support notes
------------------------

Smart-card support module uses PCSC-lite. You should use PCSC-lite 1.2.9 or
later.

To enable smart-card support in the rdesktop just run "./configure" with the
"--enable-smartcard" option. Also you can enable smart-card debug with
additional "--with-debug-smartcard" option.