Go to file
jsorg71 20e26f1ccd win32 time zone changes 2006-07-07 05:34:34 +00:00
Xserver adding makefile 2006-07-01 05:07:48 +00:00
common adding initgroups() to support multiple user groups 2006-07-01 14:25:12 +00:00
debian add debian directory 2006-03-04 00:34:12 +00:00
docs added installdeb to makefiles 2006-03-04 01:02:09 +00:00
instfiles its xrdp_control.sh, not xrdp_daemon 2006-06-07 16:27:43 +00:00
libxrdp printf -> writeln 2006-04-29 01:47:06 +00:00
rdp printf -> writeln 2006-04-29 01:47:06 +00:00
sesman adding initgroups() to support multiple user groups 2006-07-01 14:25:12 +00:00
uirdesktop win32 time zone changes 2006-07-07 05:34:34 +00:00
vnc fix for large clip data 2006-05-02 23:36:01 +00:00
xrdp added rdp-scan-codes.txt 2006-07-07 05:06:11 +00:00
xup printf -> writeln 2006-04-29 01:47:06 +00:00
COPYING added COPYING 2004-07-09 02:40:20 +00:00
Makefile added installdeb to makefiles 2006-03-04 01:02:09 +00:00
design.txt update some txt files 2005-04-29 02:40:24 +00:00
install.txt documentation and script file changes 2006-02-18 05:42:59 +00:00
prog_std.txt update some txt files 2005-04-29 02:40:24 +00:00
readme.txt update readme.txt for new directories 2006-07-01 04:56:42 +00:00

readme.txt

Credits
  This project is very much dependent on rdesktop and the work of Matt Chapman
  and the rdesktop team members, of which I'm a member

  Mark from up 19.9 was the first to work with rdp server code.

To use this run make the ./xrdp, then connect with rdesktop or mstsc.
Tested with linux and i386.
I've got it compiling and working in windows with borland free tools.
I've got it compiling and working with linux on x64 processor

xrdp directory is the main server code
vnc directory is a simple vnc client module for xrdp
sesman directory is a session manager for xrdp that uses Xvnc for the Xserver
libxrdp directory is a static library needed by xrdp
rdp is an rdp client module for connecting to another rdp server
xup is a module used to connect to an rdp specific X11 server
Xserver is the files needed to build an rdp specific X11 server
COPYING is the licence file
design.txt is an attempt to expain the project design
prog_std.txt is an attemp to explain the programming standard used

run make in main xrdp directory to build
run make install as root to install in /usr/local/xrdp

Jay