You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The session match logic had two versions - one for the SESMAN_SESSION_TYPE_XRDP and SESMAN_SESSION_TYPE_XORG sessions and one for every other type. The only difference was, that different display sizes where ignored when searching for sessions to reconnect if the policy does not have the SESMAN_CFG_SESS_POLICY_D flag set and the type is SESMAN_SESSION_TYPE_XRDP or SESMAN_SESSION_TYPE_XORG. The reason was that xvnc cannot resize and the others can do. This two versions where not necessary because we set the SESMAN_CFG_SESS_POLICY_D flag every time we have a xvnc session a few lines above. So the two branches for the different types can be reduced to one. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> |
9 years ago | |
---|---|---|
common | 10 years ago | |
docs | 10 years ago | |
fontdump | 13 years ago | |
genkeymap | 10 years ago | |
instfiles | 9 years ago | |
keygen | 11 years ago | |
librfxcodec@61f6e92ecd | 10 years ago | |
libxrdp | 10 years ago | |
mc | 10 years ago | |
neutrinordp | 10 years ago | |
rdp | 10 years ago | |
sesman | 9 years ago | |
tcutils | 10 years ago | |
tests | 10 years ago | |
vnc | 9 years ago | |
vrplayer | 11 years ago | |
xorg | 10 years ago | |
xorgxrdp@884b347897 | 10 years ago | |
xrdp | 9 years ago | |
xrdpapi | 11 years ago | |
xrdpvr | 11 years ago | |
xup | 10 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 10 years ago | |
COPYING | 13 years ago | |
Coding_Style.odt | 13 years ago | |
Makefile.am | 12 years ago | |
astyle_config.as | 13 years ago | |
bootstrap | 10 years ago | |
configure.ac | 10 years ago | |
description-pak | 12 years ago | |
design.txt | 15 years ago | |
faq-compile.txt | 11 years ago | |
faq-general.txt | 12 years ago | |
file-loc.txt | 16 years ago | |
install.txt | 15 years ago | |
postinstall-pak | 12 years ago | |
prog_std.txt | 20 years ago | |
readme.txt | 11 years ago |
readme.txt
xrdp 0.9.0 Credits This project is very much dependent on NeutrinoRDP, FreeRDP, rdesktop, and the work of Matt Chapman and the NeutrinoRDP 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 Sorg