Commit Graph

2854 Commits

Author SHA1 Message Date
Pavel Roskin
6aed11a8ce Update version to 0.9.1 2016-12-20 13:07:53 -08:00
Idan Freiberg
634aa1096f Merge pull request #564 from proski/pkgconfdir
Update submodules to their v0.1.0 tags
2016-12-20 21:19:34 +02:00
Pavel Roskin
0484401d9c Update submodules to their v0.1.0 tags 2016-12-20 11:09:36 -08:00
metalefty
44e1350650 Merge pull request #565 from proski/sesadmin
xrdp-sesman: fix help text to match the manual and the actual behavior
2016-12-20 19:21:26 +09:00
metalefty
1753f6317c Merge pull request #550 from jsorg71/bitmap_update
fixes for bitmap update
2016-12-20 17:01:32 +09:00
metalefty
25e5243ecf Merge pull request #553 from jsorg71/libpainter
add libpainter for drawing when client does not have minimum orders
2016-12-20 17:00:48 +09:00
Pavel Roskin
a01aaa19b8 Fix help text to match the manual and the actual behavior
The help text mentions "LIST" and "KILL" commands, but the manual says
"list" and "kill", and the command line parser expects the later.
2016-12-19 23:58:13 -08:00
Idan Freiberg
a11af2bc95 Merge pull request #545 from moobyfr/fix-xauth
Fix xauth
2016-12-19 01:59:19 -05:00
Idan Freiberg
449407ebf1 Merge pull request #558 from proski/vncpasswd
Use per-display VNC password files, remove old style password if found
2016-12-19 01:58:53 -05:00
Idan Freiberg
571035d433 Merge pull request #557 from proski/parallels
Fix Parallels Client on Mac
2016-12-19 01:58:41 -05:00
Idan Freiberg
a8f357051e Merge pull request #563 from proski/libupdate
Update submodules to the latest revisions
2016-12-19 01:58:31 -05:00
Pavel Roskin
2f7585f467 Update submodules to the latest revisions 2016-12-18 10:00:28 -08:00
Pavel Roskin
b1db87ea21 Use per-display VNC password files, remove old style password if found
Every session uses its own VNC password, so keep then in separate files.

The old style password file uses the user's password encrypted with a
known key. Since we are not replacing it anymore, we should remove it.
2016-12-18 09:24:11 -08:00
Pavel Roskin
77d6fd0807 Fix Parallels Client on Mac
self->line_size should be calculated in xrdp_bitmap_create_with_data()

The code was in the original noorders branch but got lost. Without this
fix, the image is garbled.

The client should be configured with compression disabled, or it will
disconnect. That's a known problem.
2016-12-18 09:24:06 -08:00
Itamar Reis Peixoto
2d8d786a9d Merge pull request #562 from proski/makedist
Distribute all files except git and github specific data
2016-12-18 11:56:07 -02:00
Pavel Roskin
c21b9a78f4 Distribute all files except git and github specific data
It is better to distribute a few useless file than not to distribute
needed files.
2016-12-18 00:00:11 -08:00
Idan Freiberg
0f6d1aabc2 Merge pull request #548 from proski/autorun
Set autorun to empty, improve autorun documentation
2016-12-18 02:48:58 -05:00
Idan Freiberg
6376249953 Merge pull request #554 from proski/xorg24bpp
Regression fix: session matching uses wrong bpp for Xorg
2016-12-18 02:48:16 -05:00
Idan Freiberg
caf5f5d9f7 Merge pull request #555 from proski/libpainter
Make libpainter a subpackage of xrdp
2016-12-18 02:44:50 -05:00
Idan Freiberg
a44fa8c9e2 Merge pull request #559 from proski/manpages
Update manual pages - document "param", fix session type description
2016-12-18 02:19:20 -05:00
Pavel Roskin
0c6b5111af Regression fix: session matching uses wrong bpp for Xorg
The removal of "xserverbpp=24" from the Xorg entry lead to a regression.
Clients with a different bpp would not reconnect to an xorgxrdp session
if the client's bpp is different, even though xorgxrdp is always using 24
bpp.

Imply "xserverbpp=24" for "code=20" in xrdp.ini.
2016-12-17 16:15:07 -08:00
Pavel Roskin
6881ae6c8a Update manual pages - document "param", fix session type description 2016-12-17 16:14:55 -08:00
Pavel Roskin
191eec5e8d Make libpainter a subpackage of xrdp 2016-12-17 16:14:53 -08:00
Pavel Roskin
65be965ebd Set autorun to empty, improve autorun documentation
Setting autorun to empty keeps X11rdp as the default backend for
autologin (since it's the first section), but it also enables the backend
selection by the domain name.

Describe the autorun interaction with the domain name both in the config
file and in the manual.
2016-12-17 16:14:44 -08:00
jsorg71
9584e22ba6 Merge pull request #549 from jsorg71/rlelimit
fixes for rle bitmap compress limits and raw bitmaps
2016-12-17 11:58:57 -08:00
Idan Freiberg
d706f9dba4 Merge pull request #539 from proski/rxfcodec
Make librfxcodec a subpackage
2016-12-17 10:05:15 -05:00
BLINDAUER Emmanuel
a2d7720887 Fix typo 2016-12-17 08:07:07 +01:00
BLINDAUER Emmanuel
1430c54c40 - Removed tailing space
- Fixed the copyright and year
2016-12-16 20:55:52 +01:00
Pavel Roskin
e65aa594e8 Make librfxcodec a subpackage
Since libpainter is going to become a subpackage, we can make librfxcodec
a subpackage as well.

With this change, librfxcodec is configured, built and linked to xrdp
automatically if enabled by "--enable-rfxcodec"

librfxcodec is packaged by "make dist" regardless of "--enable-rfxcodec"

librfxcodec/confgure is run unconditionally, it's needed for "make dist"
to work. But librfxcodec is only compiled if enabled.
2016-12-15 22:37:20 -08:00
Jay Sorg
74ec00a6a6 some code cleanup 2016-12-15 21:52:05 -08:00
Koichiro IWAO
1cf7f72f95 CI: correct pixman package name 2016-12-15 21:44:50 -08:00
Koichiro IWAO
041df0911b CI: correct pixman package name 2016-12-15 21:38:34 -08:00
jsorg71
870f028692 Merge pull request #546 from proski/jpeg-warning
Fix a warning in jpeg compression code with --enable-jpeg
2016-12-15 21:33:25 -08:00
metalefty
eb1034e7d3 Merge pull request #552 from metalefty/travis-ci
CI: correct pixman package name
2016-12-16 14:28:19 +09:00
jsorg71
d4e96f0c4c Merge pull request #531 from speidy/surface_cmds
xrdp_encoder: make RemoteFX work with MSTSC client
2016-12-15 21:26:41 -08:00
Jay Sorg
1f51586769 add libpainter for drawing when client does not have minimum orders 2016-12-15 21:17:50 -08:00
Koichiro IWAO
af7d437fc7 CI: correct pixman package name 2016-12-16 13:25:47 +09:00
Jay Sorg
81e72fc99c code cleanup, add some comments 2016-12-15 14:47:37 -08:00
BLINDAUER Emmanuel
2927eed74c - Update copyright
- remove test on filename for xauth as we know what we send
- better names for variables in xauth
- if xauth fails, exit sesman
- g_bytes_to_hexstr returns a null-teminated string, don't set it twice.
2016-12-15 22:45:12 +01:00
BLINDAUER Emmanuel
480d6d37b7 use correct include 2016-12-15 18:49:07 +01:00
BLINDAUER Emmanuel
51759d3d84 remove unused include 2016-12-15 18:38:37 +01:00
BLINDAUER Emmanuel
b2f4f68ab8 - move function related to xauth in own file
- use of g_bytes_to_hexstr()
- correct typos and coding syntax
- don't create auth file, xauth can do that if needed
2016-12-15 18:06:35 +01:00
Jay Sorg
519359a823 fixes for bitmap update 2016-12-15 00:39:13 -08:00
Jay Sorg
492116d535 fixes for rle bitmap compress limits and raw bitmaps 2016-12-14 23:55:13 -08:00
Pavel Roskin
380729e982 Fix a warning in jpeg compression code with --enable-jpeg
If the image width is not divisible by 4, the image is padded to the next
multiple of 4. The additional pixels are filled with the colors of the
last pixel in the row.

The last pixel colors may not be initialized if the width is 0. In this
case, the would be no padding, but the compiler doesn't know that.

Add a check that the width is more that 0 before filling the padding.
2016-12-14 22:35:08 -08:00
metalefty
4462d22bf1 Merge pull request #538 from proski/submodules
Add libpainter submodule, update librfxcodec URL
2016-12-15 13:30:36 +09:00
Pavel Roskin
96bb1d4cfd Add libpainter submodule 2016-12-14 08:44:07 -08:00
Pavel Roskin
ca8ddb51ac Use https for librfxcodec reference
The git protocol is so limited that GitHub doesn't show it when selecting "Clone
of download". It may be blocked by strict firewalls, whereas https would work
almost certainly. Pushing code is not allowed over git protocol, but it's
possible over https with a tocken.
2016-12-14 08:44:07 -08:00
Itamar Reis Peixoto
894571f736 Merge pull request #543 from westporch/devel
Add Korean keymap
2016-12-14 13:58:14 -02:00
BLINDAUER Emmanuel
e72957b7c9 xauth: use the authfile if not using default value 2016-12-14 10:55:45 +01:00