Commit Graph

3545 Commits

Author SHA1 Message Date
Roland Kaufmann
a9eb5a17d2 Detect and setup Programmer Dvorak keyboard layout
This patch will add the keyboard layout identifier for the Programmer
Dvorak keyboard layout, so that if a Windows client has that layout
active, it will be mapped to the corresponding xkeyboard-config layout
in the X server.

An XFreeRDP client knows about this layout too, and will correspondingly
map it to the identifier given here, making the layout propagate
correctly through X-to-X connections as well.

To replicate the full Windows keyboard layout several options have to
be set as well as the main layout. To avoid having these options spill
over to other layouts that are dumped, the old settings are stored
before the dump and then restored afterwards.
2020-08-26 17:55:25 +02:00
metalefty
76ac0600e4
Merge pull request #1653 from bolkedebruin/devel
Fix buffer len for client info
2020-08-24 13:15:01 +09:00
Bolke de Bruin
e89f124afe Ensure copying of the whole username/password 2020-08-21 14:29:01 +02:00
Bolke de Bruin
4d7b916faf Improve description 2020-08-21 09:19:49 +02:00
Bolke de Bruin
47e1c5d359 Add description 2020-08-19 12:50:01 +02:00
bolkedebruin
5cd36c511c Set max character buffer len to 512 per MS specification
The MS specs determine that the character buffer lenngths
for usernames, domains, passwords, alternate shells, etc
can be up to 512 characters including the mandatory null
terminator.
2020-08-17 10:35:35 +02:00
metalefty
f3e42fc209
Merge pull request #1640 from aquesnel/build_debug_werror
Fixing the build with --enable-xrdpdebug and CFLAGS=-Werror -Wall
2020-08-11 14:01:52 +09:00
metalefty
5da9d70317
Merge pull request #1645 from aquesnel/compile_faq
Adding an FAQ entry for configuring Travis CI and Cirrus CI for a fork
2020-08-07 21:58:26 +09:00
metalefty
33ebd639b5
Merge pull request #1647 from metalefty/sesman
sesman.ini: Update Xorg path for CentOS 8
2020-08-03 13:49:16 +09:00
Koichiro IWAO
00dca40bf8
sesman.ini: Update Xorg path for CentOS 8
Closes #1646.
2020-08-03 10:39:04 +09:00
Alexandre Quesnel
b2fea42acf Adding an FAQ entry for configuring Travis CI and Cirrus CI for a fork 2020-08-01 04:32:29 +00:00
Alexandre Quesnel
7e58209b19 Fixing the build with --enable-xrdpdebug and CFLAGS=-Werror -Wall 2020-07-25 23:53:26 +00:00
metalefty
396b8ce890
Merge pull request #1623 from matt335672/travis-ci-errs
Fixed CVE-2020-4044 CI errors
2020-06-29 22:58:51 +09:00
matt335672
7384f6e574 Fixed CVE-2020-4044 CI errors 2020-06-29 11:38:24 +01:00
metalefty
0c791d073d
Merge pull request from GHSA-j9fv-6fwf-p3g4
Fix for CVE-2020-4044
2020-06-26 20:09:03 +09:00
matt335672
e593f58a82 Fix for CVE-2020-4044
Reported by: Ashley Newson
2020-06-26 20:06:02 +09:00
metalefty
dda748de8a
Merge pull request #1619 from neutrinolabs/security-policy
Create SECURITY.md
2020-06-25 17:48:52 +09:00
metalefty
0505d28138
Create SECURITY.md 2020-06-25 17:18:15 +09:00
metalefty
e679890083
Merge pull request #1613 from matt335672/cppcheck-2-1
Cppcheck 2.1
2020-06-22 20:42:57 +09:00
matt335672
27653f97f2 Code changes for cppcheck 2.1 warnings 2020-06-19 11:07:23 +01:00
matt335672
a57c68f55e Implement changes to support cppcheck 2.x 2020-06-19 11:06:41 +01:00
matt335672
3de8550f40
Merge pull request #1611 from matt335672/minor-man-fixes
Minor manpage fixes
2020-06-18 13:36:01 +01:00
matt335672
a2ca01fdf5 Minor manpage fixes 2020-06-18 12:23:32 +01:00
matt335672
f37d1ba46e
Merge pull request #1343 from matt335672/extended-vnc
Add resizeable backend VNC support
2020-06-04 15:36:00 +01:00
matt335672
3c4b42b1aa Implemented resize and multimon support for VNC backend 2020-06-04 15:10:35 +01:00
matt335672
1c99d0a366
Merge pull request #1595 from matt335672/reset-improvements
Prevent chansrv input channels being scanned during a server reset
2020-06-03 12:15:07 +01:00
matt335672
81e037e964 Prevent chansrv input channels being scanned during a server reset 2020-06-03 11:57:25 +01:00
matt335672
358f07d1c7
Merge pull request #1593 from matt335672/issue1569
Ignore TS_MULTIFRAGMENTUPDATE_CAPABILITYSET from client if fp disabled
2020-05-27 08:03:00 +01:00
matt335672
bfffc40cba Ignore TS_MULTIFRAGMENTUPDATE_CAPABILITYSET from client if fp disabled 2020-05-26 12:02:11 +01:00
metalefty
a618a67d4a
Merge pull request #1520 from qarmin/small_fixes
Small fixes found by static analyzers.
2020-05-08 15:27:18 +09:00
metalefty
cc384de392
Merge pull request #1549 from matt335672/hac425-1
Address possible memory out-of-bounds accesses on connect requests
2020-05-08 15:17:55 +09:00
metalefty
30248303a8
Merge pull request #1557 from matt335672/hac425-2
Check for overflow before g_malloc() calls
2020-05-05 02:49:57 +09:00
metalefty
2e9e7bae75
Merge pull request #1560 from matt335672/slack-support
Support Slackware with pam
2020-04-28 09:26:53 +09:00
matt335672
aa0dbbae15 Added CHANNEL_NAME_LEN to ms-rdpbcgr.h 2020-04-27 15:01:56 +01:00
matt335672
2ec9720612 mkpamrules now supports Slackware 2020-04-26 17:27:19 +01:00
matt335672
617283eb34 Remove unnecessary g_malloc() call 2020-04-24 11:27:36 +01:00
matt335672
7ef01f7b0c Address memory allocation overflow security issues 2020-04-23 17:29:06 +01:00
metalefty
21a4118c0b
Merge pull request #1522 from okhowang/odd-shift
workaround odd shift behaviour
2020-04-21 11:40:38 +09:00
matt335672
da3114007c Address possible memory out-of-bounds accesses 2020-04-15 09:57:05 +01:00
okhowang(王沛文)
f5164e8ff7 workaround odd shift behaviour 2020-04-07 14:10:37 +08:00
metalefty
1c4e14415d
Merge pull request #1529 from metalefty/xorg-path
Fix Xorg path for Arch Linux
2020-04-03 09:43:24 +09:00
Koichiro IWAO
1adb3c7b33
Fix Xorg path for Arch Linux
It has been moved: https://www.archlinux.org/packages/extra/x86_64/xorg-server/

Fixes: #1448
2020-04-02 16:18:06 +09:00
Rafał Mikrut
12c46664a2 Small fixes found by static analyzers. 2020-03-20 11:21:34 +01:00
metalefty
0a669c5b06
Merge pull request #1509 from metalefty/prepare-release
Prepare release
2020-03-11 13:28:54 +09:00
Koichiro IWAO
b3b1fff833
bump version to v0.9.13 2020-03-11 13:04:35 +09:00
Koichiro IWAO
6e7a539933
Update NEWS for v0.9.13 2020-03-11 12:58:01 +09:00
Koichiro IWAO
96cbde725d
README: gitter badge refer to xrdp-questions room 2020-03-11 10:38:20 +09:00
metalefty
a57e77753f
Merge pull request #1507 from matt335672/drive-redirect-fixes
Drive redirect fixes, including Guacamole
2020-03-11 09:33:24 +09:00
metalefty
d88dcee5bc
Merge pull request #1493 from matt335672/cppcheck-ci
Add cppcheck to travis-ci
2020-03-09 13:27:16 +09:00
matt335672
a2266f23f6 Allow a redirected drive device_id to be zero (Guacamole support) 2020-03-03 16:16:09 +00:00