Menu

Tree [4e51af] master /
 History

HTTPS access


File Date Author Commit
 common 2011-09-20 Ryan Rafferty Ryan Rafferty [4e51af] Revert "added common/constants.h; refactored to...
 docs 2010-11-19 Itamar Reis Peixoto Itamar Reis Peixoto [b4b27c] more files to fix make dist
 fontdump 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 freerdp 2010-12-30 Jay Sorg Jay Sorg [c283c9] freerdp work
 genkeymap 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 instfiles 2011-01-17 Nicola Ruggero Nicola Ruggero [3f670b] Added SwissGerman keyboard layout file. Thx to ...
 keygen 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 libxrdp 2011-09-20 Ryan Rafferty Ryan Rafferty [506652] Revert "added common/constants.h; refactored to...
 mc 2010-12-10 Jay Sorg Jay Sorg [31669e] update mc interface
 rdp 2011-09-20 Ryan Rafferty Ryan Rafferty [506652] Revert "added common/constants.h; refactored to...
 sesman 2011-09-20 Ryan Rafferty Ryan Rafferty [506652] Revert "added common/constants.h; refactored to...
 vnc 2010-11-21 Itamar Reis Peixoto Itamar Reis Peixoto [b06f72] Merge branch 'itamarjp' of ssh://xrdp.git.sourc...
 xrdp 2010-11-26 Jay Sorg Jay Sorg [dd6a09] variable drop down menu size
 xup 2010-11-21 Itamar Reis Peixoto Itamar Reis Peixoto [b06f72] Merge branch 'itamarjp' of ssh://xrdp.git.sourc...
 .gitignore 2010-11-21 Itamar Reis Peixoto Itamar Reis Peixoto [b06f72] Merge branch 'itamarjp' of ssh://xrdp.git.sourc...
 COPYING 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 Makefile.am 2010-11-21 Itamar Reis Peixoto Itamar Reis Peixoto [23b42a] fix mistake in Makefile.am
 bootstrap 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 configure.ac 2010-11-23 Itamar Reis Peixoto Itamar Reis Peixoto [0ed29a] remove unused else from configure.ac
 design.txt 2010-11-03 Nicola Ruggero Nicola Ruggero [4cf06d] Major code cleanup:
 faq-compile.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 faq-general.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 file-loc.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 install.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 prog_std.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...
 readme.txt 2010-10-19 Nicola Ruggero Nicola Ruggero [9f55ef] Merge branch 'master' of ssh://xrdp.git.sourcef...

Read Me

xrdp 0.6.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

since version 0.5.0 we switch to autotool to build xrdp

to build and install

change to the xrdp directory and run
./bootstrap
./configure
make
then as root
make install

see file-loc.txt to see what files are installed where

Jay