Go to file
jsorg71 dd96a1aa04 added kerberos auth 2005-11-16 04:32:21 +00:00
common add SPLITCOLOR15 and 16 2005-11-10 04:38:39 +00:00
docs/man added manpages for xrdp, xrdp.ini, sesman, sesman.ini, sesrun 2005-11-13 22:15:09 +00:00
instfiles minor xrdpstart.sh changes 2005-11-06 01:49:33 +00:00
libxrdp read rdp login info 2005-09-27 03:50:54 +00:00
rdp 8 /16 bpp client fixes 2005-11-10 02:37:57 +00:00
sesman added kerberos auth 2005-11-16 04:32:21 +00:00
vnc use case insensitive compare in lib_mod_set_param 2005-09-25 03:08:12 +00:00
xrdp opps, MAKELONG fix 2005-11-08 00:52:14 +00:00
COPYING added COPYING 2004-07-09 02:40:20 +00:00
Makefile rdp module 2005-11-03 03:33:23 +00:00
design.txt update some txt files 2005-04-29 02:40:24 +00:00
prog_std.txt update some txt files 2005-04-29 02:40:24 +00:00
readme.txt update readme.txt 2005-09-20 01:49:15 +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
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