summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Disable privilege elevation by setuid for the X serverPavel Roskin2016-12-062-0/+30
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #528 from proski/xserverbppItamar Reis Peixoto2016-12-062-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Document xserverbpp, add it to Xvnc section, remove from Xorg sectionPavel Roskin2016-12-062-1/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #523 from jsorg71/vpfjsorg712016-12-0614-85/+167
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sesman: must save guid in session dataJay Sorg2016-12-043-1/+3
| * | | | | | | | | | vnc: code cleanupJay Sorg2016-12-045-24/+35
| * | | | | | | | | | vnc: change password file to use guid hashJay Sorg2016-12-0312-84/+153
* | | | | | | | | | | Merge pull request #526 from proski/pixmanmetalefty2016-12-052-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make configure show it's looking for "pixman", not "xrdp_pixman"Pavel Roskin2016-12-042-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #518 from proski/randrmetalefty2016-12-031-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Provide reasonable hTotal, vTotal and dotClock for the display modePavel Roskin2016-12-021-0/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #516 from metalefty/keymapsItamar Reis Peixoto2016-12-026-3182/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | unify Japanese keymap in xrdp_keyboard.iniKoichiro IWAO2016-12-021-9/+0
| * | | | | | | | | | genkeymap: change Japanese keyboard model to pc105Koichiro IWAO2016-11-301-1/+1
| * | | | | | | | | | instfiles: unify km-*0411.ini into km-00000411.iniKoichiro IWAO2016-11-305-3172/+1
* | | | | | | | | | | Merge pull request #512 from speidy/develmetalefty2016-12-024-35/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-294-35/+50
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #517 from proski/cplusplusItamar Reis Peixoto2016-12-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add g++ to the list of compilers for Travis CIPavel Roskin2016-11-301-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #514 from proski/dlopenItamar Reis Peixoto2016-11-302-6/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use pkg-config to discover OpenSSLPavel Roskin2016-11-292-5/+5
| * | | | | | | | | | Add -ldl to libcommon link flags if it's needed for dlopen()Pavel Roskin2016-11-292-1/+8
|/ / / / / / / / / /
* | | | | | | | | | librfxcodec=fb80d7dKoichiro IWAO2016-11-291-0/+0
* | | | | | | | | | Merge pull request #509 from proski/sec_levelmetalefty2016-11-292-5/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't select SSL protocol if no keys, fall back to RDP for "hybrid"Pavel Roskin2016-11-281-1/+3
| * | | | | | | | | | Log the result of the security level negotiationPavel Roskin2016-11-281-2/+3
| * | | | | | | | | | Recognize security_layer=negotiate in xrdp.ini, improve loggingPavel Roskin2016-11-271-2/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #502 from proski/fuse1metalefty2016-11-284-113/+121
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix C++ errors and warnings in FUSE codePavel Roskin2016-11-261-29/+44
| * | | | | | | | | | Use fuse_ino_t for FUSE inodes, not tui32 or intPavel Roskin2016-11-261-27/+27
| * | | | | | | | | | Remove write-only FileId variablePavel Roskin2016-11-261-2/+0
| * | | | | | | | | | Cast pointer to uint64_t through tintptr to avoid warningsPavel Roskin2016-11-261-4/+4
| * | | | | | | | | | Use constant strings to fix warningsPavel Roskin2016-11-263-13/+15
| * | | | | | | | | | Call devredir_cvt_slash() on the path copy, it changes the argumentPavel Roskin2016-11-261-5/+6
| * | | | | | | | | | Disable or remove dead code to prevent it from throwing warningsPavel Roskin2016-11-261-11/+12
| * | | | | | | | | | Include needed files in chansrv_fuse.c, remove duplicate declarationsPavel Roskin2016-11-262-18/+10
| * | | | | | | | | | Fix misuse of NULL for arithmetic typePavel Roskin2016-11-261-1/+1
| * | | | | | | | | | Use FUSE_CFLAGS and FUSE_LIBS from pkg-configPavel Roskin2016-11-262-4/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #461 from metalefty/ipv6/fallback-to-ipv4metalefty2016-11-241-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | common: If IPv6 not supported, fall back to IPv4Koichiro IWAO2016-11-221-0/+16
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #503 from proski/jpegmetalefty2016-11-241-9/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix pointer sign warnings in TurboJPEG compression codePavel Roskin2016-11-221-2/+2
| * | | | | | | | | | Fix pointer sign warnings in JPEG compression codePavel Roskin2016-11-221-7/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #504 from proski/no-acItamar Reis Peixoto2016-11-221-3/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove "-ac" from X server parameters, it's insecure and unnecessaryPavel Roskin2016-11-211-3/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #491 from proski/fuse-formatmetalefty2016-11-221-74/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix format warnings if FUSE is enabledPavel Roskin2016-11-211-74/+75
|/ / / / / / / / /
* | | | | | | | | Merge pull request #499 from proski/pkgconfigItamar Reis Peixoto2016-11-212-2/+276
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use PKG_INSTALLDIR to determine pkg-config file install locationPavel Roskin2016-11-202-2/+276
|/ / / / / / / / /
* | | | | | | | | Merge pull request #460 from metalefty/ipv6/logsItamar Reis Peixoto2016-11-201-29/+104
|\ \ \ \ \ \ \ \ \