Laxmikant Rashinkar
297fdaf1c6
o removed square brackets inside commented code in xrdp.ini
...
because due to parsing bug
2013-03-08 16:24:12 -08:00
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
2013-03-08 15:37:30 -08:00
Jay Sorg
b53cefbea4
X11rdp: in composite, use pCompositeClip, not clientClip
2013-02-28 15:54:09 -08:00
Jay Sorg
4607de10a6
randr test, print ConfigureNotify width and height
2013-02-17 20:38:18 -08:00
Jay Sorg
3365cae66b
randr test change
2013-02-17 19:11:17 -08:00
Jay Sorg
f04e162b03
xorg randr test app
2013-02-17 19:03:43 -08:00
Jay Sorg
f8b851855d
add randr test
2013-02-17 17:47:24 -08:00
Jay Sorg
898b8efdf2
chansrv: fix clipboard crash
2013-02-15 18:35:44 -08:00
Jay Sorg
f0cc2ea04c
X11rdp: fix for RandR desktop resizing
2013-02-15 16:31:24 -08:00
Jay Sorg
b7af404030
xrdpapi: cast fix
2013-02-11 13:43:20 -08:00
ArvidNorr
2ed9994dcc
Merge pull request #62 from ArvidNorr/freerdplog
...
Added some logging in freeRDP module
2013-02-01 01:59:43 -08:00
ArvidNorr
f3d795049e
layoutfix
2013-02-01 10:57:44 +01:00
ArvidNorr
48c9e183a0
freeRDP Connection status to log
2013-02-01 10:53:37 +01:00
ArvidNorr
4006260317
Merge pull request #61 from ArvidNorr/channelblock
...
Comments,debug added. Fix for potential vulnerability in log.c
2013-02-01 01:06:46 -08:00
ArvidNorr
fe69d2f07b
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
2013-02-01 10:00:39 +01:00
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.
2013-01-31 11:55:46 -08:00
ArvidNorr
7fea3a661b
Layout fixes
2013-01-31 20:49:34 +01:00
ArvidNorr
72c99794ee
Merge pull request #59 from ArvidNorr/morelogging
...
More logging for debug and trace.
2013-01-31 11:22:43 -08:00
ArvidNorr
fb7294ed26
small len fixes
2013-01-31 20:17:42 +01:00
ArvidNorr
fa55ece029
Removed unused 'build' in gitignore
2013-01-31 16:23:20 +01:00
ArvidNorr
9aa0cb4e61
Merge pull request #58 from ArvidNorr/pam-cont
...
PAM additions mostly for a gateway situation
2013-01-31 07:17:42 -08:00
ArvidNorr
876f356dad
deny access if group is undefined
2013-01-31 15:19:58 +01:00
ArvidNorr
0770f217fa
PAM error text can be configured
2013-01-28 15:31:51 +01:00
Philipp Hahn
58024d0500
doc: xrdp-chansrv manual page
...
Add manual page for internally forked channel server.
2013-01-28 11:04:29 +01:00
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.
2013-01-28 11:04:29 +01:00
Philipp Hahn
cae4505f5b
doc: xrdp-genkeymap manual page
...
Add manual page for key map generation utility.
2013-01-28 11:04:29 +01:00
Philipp Hahn
d6aed5e83f
doc: xrdp-keygen manual page
...
Add updated manual page from Debian project.
2013-01-28 11:04:29 +01:00
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.
2013-01-28 11:04:29 +01:00
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.
2013-01-28 11:04:29 +01:00
Philipp Hahn
ab2e950246
doc: xrdp-sesadmin manual page
...
Add a manual page for xrdp-sessadmin.
2013-01-28 11:04:29 +01:00
Philipp Hahn
19efc04e64
doc: Update xrdp.ini options
...
Update General section.
Document Logging section.
Document Channels section.
2013-01-28 11:04:29 +01:00
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.
2013-01-28 11:04:29 +01:00
Philipp Hahn
e67878cedd
doc: Man page cleanup
...
Simlify example sections.
Remove un-needed .LP after section start.
Insert empty line before section start.
2013-01-28 11:04:29 +01:00
Philipp Hahn
3b1897470c
doc: Format manual page references
...
Use .BR to fromat name(section) as recommended by man(7).
Use .I for variable arguments.
2013-01-28 11:04:29 +01:00
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.
2013-01-28 11:04:29 +01:00
Philipp Hahn
bd49e89030
doc: LDAP
...
Give hint to use PAM for LDAP.
2013-01-28 11:04:29 +01:00
Philipp Hahn
7a0db8a152
X11rdp: Rework changing directories
...
Remove unchecked changes of directories.
2013-01-28 11:04:29 +01:00
Philipp Hahn
4163fd8d38
X11rdp: make variables function local
...
Use local to declare variables local
2013-01-28 11:04:29 +01:00
Philipp Hahn
f2b7aafb4e
X11rdp: fix spelling mistakes
...
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
2013-01-28 11:04:29 +01:00
Philipp Hahn
29b7081dcf
X11rdp: Handle more compression formats
...
Add .xz and plain .tar files.
2013-01-28 11:04:29 +01:00
Philipp Hahn
a29c011e02
X11rdp: Simplify if constructs
...
Directly use exit value instead of evaluating $?
2013-01-28 11:04:28 +01:00
Philipp Hahn
eb3253fafc
X11rdp: simplify line splitting
...
Use "IFS=: read" instead of "echo|cut" constructs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
536ac7f9e8
X11rdp: simplify download
...
Use case-statement instead of many ifs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
3dd485512c
X11rdp: fix indention
...
Re-indent four sections to use 4 spaces for indention
2013-01-28 11:04:28 +01:00
Philipp Hahn
0bfb46ebb0
X11rdp: Consistently use $file
...
Consistently use $file instead of repeating the file name again when
downloading external URLs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
73c8a9626b
X11rdp: Remove duplicate entry for expat
...
expat-2.0.1.tar.gz is declared twice, remove the first one.
2013-01-28 11:04:28 +01:00
Philipp Hahn
8f5005f43e
sesman/tools: Disable debug tools
...
sestest and xcon look like debugging tools.
Don't install them by default.
2013-01-28 11:04:28 +01:00
Philipp Hahn
ab60300e9a
xrdp: Ignore channels and logging sections
...
Ignore two more sections in xrdp.ini when looking for default session.
2013-01-28 11:04:28 +01:00
Philipp Hahn
1a4ed6d3fd
xrdp: Fix format string vulnerability
...
The the string being printer contains a "%", this could crash xrdp.
2013-01-28 11:04:28 +01:00
Philipp Hahn
397089a207
sesman: Fix dist
...
Add missing header files to EXTRA_DIST.
Otherwise "make distcheck" fails.
2013-01-28 11:04:28 +01:00