Unix client for Microsoft Remote Desktop Services
Go to file
Peter Åstrand 336cb6cc1f Now using Autoconf. Old OpenSSL files removed.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@739 423420c4-83ab-492f-b58f-81f9feb106b5
2004-07-31 13:07:41 +00:00
doc added persistant bitmap chaching from Jeroen Meijer, slightly modified 2004-06-27 17:51:54 +00:00
keymaps Applied modified patch from Philippe Serbruyns. 2004-07-12 20:49:07 +00:00
uiports added svgardesktopbuild.sh 2004-07-09 17:29:03 +00:00
vnc Indent fixes 2004-04-15 20:12:42 +00:00
.cvsignore Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
bitmap.c fix compiler warning/error "a cast does not yield a lvalue" 2004-05-11 07:34:03 +00:00
bootstrap Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
cache.c Indent fixes 2004-07-12 21:07:39 +00:00
channels.c Indent fixes 2004-06-17 09:42:58 +00:00
cliprdr.c Show frequent cliprdr-errors only when used with WITH_DEBUG_CLIPBOARD 2003-12-09 22:07:47 +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 Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
constants.h Fix compiler error: 2004-06-27 18:53:08 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
disk.c Bugfix: When a broken symlink was found in a directory, the 2004-05-11 13:52:22 +00:00
disk.h The enum FILE_INFORMATION_CLASS was a bit wrong, 2004-04-16 11:10:12 +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
install-sh Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
iso.c bring the rdp5 packets through the various layers 2004-07-05 19:09:07 +00:00
licence.c Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
Makefile.in Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
mcs.c bring the rdp5 packets through the various layers 2004-07-05 19:09:07 +00:00
mppc.c Indent fixes 2004-06-17 09:42:58 +00:00
orders.c Indent fixes 2004-07-12 21:07:39 +00:00
orders.h Indent fixes 2004-07-12 21:07:39 +00:00
parallel.c Made internal functions static. 2004-04-17 07:14:41 +00:00
parse.h fix age old compile error next_be is not defined when B_ENDIAN is and NEED_ALIGN is not 2004-06-30 17:57:47 +00:00
printer.c Removed last newline. 2004-04-17 07:28:30 +00:00
printercache.c Made internal functions static. 2004-04-17 07:14:41 +00:00
proto.h Indent fixes 2004-07-12 21:07:39 +00:00
pstcache.c Indent fixes 2004-07-12 21:07:39 +00:00
rdesktop.c Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
rdesktop.h configure-check for endianess and fallback in rdesktop.h 2004-05-07 04:56:09 +00:00
rdesktop.spec Fixed dist and RPM spec file 2004-01-23 08:18:41 +00:00
rdp5.c bring the rdp5 packets through the various layers 2004-07-05 19:09:07 +00:00
rdp.c Indent fixes 2004-07-12 21:07:39 +00:00
rdpdr.c proceed more global vars with g_ 2004-06-15 22:17:08 +00:00
rdpsnd_oss.c Indent fixes 2003-10-29 14:14:46 +00:00
rdpsnd_sun.c use ifdef to see if we are big-endian 2004-05-07 12:01:53 +00:00
rdpsnd.c Made internal functions static. 2004-04-17 07:24:22 +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 Now using Autoconf. Old OpenSSL files removed. 2004-07-31 13:07:41 +00:00
serial.c Fix compilation on hp/ux 2004-04-29 19:41:49 +00:00
tcp.c Fix for my last tcp.c fix to provide sensible error-messages again 2004-06-27 19:17:24 +00:00
types.h added persistant bitmap chaching from Jeroen Meijer, slightly modified 2004-06-27 17:51:54 +00:00
xclip.c Don't advertise UTF8_STRING. Use STRING instead. This gives much 2004-06-04 08:42:11 +00:00
xkeymap.c proceed more global vars with g_ 2004-06-15 22:17:08 +00:00
xproto.h Indent fixes 2003-07-09 09:18:20 +00:00
xwin.c added persistant bitmap chaching from Jeroen Meijer, slightly modified 2004-06-27 17:51:54 +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").