Go to file
jsorg71 af7a549512 working on fontdump 2007-09-04 07:04:34 +00:00
Xserver remove makefile_rdp 2007-05-19 06:31:29 +00:00
common make sure malloc didn't return nil 2007-07-26 05:40:27 +00:00
debian copyright year update 2007-05-27 23:50:07 +00:00
docs added ListenAddress configuration option 2007-03-25 21:20:20 +00:00
fontdump working on fontdump 2007-09-04 07:04:34 +00:00
instfiles more portable start / stop script 2007-04-29 06:38:30 +00:00
keygen moved ssl calls to common 2007-06-16 04:52:19 +00:00
libxrdp make sure next_packet is not null 2007-05-06 06:46:42 +00:00
mc early work 2007-06-03 08:46:23 +00:00
rdp version missing from struct 2007-05-18 07:04:13 +00:00
sesman patch from 'Hug Me' 2007-08-31 04:09:20 +00:00
vnc move sesman com to xrdp 2007-05-12 04:20:14 +00:00
xrdp started work on unicode 2007-07-24 05:29:35 +00:00
xup move sesman com to xrdp 2007-05-12 04:20:14 +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 2007-07-18 04:49:54 +00:00

readme.txt

xrdp 0.5.0

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.

Tested with linux on i386, x64, sparc, and ppc.
I've got it compiling and working in windows with borland free tools.
Non of the sesman or Xserver stuff works in windows of course.

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