Unix client for Microsoft Remote Desktop Services
Go to file
Matt Chapman ed5618c619 private colour map code only works for 8 bpp, disable otherwise
(from neoware)


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@516 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-28 03:30:51 +00:00
crypto Fix a compile warning. 2003-01-30 11:47:11 +00:00
doc remove description for unimplemented commandline-option -r 2003-10-20 21:04:40 +00:00
keymaps Applied patch from 795597. 2003-10-14 11:55:24 +00:00
vnc rfbregion.h is in rfb dir. 2003-02-21 10:35:38 +00:00
.cvsignore Added rdp2vnc support 2003-02-20 12:14:13 +00:00
bitmap.c Added a line telling emacs that the basic offset is 8. 2003-03-27 13:08:57 +00:00
cache.c adding g_ prefix to global vars, cache.c done 2003-05-30 21:31:59 +00:00
channels.c fix for compiler-warning 2003-10-19 12:20:38 +00:00
cliprdr.c Indent fixes 2003-07-09 09:18:20 +00:00
configure Better install detection (we want GNU or BSD, not SVR4 install) - try 2003-10-28 02:38:30 +00:00
constants.h Applied null cursor patch from jeroen@oldambt7.com 2003-10-22 10:55:11 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
ewmhints.c Indent fixes. 2003-09-15 07:59:36 +00:00
indent-all.sh Added rdp2vnc support 2003-02-20 12:14:13 +00:00
iso.c Indentation fix. 2003-08-11 11:08:19 +00:00
licence.c preceeded more global vars with g_ 2003-07-28 21:41:12 +00:00
Makefile Better install detection (we want GNU or BSD, not SVR4 install) - try 2003-10-28 02:38:30 +00:00
mcs.c Commit of work in progress on channels (so that other people can hack on 2003-07-01 09:31:25 +00:00
orders.c more g_ prefix for global vars 2003-08-01 17:01:58 +00:00
orders.h changed all order vars that go through rdp_in_coord to sint16 2003-05-16 21:55:14 +00:00
parse.h Commit of work in progress on channels (so that other people can hack on 2003-07-01 09:31:25 +00:00
printer.c Indent fixes 2003-07-09 09:18:20 +00:00
proto.h Applied null cursor patch from jeroen@oldambt7.com 2003-10-22 10:55:11 +00:00
rdesktop.c added switch (-A) to disable rdpsnd 2003-10-17 08:23:47 +00:00
rdesktop.h Commit of work in progress on channels (so that other people can hack on 2003-07-01 09:31:25 +00:00
rdesktop.spec Bump version to 1.2.0, update manpage. 2003-01-22 08:10:11 +00:00
rdp5.c Applied null cursor patch from jeroen@oldambt7.com 2003-10-22 10:55:11 +00:00
rdp.c Reinstate hexdump for WITH_DEBUG. 2003-10-28 01:44:48 +00:00
rdpdr.c Indent fixes 2003-07-09 09:18:20 +00:00
rdpsnd_oss.c fix for oss-driver (too fast acks) 2003-10-23 11:11:31 +00:00
rdpsnd_sun.c AUDIO_CHANNELS_MONO/AUDIO_CHANNELS_STEREO not defined in some versions 2003-10-28 02:33:52 +00:00
rdpsnd.c Fixed indentation 2003-10-15 14:01:32 +00:00
README Replace README with build and invocation instructions. 2002-10-09 14:13:46 +00:00
scancodes.h Fix typo. 2003-10-28 03:20:43 +00:00
secure.c Add option to attach to console on Windows 2003. 2003-10-09 04:21:19 +00:00
serial.c Indent fixes 2003-07-09 09:18:20 +00:00
tcp.c ipv6 connect sanity checking: error message if not able to connect, 2003-08-17 07:28:53 +00:00
types.h Fixed indentation 2003-10-15 14:01:32 +00:00
xclip.c Indent fixes. 2003-09-15 07:59:36 +00:00
xkeymap.c Kbd fix: Shift was always reset after press 2003-09-15 08:03:30 +00:00
xproto.h Indent fixes 2003-07-09 09:18:20 +00:00
xwin.c private colour map code only works for 8 bpp, disable otherwise 2003-10-28 03:30:51 +00:00

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

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

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").