Go to file
jsorg71 206c925043 added debug data 2007-04-08 21:25:05 +00:00
Xserver 6.8.2 works too 2007-01-13 09:13:24 +00:00
common licence change 2007-02-07 03:37:26 +00:00
debian more checks in scripts 2006-08-14 05:12:55 +00:00
docs added ListenAddress configuration option 2007-03-25 21:20:20 +00:00
instfiles xrdp_control.sh is a bash script 2007-02-03 23:09:08 +00:00
libxrdp added debug data 2007-04-08 21:25:05 +00:00
rdp copyright year update 2007-01-12 04:51:48 +00:00
sesman added sessvc as session supervisor 2007-04-07 16:20:08 +00:00
vnc adding libscp to xup 2007-03-25 13:42:45 +00:00
xrdp small fixes for italian keymap (added <>{} keys) 2007-04-01 20:42:35 +00:00
xup adding libscp to xup 2007-03-25 13:42:45 +00:00
COPYING update license clauses 2006-11-14 05:25:16 +00:00
Makefile xrdpstart.sh removed 2007-01-21 03:44:44 +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