Unix client for Microsoft Remote Desktop Services
Go to file
Peter Kallden 3032e6b514 fix mem free bug with printercache - from anders flick
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@597 423420c4-83ab-492f-b58f-81f9feb106b5
2004-02-06 10:32:13 +00:00
crypto Fix a compile warning. 2003-01-30 11:47:11 +00:00
doc lptport and comport only do write in w2k, and it is not seamless. 2004-01-29 12:37:12 +00:00
keymaps Reverted to the old numlock-state code. The numlock sync can be enabled via new option -N 2003-12-08 12:01:25 +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 fix seg fault when offset goes negative in desktop cache 2003-12-24 17:23:03 +00:00
channels.c Fix compile warnings on HP-UX. 2003-10-31 04:29:57 +00:00
cliprdr.c Show frequent cliprdr-errors only when used with WITH_DEBUG_CLIPBOARD 2003-12-09 22:07:47 +00:00
configure Use stropts.h on solaris 2003-12-11 14:59:54 +00:00
constants.h redirection of disk, lptport, printer, comport. 2004-01-21 14:40:40 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
disk.c add some defines. handle dirs first, otherwise we can not create dirs 2004-02-05 15:41:56 +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 Fixed dist and RPM spec file 2004-01-23 08:18:41 +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 Indent fixes 2003-11-03 13:22:09 +00:00
orders.h changed all order vars that go through rdp_in_coord to sint16 2003-05-16 21:55:14 +00:00
parallel.c reworked the asyncio some and completed it. parallel and serial uses it now. disk.c is a likely candidate for the future, but there are some problems with disk.c that we will have to look into first. parallel and serial works better, they do not hang the session, but are still yerky at large chunks... possibly we could split the chunks, but the terminal server does not seem to like partial transfers, i've tried some variations.. :) fns->write() could be split in smaller pieces, but what should the thresholds be. 2004-01-30 14:10:32 +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 delete un needed define. 2004-01-29 11:41:35 +00:00
printercache.c fix mem free bug with printercache - from anders flick 2004-02-06 10:32:13 +00:00
proto.h Ran indent-all.sh 2004-01-23 08:35:52 +00:00
rdesktop.c cleanup of ltoa 2004-01-27 10:36:49 +00:00
rdesktop.h redirection of disk, lptport, printer, comport. 2004-01-21 14:40:40 +00:00
rdesktop.spec Fixed dist and RPM spec file 2004-01-23 08:18:41 +00:00
rdp5.c Applied null cursor patch from jeroen@oldambt7.com 2003-10-22 10:55:11 +00:00
rdp.c redirection of disk, lptport, printer, comport. 2004-01-21 14:40:40 +00:00
rdpdr.c fix mem free bug with printercache - from anders flick 2004-02-06 10:32:13 +00:00
rdpsnd_oss.c Indent fixes 2003-10-29 14:14:46 +00:00
rdpsnd_sun.c Use AUDIO_FLUSH on the BSDs 2003-12-11 15:07:04 +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 Ran indent-all.sh 2004-01-23 08:35:52 +00:00
serial.c reworked the asyncio some and completed it. parallel and serial uses it now. disk.c is a likely candidate for the future, but there are some problems with disk.c that we will have to look into first. parallel and serial works better, they do not hang the session, but are still yerky at large chunks... possibly we could split the chunks, but the terminal server does not seem to like partial transfers, i've tried some variations.. :) fns->write() could be split in smaller pieces, but what should the thresholds be. 2004-01-30 14:10:32 +00:00
tcp.c errno is not valid when recv returns zero. 2003-11-08 09:17:41 +00:00
types.h Ran indent-all.sh 2004-01-23 08:35:52 +00:00
xclip.c Translating linebreaks when exchanging data via clipboard 2003-12-05 10:36:04 +00:00
xkeymap.c Another famous "forgotten break in switch statement" bug... 2003-12-08 15:28:24 +00:00
xproto.h Indent fixes 2003-07-09 09:18:20 +00:00
xwin.c tmp disable select timeout - we segfault 2004-02-03 13:55:12 +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").