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.
8 years ago
metalefty
4462d22bf1
Merge pull request #538 from proski/submodules
...
Add libpainter submodule, update librfxcodec URL
8 years ago
Pavel Roskin
96bb1d4cfd
Add libpainter submodule
8 years ago
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.
8 years ago
Itamar Reis Peixoto
894571f736
Merge pull request #543 from westporch/devel
...
Add Korean keymap
8 years ago
Westporch
2ea8eddc25
Sort alphabetically
8 years ago
Westporch
be58f2d547
Sort alphabetically
8 years ago
Westporch
2bac73eba3
Add Korean keymap
8 years ago
Westporch
52081cb8bc
Add 'rdp_layout_kr=kr'
8 years ago
Westporch
4681a06f6a
Add Korean keymap
8 years ago
jsorg71
5966de4ee2
Merge pull request #536 from jsorg71/unicode
...
add unicode support
8 years ago
metalefty
eeb4b19fbd
Merge pull request #535 from speidy/rfx_detection
...
Fix for RemoteFX detection, avoid blank screen when RFX is not supported on server
8 years ago
Itamar Reis Peixoto
091e6d6f57
Merge pull request #529 from proski/vnc32
...
Fix support for 32-bpp clients connecting to 16-bpp VNC
8 years ago
Itamar Reis Peixoto
5171fa79cf
Merge pull request #533 from proski/ipv6
...
Don't use colon to separate IPv6 address from the port
8 years ago
Jay Sorg
c264862afe
change some magics to defines
8 years ago
Jay Sorg
7a1a481ff9
use defines for flags
8 years ago
Jay Sorg
2f8d3ba9da
add unicode support
8 years ago
speidy
4f04801b11
o caps: advertise remotefx codec capsets only when supported (RFX mode,
...
proxy mode)
o xrdp_encoder: do not initialze encoder context for RFX when rfxcodec
is not supported
8 years ago
Pavel Roskin
a8fcbf8c2d
Fix support for 32-bpp clients connecting to 16-bpp VNC
8 years ago
Pavel Roskin
d97155e2f6
Don't use colon to separate IPv6 address from the port
...
IPv6 addresses can have colons in their names, so the final colon can be
confusing.
8 years ago
metalefty
42272c0f18
Merge pull request #532 from metalefty/freebsd/session
...
sesman: unbreak FreeBSD build after #523
8 years ago
Koichiro IWAO
35bc7c1d65
sesman: unbreak FreeBSD build after #523
8 years ago
metalefty
731d4be670
Merge pull request #521 from proski/xorg-log
...
Change default Xorg logfile to .xorgxrdp.%s.log
8 years ago
metalefty
eec7e39715
Merge pull request #513 from proski/no-setuid
...
Disable privilege elevation by setuid for the X server
8 years ago
Pavel Roskin
9cbf3d1bb8
Change default Xorg logfile to .xorgxrdp.%s.log
...
The log file is created in the home directory, %s is replaced with the
display number (e.g. 10).
If Xorg is run setuid root, it can refuse to run if the log path is
absolute.
8 years ago
Pavel Roskin
04414e0fd4
Disable privilege elevation by setuid for the X server
8 years ago
Itamar Reis Peixoto
8516d6d66b
Merge pull request #528 from proski/xserverbpp
...
Document xserverbpp, add it to Xvnc section, remove from Xorg section
8 years ago
Pavel Roskin
9cfe477f60
Document xserverbpp, add it to Xvnc section, remove from Xorg section
...
xserverbpp affects X11rdp and Xvnc, but not Xorg. No need to have
xserverbpp in the Xorg section where it has no effect. Add commented out
xserverbpp to Xvnc, some users may want to experiment with that setting.
8 years ago
jsorg71
bbae1a98c6
Merge pull request #523 from jsorg71/vpf
...
vnc: change password file to use guid hash
8 years ago
metalefty
191c093190
Merge pull request #526 from proski/pixman
...
Make configure show it's looking for "pixman", not "xrdp_pixman"
8 years ago
Pavel Roskin
c759a1a645
Make configure show it's looking for "pixman", not "xrdp_pixman"
...
The pixman library in not part of xrdp. If users see that "xrdp_pixman"
is not found, they might assume it is some xrdp specific library.
The Automake conditional is still XRDP_PIXMAN, but the pkg-config
variables become PIXMAN_LIBS and PIXMAN_CFLAGS.
8 years ago
Jay Sorg
f14e3dc8ac
sesman: must save guid in session data
8 years ago
Jay Sorg
9a517b34f0
vnc: code cleanup
8 years ago
Jay Sorg
57905d71ad
vnc: change password file to use guid hash
8 years ago
metalefty
42d370fcdd
Merge pull request #518 from proski/randr
...
Provide reasonable hTotal, vTotal and dotClock for the display mode
8 years ago
Pavel Roskin
a40be19c7b
Provide reasonable hTotal, vTotal and dotClock for the display mode
...
gtk3 programs crash when they divide dotClock by hTotal and vTotal to
calculate the refresh rate.
8 years ago
Itamar Reis Peixoto
fb892c7d80
Merge pull request #516 from metalefty/keymaps
...
Adjust Japanese keymaps
8 years ago
Koichiro IWAO
9c31bd5cc4
unify Japanese keymap in xrdp_keyboard.ini
8 years ago
metalefty
943dec86ca
Merge pull request #512 from speidy/devel
...
xrdp_encoder: do not initialize for non-UNIX rdp clients
8 years ago
Itamar Reis Peixoto
857355bfae
Merge pull request #517 from proski/cplusplus
...
Add g++ to the list of compilers for Travis CI
8 years ago
Pavel Roskin
0c8b3911a7
Add g++ to the list of compilers for Travis CI
8 years ago
Itamar Reis Peixoto
24541396a5
Merge pull request #514 from proski/dlopen
...
Find openssl by pkg-config, add -ldl if needed
8 years ago
Koichiro IWAO
b0e20ae188
genkeymap: change Japanese keyboard model to pc105
...
changed in #394 .
8 years ago
Koichiro IWAO
d1dc5b7814
instfiles: unify km-*0411.ini into km-00000411.ini
...
as they're identical and no longer need to duplicate them after
commit 5725200
.
8 years ago
Pavel Roskin
c6307aa2b0
Use pkg-config to discover OpenSSL
...
All supported versions of OpenSSL have pkg-config files.
8 years ago
Pavel Roskin
06f4f72e28
Add -ldl to libcommon link flags if it's needed for dlopen()
8 years ago
speidy
1fe048b63d
xrdp_encoder: do not initialize for non-UNIX rdp clients
...
xrdp_encoder: comment about temporary workaround
8 years ago
Koichiro IWAO
5fbcaf1655
librfxcodec=fb80d7d
8 years ago
metalefty
8b40023801
Merge pull request #509 from proski/sec_level
...
Security level fixes
8 years ago
Pavel Roskin
d3c36b0376
Don't select SSL protocol if no keys, fall back to RDP for "hybrid"
...
If both the client and the server are configured to allow both RDP and
SSL connections, the server is free to choose RDP in absense of the SSL
keys.
8 years ago