Commit Graph

3350 Commits (0e9e25f100a70440dc54c18d4643ee74ba36840b)
 

Author SHA1 Message Date
Koichiro IWAO 0e9e25f100
use MS name for PDU types
RDP_PDU_REDIRECT has been removed as it is not found in MS-RDPBCGR and
not used anywhere.
6 years ago
Koichiro IWAO b2a7bb0cf0
use MS for orderType constants 6 years ago
metalefty bc9dcbeb19
Merge pull request #1256 from metalefty/rename_constants
Rename constants
6 years ago
metalefty 435295e5bf
Merge pull request #1257 from metalefty/FDKv2
Fix build with FDK AAC v2
6 years ago
Koichiro IWAO 1ba921c5ed
Fix and / or mistake 6 years ago
Koichiro IWAO 88f0d3114d
Fix build with FDK AAC v2
Original fix provided by takefu. See also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233556
6 years ago
Koichiro IWAO 83d3349c5a
add some more constants and use them 6 years ago
Koichiro IWAO d188519c0c
constify more magic numbers 6 years ago
Koichiro IWAO f1f699b954
remove redundunt comments 6 years ago
Koichiro IWAO 43f6ac0723
use MS name for constants 6 years ago
metalefty 9a2d94b9dd
Merge pull request #1253 from daixj-shterm/devel-mrd8
neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set
6 years ago
daixj fcb1b825c5 neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set 6 years ago
metalefty 2e340bd68c
Merge pull request #1244 from metalefty/km-0000080a
correct latam keylayout value
6 years ago
Koichiro IWAO 92fa56546e
correct latam keylayout value 6 years ago
metalefty 3ad380949c
Merge pull request #1240 from metalefty/km-0000080a
add Spanish (Latin American) keyboard
6 years ago
Koichiro IWAO 9f22223b91
capitilize hex keylayout value 6 years ago
Koichiro IWAO 258a7a12ac
add Spanish (Latin Amarican) keyboard
Closes #1237.
6 years ago
metalefty 0b3ce652f4
Merge pull request #1235 from daixj-shterm/devel-mac
Support Cache Glyph Revison 2, issue #367
6 years ago
metalefty 6365905aac
Merge pull request #1232 from metalefty/deprecate-x11rdp
Deprecate x11rdp and simplify session types
6 years ago
daixj bc150c2e56 set use_cache_glyph_v2 on if the client support 6 years ago
daixj 8da22cf67a Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel-mac 6 years ago
metalefty 6270956ff1
Merge pull request #1236 from metalefty/constants
common: add constants of glyph support level
6 years ago
Koichiro IWAO c15cd91198
common: add constants of glyph support level 6 years ago
daixj b3a1889200 Support Cache Glyph Revison 2, issue #367 6 years ago
Koichiro IWAO 37c04a40d8
Remove console session
it is VNC session to localhost:5900. Can be replaced with vnc-any.
6 years ago
Koichiro IWAO f64e990ce8
Remove sesman-any as it is not used at all 6 years ago
Koichiro IWAO a4b0aa9355
Remove x11rdp from config
as it is already deprecated. x11rdp is complicated to build and very few
people using it actually. However, some people still select "X11rdp"
session and get stuck despite not installing x11rdp.

https://github.com/neutrinolabs/xrdp/issues/962#issuecomment-430545526

People who really want to use x11rdp should revert this commit.
6 years ago
metalefty c2ade7a1f7
Merge pull request #1225 from savisko/devel
Fix crash of xrdp-chansrv process, issue #1202.
6 years ago
metalefty a83400060b
Merge pull request #1227 from metalefty/idle-disc
Ressurect IdleTimeLimit
6 years ago
Koichiro IWAO 5ea403430a
Sort & reword description of IdleTimeLimit 6 years ago
jsorg71 ae1514c167
dynamic virtual channel improvements
remove not used chansrv <-> xrdp messages
move static channel disable control into libxrdp
remove some blocking read, write chansrv calls
add drdynvc calls to libxrdp
add drdynvc calls to chansrv
channel cleanup
6 years ago
Michael Savisko 47d8e03d3a Fixed compilation warning in previous commit. 6 years ago
Michael Savisko ba93badf73 Fix crash of xrdp-chansrv process, issue #1202.
In xfuse_create_file_in_xrdp_fs insure that xfuse_fs is properly initialized.
6 years ago
Koichiro IWAO f84f3de478
docs: ressurect IdleTimeLimit
This reverts commit 513f7679966dc8bc1d86f328dce6372c763e2d93.
6 years ago
metalefty 6049cf8dad
Merge pull request #1216 from metalefty/prepare-release
Prepare release v0.9.8
6 years ago
Koichiro IWAO 6bbb2b2e2d
Update release date 6 years ago
Koichiro IWAO 7672014d4e
Bump version to v0.9.8 6 years ago
Koichiro IWAO 7b7d2288f1
Update NEWS for v0.9.8 6 years ago
Idan Freiberg 28d1fa7620
Merge pull request #1192 from hate-m-dollarsign/devel
xrdp: Use configured values instead of hardcoded ones in login_wnd inputs.
7 years ago
metalefty 80d349cbd6
Merge pull request #1193 from metalefty/TLSv1.3
TLSv1.3
7 years ago
Koichiro IWAO 171f8e79ed
xrdp: deprecate TLSv1 and TLSv1.1
Most websites disabled TLSv1 (1.0) and TLSv1.1 since March 2018
[1][2][3]. It is HTTPS context but there's few differences between HTTPS
and other TLS connections. Users can whenever re-enable these deprecated
TLS versions by editing xrdp.ini but not enabled by default.

[1] https://www.globalsign.com/en/blog/disable-tls-10-and-all-ssl-versions/
[2] https://www.thesslstore.com/blog/deprecation-tls-1-0-1-1-underway/
[3] https://www.digicert.com/blog/depreciating-tls-1-0-and-1-1/
7 years ago
Koichiro IWAO 1ad8cbb2a0
Document TLSv1.3 support 7 years ago
Koichiro IWAO 74497752dc
Add TLSv1.3 support
Actually, TLSv1.3 will be enabled without this change if xrdp is compiled
with OpenSSL or alternatives which support TLSv1.3. This commit makes to
enable or disable TLSv1.3 explicitly.  Also, this commit adds a log
"TLSv1.3 enabled by config, but not supported by system OpenSSL". if
xrdp installation doesn't support TLSv1.3. It should be user-friendly.
7 years ago
metalefty 98e8cec83d
Merge pull request #1206 from metalefty/xrdp-dis
show more helpful message if xrdp-dis failed
7 years ago
Koichiro IWAO 2a85a65d08
show more helpful message if xrdp-dis failed 7 years ago
jsane fadbd20baf xrdp: Use configured values instead of hardcoded ones in login_wnd inputs.
Configured ls_label_width and ls_input_width currently only apply to the combo l
abel and dropdown. Other labels and inputs (username, password, port, ...) use hardcoded defaults.

Also had to change the default label width; for the previous value of 60, "username" ends up just a few pixels too wide.
7 years ago
metalefty 5f30ca2f87
Merge pull request #1198 from metalefty/pulse-socket-env
sesman: pass pulse socket name via environment variable
7 years ago
Koichiro IWAO d6992cf62d
sesman: add XRDP_ prefix to xrdp related environment variable
and remove CHANSRV, use the shorter name
7 years ago
Koichiro IWAO 59f3a79fe4
sesman: pass pulse socket name via environment variable 7 years ago
Jay Sorg e189be9d2e .gitignore, change configure_params.h to xrdp_configure_options.h 7 years ago