Unix client for Microsoft Remote Desktop Services
Go to file
Erik Forsberg 9231b642e8 Detection of unclean disconnect turned out not to work on W2K3 Server. Doh!
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@425 423420c4-83ab-492f-b58f-81f9feb106b5
2003-06-19 11:46:30 +00:00
crypto Fix a compile warning. 2003-01-30 11:47:11 +00:00
doc Detection of unclean disconnect turned out not to work on W2K3 Server. Doh. 2003-06-19 11:46:03 +00:00
keymaps Commited new hungarian keymap 2003-05-23 14:39:35 +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 Added comment about TAG_SRV_SRV_3. And some debug output. 2003-06-11 07:12:18 +00:00
cliprdr.c Try using STRING instead of TEXT if TEXT doesn't exist in the targets list. 2003-06-16 09:03:55 +00:00
configure Added --with-debug-clipboard and it's documentation. 2003-06-06 10:39:41 +00:00
constants.h Added clipboard-related constants. 2003-06-06 10:40:14 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
ewmhints.c Fix a few compile warnings. 2003-01-30 11:20:30 +00:00
indent-all.sh Added rdp2vnc support 2003-02-20 12:14:13 +00:00
ipc.c Inter-rdesktop communication, initial revision. 2003-06-06 10:10:04 +00:00
iso.c Eliminate previous ugly hack for RDP5 packets, in order to make it work 2003-06-17 08:44:32 +00:00
licence.c Indentation changes. 2003-06-06 10:44:20 +00:00
Makefile Compile channels.o, cliprdr.o and ipc.o as well. 2003-06-06 11:11:44 +00:00
mcs.c Allow sending to specific MCS channels (still keeping old interface intact). 2003-06-06 10:46:00 +00:00
orders.c Changes after running indent-all.sh. 2003-06-06 11:09:24 +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 Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
proto.h Make rdesktop return 0 only if a RDP_PDU_DISCONNECT was received, 2003-06-19 07:29:53 +00:00
rdesktop.c Make rdesktop return 0 only if a RDP_PDU_DISCONNECT was received, 2003-06-19 07:29:53 +00:00
rdesktop.h Definition of DEBUG_CLIPBOARD. 2003-06-06 10:43:01 +00:00
rdesktop.spec Bump version to 1.2.0, update manpage. 2003-01-22 08:10:11 +00:00
rdp5.c Eliminate previous ugly hack for RDP5 packets, in order to make it work 2003-06-17 08:44:32 +00:00
rdp.c Detection of unclean disconnect turned out not to work on W2K3 Server. Doh! 2003-06-19 11:46:30 +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 If server advertises RDP4 support only, don't use rdp5. Ie, provide 2003-06-12 09:25:13 +00:00
tcp.c Eliminate previous ugly hack for RDP5 packets, in order to make it work 2003-06-17 08:44:32 +00:00
types.h Definition of cliprdr_dataformat. 2003-06-06 11:08:15 +00:00
xkeymap.c Changes after running indent-all.sh. 2003-06-06 11:09:24 +00:00
xproto.h Comments about what file contains what functions. 2003-06-06 10:43:40 +00:00
xwin.c Listen for clipboard-related events and handle them. 2003-06-06 11:10:48 +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").