Commit Graph

1414 Commits

Author SHA1 Message Date
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
Bart Warmerdam
8fa8d90641 Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB 2013-01-20 11:53:02 +01:00
Bart Warmerdam
69a721f7cb Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB"
This reverts commit 4efe900f2d.
2013-01-20 11:50:27 +01:00
Bart Warmerdam
4efe900f2d Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB 2013-01-20 11:45:19 +01:00
ArvidNorr
975d44e99f More logging added 2013-01-18 10:24:25 +01:00
jsorg71
ffc7e7ff27 Merge pull request #52 from Osirium/patch/text2bool
Patch/text2bool - use common function when converting string to bool
2013-01-17 12:30:17 -08:00
LawrenceK
bdc678bdc3 Merge branch 'patch/text2bool' of github.com:Osirium/xrdp into patch/text2bool 2013-01-17 11:32:00 +00:00
LawrenceK
266db3150b refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero 2013-01-17 11:31:01 +00:00
LawrenceK
e47a9cea97 Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code. 2013-01-17 11:31:01 +00:00
Jay Sorg
e632bc794b Merge branch 'master' of github.com:FreeRDP/xrdp 2013-01-16 10:31:23 -08:00
Jay Sorg
6daec38c65 vrplayer fixes 2013-01-16 10:31:11 -08:00
Marc-André Moreau
01330445ce Merge pull request #51 from Osirium/bug/channel-enables
Bug/channel enables
2013-01-16 07:06:21 -08:00
LawrenceK
c9e934c320 bug in find_name_in_lists 2013-01-16 14:06:57 +00:00
LawrenceK
09dba93bb5 refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero 2013-01-16 13:41:57 +00:00
LawrenceK
9335ba3db8 Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code. 2013-01-16 13:40:36 +00:00
LawrenceK
36cf7532fa Keep osirium master the same as freerdp master
Revert "Make this the osirium default xrdp file"

This reverts commit d26cb83a4f.
2013-01-16 13:22:20 +00:00
ArvidNorr
a2bbbd8cc3 Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed 2013-01-16 01:28:35 -08:00
ArvidNorr
c3e403022a mouse pointer and text cursor fixes 2013-01-15 03:53:58 -08:00
LawrenceK
fd2d098f68 Merge branch 'master' of git://github.com/FreeRDP/xrdp 2013-01-15 11:13:04 +00:00
Jay Sorg
88be8505a9 vrplayer: fix for building with older ffmpeg 2013-01-14 10:22:10 -08:00
Jay Sorg
13327df86f vrplayer: change to get screen position 2013-01-13 20:13:27 -08:00
Jay Sorg
b2c242f50e update for xrdp.ini 2013-01-07 00:05:46 -08:00
Jay Sorg
eb4209e932 libxrdp: added ini settings for bulk compressor 2013-01-06 23:56:40 -08:00
Jay Sorg
b6fb300954 xrdpvr: compile fix for older ffmpeg 2013-01-02 23:07:23 -08:00
LawrenceK
d26cb83a4f Make this the osirium default xrdp file 2013-01-02 14:02:53 +00:00
Jay Sorg
fb01994dbb vrplayer: path and close changes 2012-12-30 23:02:06 -08:00
Jay Sorg
0013072938 vrplayer: rpath change 2012-12-30 17:33:17 -08:00
Jay Sorg
3eb3f65e41 X11rdp: keyboard and offscreen bitmap fix 2012-12-29 00:49:00 -08:00
Jay Sorg
b3dcfdaa37 libxrdp: add our own mppc compression instead of using the freerdp mppc 2012-12-28 22:37:48 -08:00
Jay Sorg
f91b33ed13 off screen bitmap creation, don't invalidate whole area 2012-12-28 10:54:49 -08:00