Commit Graph

1256 Commits (dfc010f8cce4b1f171500397ce4cdd845b8adda4)
 

Author SHA1 Message Date
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
Philipp Hahn 3dd485512c X11rdp: fix indention
Re-indent four sections to use 4 spaces for indention
12 years ago
Philipp Hahn 0bfb46ebb0 X11rdp: Consistently use $file
Consistently use $file instead of repeating the file name again when
downloading external URLs.
12 years ago
Philipp Hahn 73c8a9626b X11rdp: Remove duplicate entry for expat
expat-2.0.1.tar.gz is declared twice, remove the first one.
12 years ago
Philipp Hahn 8f5005f43e sesman/tools: Disable debug tools
sestest and xcon look like debugging tools.
Don't install them by default.
12 years ago
Philipp Hahn ab60300e9a xrdp: Ignore channels and logging sections
Ignore two more sections in xrdp.ini when looking for default session.
12 years ago
Philipp Hahn 1a4ed6d3fd xrdp: Fix format string vulnerability
The the string being printer contains a "%", this could crash xrdp.
12 years ago
Philipp Hahn 397089a207 sesman: Fix dist
Add missing header files to EXTRA_DIST.
Otherwise "make distcheck" fails.
12 years ago
jsorg71 ffc7e7ff27 Merge pull request #52 from Osirium/patch/text2bool
Patch/text2bool - use common function when converting string to bool
12 years ago
LawrenceK bdc678bdc3 Merge branch 'patch/text2bool' of github.com:Osirium/xrdp into patch/text2bool 12 years ago
LawrenceK 266db3150b refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero 12 years ago
LawrenceK e47a9cea97 Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code. 12 years ago
Jay Sorg e632bc794b Merge branch 'master' of github.com:FreeRDP/xrdp 12 years ago
Jay Sorg 6daec38c65 vrplayer fixes 12 years ago
Marc-André Moreau 01330445ce Merge pull request #51 from Osirium/bug/channel-enables
Bug/channel enables
12 years ago
LawrenceK c9e934c320 bug in find_name_in_lists 12 years ago
LawrenceK 09dba93bb5 refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero 12 years ago
LawrenceK 9335ba3db8 Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code. 12 years ago
LawrenceK 36cf7532fa Keep osirium master the same as freerdp master
Revert "Make this the osirium default xrdp file"

This reverts commit d26cb83a4f.
12 years ago
LawrenceK fd2d098f68 Merge branch 'master' of git://github.com/FreeRDP/xrdp 12 years ago
Jay Sorg 88be8505a9 vrplayer: fix for building with older ffmpeg 12 years ago
Jay Sorg 13327df86f vrplayer: change to get screen position 12 years ago
Jay Sorg b2c242f50e update for xrdp.ini 12 years ago
Jay Sorg eb4209e932 libxrdp: added ini settings for bulk compressor 12 years ago
Jay Sorg b6fb300954 xrdpvr: compile fix for older ffmpeg 12 years ago
LawrenceK d26cb83a4f Make this the osirium default xrdp file 12 years ago
Jay Sorg fb01994dbb vrplayer: path and close changes 12 years ago
Jay Sorg 0013072938 vrplayer: rpath change 12 years ago
Jay Sorg 3eb3f65e41 X11rdp: keyboard and offscreen bitmap fix 12 years ago
Jay Sorg b3dcfdaa37 libxrdp: add our own mppc compression instead of using the freerdp mppc 12 years ago
Jay Sorg f91b33ed13 off screen bitmap creation, don't invalidate whole area 12 years ago
Laxmikant Rashinkar f3cc2a5154 Merge branch 'master' of https://github.com/FreeRDP/xrdp 12 years ago
Laxmikant Rashinkar cae2adb75e o developer checkin
o modified vrplayer to use threads
12 years ago
Jay Sorg cce4f773d8 fixes, logging for off screen 12 years ago
Jay Sorg 842fbc43e0 X11rdp: create off screen pixmap if not created on use 12 years ago
Marc-André Moreau 6ed3d10096 Merge pull request #45 from Osirium/patch/debug-logging
update/fix some debug log calls and add the test of XRDP_DEBUG to make f...
12 years ago
Marc-André Moreau 8ef52fed92 Merge pull request #46 from Osirium/patch/channel-enables
Update allowed channel lists from entries in the connection entry prefix...
12 years ago
LawrenceK 64ca201fd8 Update allowed channel lists from entries in the connection entry prefixed channel. Allows different settings for each preset connection. 12 years ago
LawrenceK 4c189ec3b4 update/fix some debug log calls and add the test of XRDP_DEBUG to make files so controlled by the autoconf option --enable-xrdpdebug 12 years ago