Jay Sorg
cf5646c472
chansrv: add header
12 years ago
Jay Sorg
30f64f27b6
xrdp: xrdp_mm.c fix some warnings and code cleanup
12 years ago
Jay Sorg
05de2e592a
chansrv: fix for building without fuse
12 years ago
jsorg71
75f63e7894
Merge pull request #64 from imprazaguy/bug_fix_nopam
...
Bug fix for building without PAM
12 years ago
Guan-Zhong Huang
b518a3bfe9
Fix password authentication to handle different encryption algorithms
12 years ago
Guan-Zhong Huang
6fd7deb510
Fix compilation error without PAM
12 years ago
Guan-Zhong Huang
059deae6f3
Fix incorrect usage of log_message()
12 years ago
Laxmikant Rashinkar
297fdaf1c6
o removed square brackets inside commented code in xrdp.ini
...
because due to parsing bug
12 years ago
Laxmikant Rashinkar
78d4e19258
o early checkin for drive redirection
...
o basic drive redirection is working
o functions currently supported: open:
read, write, create, get/set attribute
o requires latest NeutrinoRDP to work
o note: clipboard is broken because of the move from
linked lists to inodes in the FUSE code
12 years ago
Jay Sorg
b53cefbea4
X11rdp: in composite, use pCompositeClip, not clientClip
12 years ago
Jay Sorg
4607de10a6
randr test, print ConfigureNotify width and height
12 years ago
Jay Sorg
3365cae66b
randr test change
12 years ago
Jay Sorg
f04e162b03
xorg randr test app
12 years ago
Jay Sorg
f8b851855d
add randr test
12 years ago
Jay Sorg
898b8efdf2
chansrv: fix clipboard crash
12 years ago
Jay Sorg
f0cc2ea04c
X11rdp: fix for RandR desktop resizing
12 years ago
Jay Sorg
b7af404030
xrdpapi: cast fix
12 years ago
ArvidNorr
2ed9994dcc
Merge pull request #62 from ArvidNorr/freerdplog
...
Added some logging in freeRDP module
12 years ago
ArvidNorr
f3d795049e
layoutfix
12 years ago
ArvidNorr
48c9e183a0
freeRDP Connection status to log
12 years ago
ArvidNorr
4006260317
Merge pull request #61 from ArvidNorr/channelblock
...
Comments,debug added. Fix for potential vulnerability in log.c
12 years ago
ArvidNorr
fe69d2f07b
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
12 years ago
ArvidNorr
6c2c4a9b11
Merge pull request #60 from ArvidNorr/freerdpfixes
...
Support different mouse pointers better if you not use windows Aero scheme
Support for text cursors in microsoft word.
12 years ago
ArvidNorr
7fea3a661b
Layout fixes
12 years ago
ArvidNorr
72c99794ee
Merge pull request #59 from ArvidNorr/morelogging
...
More logging for debug and trace.
12 years ago
ArvidNorr
fb7294ed26
small len fixes
12 years ago
ArvidNorr
fa55ece029
Removed unused 'build' in gitignore
12 years ago
ArvidNorr
9aa0cb4e61
Merge pull request #58 from ArvidNorr/pam-cont
...
PAM additions mostly for a gateway situation
12 years ago
ArvidNorr
876f356dad
deny access if group is undefined
12 years ago
ArvidNorr
0770f217fa
PAM error text can be configured
12 years ago
Philipp Hahn
58024d0500
doc: xrdp-chansrv manual page
...
Add manual page for internally forked channel server.
12 years ago
Philipp Hahn
007b581538
doc: xrdp-sessvc manual page
...
Add manual page for internally called xrdp-sessvc.
The program should probably be moved to /usr/lib/xrdp/ as it's only
called internally.
12 years ago
Philipp Hahn
cae4505f5b
doc: xrdp-genkeymap manual page
...
Add manual page for key map generation utility.
12 years ago
Philipp Hahn
d6aed5e83f
doc: xrdp-keygen manual page
...
Add updated manual page from Debian project.
12 years ago
Philipp Hahn
674f4c060f
doc: xrdp-xcon manual page
...
Add a manual page for xrdp-xcon, which is currently not installed, since
xrdp-xcon is not installed.
12 years ago
Philipp Hahn
feae08dcc5
doc: xrdp-dis manual page
...
Add a manual page for xrdp-dis, which is used to disconnect the RDP
connection but otherwise keep the session running.
12 years ago
Philipp Hahn
ab2e950246
doc: xrdp-sesadmin manual page
...
Add a manual page for xrdp-sessadmin.
12 years ago
Philipp Hahn
19efc04e64
doc: Update xrdp.ini options
...
Update General section.
Document Logging section.
Document Channels section.
12 years ago
Philipp Hahn
dfc010f8cc
doc: Follow xrdp- rename
...
sesman and sesrun were prefixed with xrdp- a long time ago.
Update the manual pags to follow that change as well.
12 years ago
Philipp Hahn
e67878cedd
doc: Man page cleanup
...
Simlify example sections.
Remove un-needed .LP after section start.
Insert empty line before section start.
12 years ago
Philipp Hahn
3b1897470c
doc: Format manual page references
...
Use .BR to fromat name(section) as recommended by man(7).
Use .I for variable arguments.
12 years ago
Philipp Hahn
2de038d2b1
doc: Use man_MANS in Makefile.am
...
automake does know where to install manual pages, so use man_MANS
instead of hand crafting custom rules.
12 years ago
Philipp Hahn
bd49e89030
doc: LDAP
...
Give hint to use PAM for LDAP.
12 years ago
Philipp Hahn
7a0db8a152
X11rdp: Rework changing directories
...
Remove unchecked changes of directories.
12 years ago
Philipp Hahn
4163fd8d38
X11rdp: make variables function local
...
Use local to declare variables local
12 years ago
Philipp Hahn
f2b7aafb4e
X11rdp: fix spelling mistakes
...
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
12 years ago
Philipp Hahn
29b7081dcf
X11rdp: Handle more compression formats
...
Add .xz and plain .tar files.
12 years ago
Philipp Hahn
a29c011e02
X11rdp: Simplify if constructs
...
Directly use exit value instead of evaluating $?
12 years ago
Philipp Hahn
eb3253fafc
X11rdp: simplify line splitting
...
Use "IFS=: read" instead of "echo|cut" constructs.
12 years ago
Philipp Hahn
536ac7f9e8
X11rdp: simplify download
...
Use case-statement instead of many ifs.
12 years ago