Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #523 from jsorg71/vpf | jsorg71 | 2016-12-06 | 14 | -85/+167 | |
|\ | | | | | vnc: change password file to use guid hash | |||||
| * | sesman: must save guid in session data | Jay Sorg | 2016-12-04 | 3 | -1/+3 | |
| | | ||||||
| * | vnc: code cleanup | Jay Sorg | 2016-12-04 | 5 | -24/+35 | |
| | | ||||||
| * | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 12 | -84/+153 | |
| | | ||||||
* | | Merge pull request #526 from proski/pixman | metalefty | 2016-12-05 | 2 | -3/+3 | |
|\ \ | |/ |/| | Make configure show it's looking for "pixman", not "xrdp_pixman" | |||||
| * | Make configure show it's looking for "pixman", not "xrdp_pixman" | Pavel Roskin | 2016-12-04 | 2 | -3/+3 | |
|/ | | | | | | | | 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. | |||||
* | Merge pull request #518 from proski/randr | metalefty | 2016-12-03 | 1 | -0/+4 | |
|\ | | | | | Provide reasonable hTotal, vTotal and dotClock for the display mode | |||||
| * | Provide reasonable hTotal, vTotal and dotClock for the display mode | Pavel Roskin | 2016-12-02 | 1 | -0/+4 | |
|/ | | | | | gtk3 programs crash when they divide dotClock by hTotal and vTotal to calculate the refresh rate. | |||||
* | Merge pull request #516 from metalefty/keymaps | Itamar Reis Peixoto | 2016-12-02 | 6 | -3182/+2 | |
|\ | | | | | Adjust Japanese keymaps | |||||
| * | unify Japanese keymap in xrdp_keyboard.ini | Koichiro IWAO | 2016-12-02 | 1 | -9/+0 | |
| | | ||||||
| * | genkeymap: change Japanese keyboard model to pc105 | Koichiro IWAO | 2016-11-30 | 1 | -1/+1 | |
| | | | | | | | | changed in #394. | |||||
| * | instfiles: unify km-*0411.ini into km-00000411.ini | Koichiro IWAO | 2016-11-30 | 5 | -3172/+1 | |
| | | | | | | | | | | as they're identical and no longer need to duplicate them after commit 5725200. | |||||
* | | Merge pull request #512 from speidy/devel | metalefty | 2016-12-02 | 4 | -35/+50 | |
|\ \ | | | | | | | xrdp_encoder: do not initialize for non-UNIX rdp clients | |||||
| * | | xrdp_encoder: do not initialize for non-UNIX rdp clients | speidy | 2016-11-29 | 4 | -35/+50 | |
| |/ | | | | | | | xrdp_encoder: comment about temporary workaround | |||||
* | | Merge pull request #517 from proski/cplusplus | Itamar Reis Peixoto | 2016-12-02 | 1 | -0/+1 | |
|\ \ | | | | | | | Add g++ to the list of compilers for Travis CI | |||||
| * | | Add g++ to the list of compilers for Travis CI | Pavel Roskin | 2016-11-30 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #514 from proski/dlopen | Itamar Reis Peixoto | 2016-11-30 | 2 | -6/+13 | |
|\ \ | |/ |/| | Find openssl by pkg-config, add -ldl if needed | |||||
| * | Use pkg-config to discover OpenSSL | Pavel Roskin | 2016-11-29 | 2 | -5/+5 | |
| | | | | | | All supported versions of OpenSSL have pkg-config files. | |||||
| * | Add -ldl to libcommon link flags if it's needed for dlopen() | Pavel Roskin | 2016-11-29 | 2 | -1/+8 | |
|/ | ||||||
* | librfxcodec=fb80d7d | Koichiro IWAO | 2016-11-29 | 1 | -0/+0 | |
| | ||||||
* | Merge pull request #509 from proski/sec_level | metalefty | 2016-11-29 | 2 | -5/+13 | |
|\ | | | | | Security level fixes | |||||
| * | Don't select SSL protocol if no keys, fall back to RDP for "hybrid" | Pavel Roskin | 2016-11-28 | 1 | -1/+3 | |
| | | | | | | | | | | 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. | |||||
| * | Log the result of the security level negotiation | Pavel Roskin | 2016-11-28 | 1 | -2/+3 | |
| | | ||||||
| * | Recognize security_layer=negotiate in xrdp.ini, improve logging | Pavel Roskin | 2016-11-27 | 1 | -2/+7 | |
|/ | | | | | | | security_layer=negotiate is documented, but the code is complaining loudly about it. Fix it, make sure not to change the actual behavior apart from the logging. Improve the log message for unrecognized security_layer setting. | |||||
* | Merge pull request #502 from proski/fuse1 | metalefty | 2016-11-28 | 4 | -113/+121 | |
|\ | | | | | Fix all FUSE warnings and C++ compatibility, add Mac compilation support | |||||
| * | Fix C++ errors and warnings in FUSE code | Pavel Roskin | 2016-11-26 | 1 | -29/+44 | |
| | | ||||||
| * | Use fuse_ino_t for FUSE inodes, not tui32 or int | Pavel Roskin | 2016-11-26 | 1 | -27/+27 | |
| | | ||||||
| * | Remove write-only FileId variable | Pavel Roskin | 2016-11-26 | 1 | -2/+0 | |
| | | ||||||
| * | Cast pointer to uint64_t through tintptr to avoid warnings | Pavel Roskin | 2016-11-26 | 1 | -4/+4 | |
| | | | | | | Cast to long would damage a pointer on Win64. | |||||
| * | Use constant strings to fix warnings | Pavel Roskin | 2016-11-26 | 3 | -13/+15 | |
| | | ||||||
| * | Call devredir_cvt_slash() on the path copy, it changes the argument | Pavel Roskin | 2016-11-26 | 1 | -5/+6 | |
| | | ||||||
| * | Disable or remove dead code to prevent it from throwing warnings | Pavel Roskin | 2016-11-26 | 1 | -11/+12 | |
| | | ||||||
| * | Include needed files in chansrv_fuse.c, remove duplicate declarations | Pavel Roskin | 2016-11-26 | 2 | -18/+10 | |
| | | ||||||
| * | Fix misuse of NULL for arithmetic type | Pavel Roskin | 2016-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | Use FUSE_CFLAGS and FUSE_LIBS from pkg-config | Pavel Roskin | 2016-11-26 | 2 | -4/+3 | |
|/ | | | | | | | Include <fuse_lowlevel.h>, not <fuse/fuse_lowlevel.h>, the include path should be set up for that. Don't define _FILE_OFFSET_BITS in one file, FUSE_CFLAGS would enable it for the whole xrdp-chansrv build if needed. | |||||
* | Merge pull request #461 from metalefty/ipv6/fallback-to-ipv4 | metalefty | 2016-11-24 | 1 | -0/+16 | |
|\ | | | | | common: If IPv6 not supported, fall back to IPv4 | |||||
| * | common: If IPv6 not supported, fall back to IPv4 | Koichiro IWAO | 2016-11-22 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | The system to run xrdp does not necessarily support IPv6 even though it is compiled with IPv6. Fixes #432. | |||||
* | | Merge pull request #503 from proski/jpeg | metalefty | 2016-11-24 | 1 | -9/+9 | |
|\ \ | | | | | | | Fix pointer sign warnings in jpeg and TurboJPEG code | |||||
| * | | Fix pointer sign warnings in TurboJPEG compression code | Pavel Roskin | 2016-11-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix pointer sign warnings in JPEG compression code | Pavel Roskin | 2016-11-22 | 1 | -7/+7 | |
|/ / | ||||||
* | | Merge pull request #504 from proski/no-ac | Itamar Reis Peixoto | 2016-11-22 | 1 | -3/+0 | |
|\ \ | |/ |/| | Remove "-ac" from X server parameters, it's insecure and unnecessary | |||||
| * | Remove "-ac" from X server parameters, it's insecure and unnecessary | Pavel Roskin | 2016-11-21 | 1 | -3/+0 | |
|/ | | | | | Fedora patches sesman.ini to remove "-ac", and that doesn't cause any ill effects. | |||||
* | Merge pull request #491 from proski/fuse-format | metalefty | 2016-11-22 | 1 | -74/+75 | |
|\ | | | | | Fix format warnings if FUSE is enabled | |||||
| * | Fix format warnings if FUSE is enabled | Pavel Roskin | 2016-11-21 | 1 | -74/+75 | |
|/ | ||||||
* | Merge pull request #499 from proski/pkgconfig | Itamar Reis Peixoto | 2016-11-21 | 2 | -2/+276 | |
|\ | | | | | Use PKG_INSTALLDIR to determine pkg-config file install location | |||||
| * | Use PKG_INSTALLDIR to determine pkg-config file install location | Pavel Roskin | 2016-11-20 | 2 | -2/+276 | |
|/ | | | | | | | The PKG_INSTALLDIR macro also enables --with-pkgconfigdir for easy overrides. PKG_INSTALLDIR is relatively new, it appeared in pkg-config 0.27. To ensure we have a recent pkg.m4 copy, copy pkg.m4 to the m4 directory. | |||||
* | Merge pull request #460 from metalefty/ipv6/logs | Itamar Reis Peixoto | 2016-11-20 | 1 | -29/+104 | |
|\ | | | | | common: Fix client IP address logging when IPv6 is enabled | |||||
| * | common: Address family it not always AF_INET6 | Koichiro IWAO | 2016-11-04 | 1 | -36/+84 | |
| | | | | | | | | even if XRDP_ENABLE_IPV6 defined. | |||||
| * | common: Fix client IP address logging when IPv6 is enabled | Koichiro IWAO | 2016-11-04 | 1 | -25/+52 | |
| | | | | | | | | | | | | | | | | g_tcp_accept() and g_sck_accept() should use sockadd_in6 when IPv6 is enabled. The former code logs client IP address always "0.0.0.0" in such case. Fixes #412. | |||||
* | | xrdp: do case insensitive compare for section names | Jay Sorg | 2016-11-19 | 1 | -3/+3 | |
| | |