Commit Graph

3035 Commits (3ac0120fe7dfe2091eb268d3c481b2cb2238770b)
 

Author SHA1 Message Date
BLINDAUER Emmanuel 51759d3d84 remove unused include 8 years ago
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
8 years ago
Jay Sorg 519359a823 fixes for bitmap update 8 years ago
Jay Sorg 492116d535 fixes for rle bitmap compress limits and raw bitmaps 8 years ago
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
BLINDAUER Emmanuel e72957b7c9 xauth: use the authfile if not using default value 8 years ago
BLINDAUER Emmanuel 7d1fdd04b5 Cosmetic change: follow coding standard 8 years ago
Westporch 2ea8eddc25 Sort alphabetically 8 years ago
Westporch be58f2d547 Sort alphabetically 8 years ago
BLINDAUER Emmanuel 16b6471d88 use the correct size for snprintf 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
speidy 4697354044 xrdp_constants: move CAPSET constants to their place 8 years ago
BLINDAUER Emmanuel 0aa4b85f81 Xauth: use snprintf for setting the filename and adjust the value of computed cookie 8 years ago
speidy a614b60157 lixrdp: typo fix 8 years ago
speidy 917aadd2d1 libxrdp: more constants 8 years ago
speidy 3dc0f2860c Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmds 8 years ago
speidy 5e39bb1f87 libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPORTED constant 8 years ago
speidy d6a470e973 libxrdp: improve messages 8 years ago
BLINDAUER Emmanuel 6875dbe860 use functions from os_call.h 8 years ago
BLINDAUER Emmanuel 7bd1823ceb Add xauth support to get more security for all backends 8 years ago
Speidy a0cf6030df Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds 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 1ef5c2412c xrdp_caps: fix jpeg codec properties 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
speidy bb8b85759d xrdp_encoder: remove temporary workaround for RFX to avoid mstsc 8 years ago
speidy bf07c20571 no logic change, indent only 8 years ago
speidy 8a0fec5e66 o send RFX tiles as stream (Stream Surface Bits Command)
o silent frame ack logging
o support surface commands in capsets
o fix some wrong constants
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