Unix client for Microsoft Remote Desktop Services
Go to file
Jay Sorg 4574f1d7bd focus fullscreen window if not focused when mouse moves, it seems some display managers don't focus new windows, this will provides a way to fucus it
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@287 423420c4-83ab-492f-b58f-81f9feb106b5
2003-01-05 20:06:32 +00:00
crypto Sync crypto/ with OpenSSL 0.9.6g (trivial changes only). 2002-09-25 09:00:57 +00:00
doc Added keymap autodetect wish. 2002-12-07 18:35:29 +00:00
keymaps Added localstate to Return. 2003-01-02 10:55:01 +00:00
.cvsignore Added .cvsignore 2002-07-18 18:22:40 +00:00
bitmap.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
cache.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
configure Fixed broken --without-openssl. 2002-11-19 11:06:12 +00:00
constants.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
ewmhints.c Including rdesktop.h after Xlib.h. 2002-11-19 10:38:53 +00:00
indent-all.sh Changed max line length to 100 2002-07-30 07:18:48 +00:00
iso.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
licence.c Remove -l (Microsoft have long since fixed the bug that made it work). 2002-10-06 13:57:39 +00:00
Makefile Support for extended WM hint _NET_WORKAREA, via -g workarea 2002-11-18 18:12:49 +00:00
mcs.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
orders.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
orders.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
parse.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
proto.h Applied WM-kill patch from Matthew Riechers (slightly modified 2002-11-19 14:48:02 +00:00
rdesktop.c save licence change, based on Peter Fales and Mrs. Brisbys discussion. 2002-11-26 14:39:50 +00:00
rdesktop.h Bumped up version to 1.2beta1 2002-11-19 15:02:17 +00:00
rdesktop.spec Bumped up version to 1.2beta1 2002-11-19 15:02:17 +00:00
rdp.c fix for 32k packets that are really 8 2002-12-10 17:24:27 +00:00
README Replace README with build and invocation instructions. 2002-10-09 14:13:46 +00:00
scancodes.h Removed FIXME for key 124 (Print Screen). 2002-09-25 11:20:14 +00:00
secure.c Minor memory leak (pointed out by Eric Sellers <eric.sellers@beer.com>) 2002-10-09 14:20:31 +00:00
tcp.c Applied WM-kill patch from Matthew Riechers (slightly modified 2002-11-19 14:48:02 +00:00
types.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
xkeymap.c Indent fixes 2002-11-18 15:31:19 +00:00
xwin.c focus fullscreen window if not focused when mouse moves, it seems some display managers don't focus new windows, this will provides a way to fucus it 2003-01-05 20:06:32 +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").