Unix client for Microsoft Remote Desktop Services
Go to file
Peter Åstrand faa696f9fa Added README
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@108 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-01 11:37:28 +00:00
crypto MIPSpro defaults to unsigned char, use signed char where required. 2001-09-17 12:50:49 +00:00
doc Added AUTHORS 2002-09-01 11:35:03 +00:00
keymaps Removed README; now in doc/keymapping.txt 2002-09-01 10:22:51 +00:00
.cvsignore Added .cvsignore 2002-07-18 18:22:40 +00:00
bitmap.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
cache.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
configure Added DESTDIR and --sharedir support. Uses DESTDIR in .spec 2002-08-14 14:43:25 +00:00
constants.h Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc 2002-07-27 22:35:38 +00:00
COPYING This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-10 07:36:34 +00:00
indent-all.sh Changed max line length to 100 2002-07-30 07:18:48 +00:00
iso.c Fixed indentation with indent 2002-07-18 16:38:31 +00:00
licence.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
Makefile Added manpage 2002-09-01 11:15:42 +00:00
mcs.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
orders.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
orders.h Fixed indentation with indent 2002-07-18 16:38:31 +00:00
parse.h Fixed indentation with indent 2002-07-18 16:38:31 +00:00
proto.h Alt modifier for fullscreen toggle 2002-08-26 17:14:04 +00:00
rdesktop.c Added -w option for setting title 2002-09-01 11:27:58 +00:00
rdesktop.h Got rid of var-arg macros 2002-07-30 07:30:12 +00:00
rdesktop.spec Added manpage 2002-09-01 11:15:42 +00:00
rdp.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
README Added README 2002-09-01 11:37:28 +00:00
readpass.c Closing unnecessary fds before askpass execution 2002-08-09 11:55:39 +00:00
scancodes.h Fixed broken definition of key 29 (SCANCODE_CHAR_BACKSPACE redefined). 2002-07-29 19:30:59 +00:00
secure.c Indent fixes 2002-08-26 17:12:43 +00:00
tcp.c Changed max line length to 100 2002-07-30 07:18:48 +00:00
types.h Merged new keysym-based keyboard handling (from alt. CVS repos) 2002-07-18 18:28:12 +00:00
xkeymap.c Keypresses was not sent unless DEBUG_KBD was enabled 2002-07-31 06:49:34 +00:00
xwin.c Make sure width is a multiple of 4 (previous version in ui_create_window 2002-08-29 14:18:24 +00:00

rdesktop is an open source client for Windows NT Terminal Server and
Windows 2000 Terminal Services, capable of natively speaking Remote
Desktop Protocol (RDP) in order to present the user's NT
desktop. Unlike Citrix ICA, no server extensions are required.

rdesktop currently runs on most UNIX based platforms with the X Window
System, and other ports should be fairly straightforward.

rdesktop was written by Matt Chapman (matthewc@cse.unsw.edu.au) based
on various scarce documentation, wire sniffs, and trial-and-error. It
is released under the GNU Public Licence (GPL).  Please send feedback,
bug reports and patches to the appropriate mailing list
(http://sourceforge.net/mail/?group_id=24366)

rdesktop is a Sourceforge project.  See the Sourceforge rdesktop
project info (http://sourceforge.net/projects/rdesktop/) for more
information.