TOMATO-ONE
badc612a8a
override keyboard infomation #1950
2021-08-08 22:23:01 +09:00
Christopher Pitstick
deb66ce766
Resolution switching without reconnecting.
...
- Based on https://github.com/jsorg71/xrdp/tree/dynamic_monitor
- Tested with xorgxrdp
- Tested with vnc
- Only works with single monitor.
- Update documentation to clarify the difference between MSTSC and
Microsoft Remote Desktop.
- Does not include compatibility with /gfx at this time, which is still
in testing.
- Updates to include ms-rdpedisp.h header for the 2.2.2 specification of
the protocol.
- Adds new dynamic_monitor_layout struct that shares the number of
monitors with xrdp_client_info.h
- Does not allow for BPP changes because the RDP protocol doesn't
support it.
- Option to disable feature as NeutrinoRDP doesn't support it (It was
based on FreeRDP 1.0.1 which didn't yet have this feature.)
- Add CLIENT_MONITOR_DATA_MAXIMUM_MONITORS constant and reference
spec definition.
Depends on https://github.com/neutrinolabs/xorgxrdp/pull/183
2021-04-22 01:34:03 -04:00
matt335672
89843b12f4
Add versioning to xrdp_client_info
2021-02-26 11:27:13 +00:00
Bolke de Bruin
a6a0e5e004
Allow domain name to be concatenated to username
...
If a server is multihomed (i.e. mutiple domains) the
users are identified by their domain name. This change
allows to concat the domain name to the username with
a specific separator.
2020-08-30 21:56:16 +02:00
Bolke de Bruin
b0bca1363e
Add support for token authentication
...
This feature allows to embed a token in the username field. Tokens
are separated from the username by the ASCII field separator character
0x1F (unicode 0x001F).
2020-08-29 10:40:22 +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
Jay Sorg
ecf4acf5f1
work on suppress
2019-04-25 14:54:25 -07:00
daixj
fcb1b825c5
neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set
2018-11-23 17:18:26 +08:00
daixj
b3a1889200
Support Cache Glyph Revison 2, issue #367
2018-10-25 10:34:00 +08:00
Pavel Roskin
43899b7e0c
Allocate space for tls_ciphers dynamically
2017-03-21 10:39:40 -07:00
Koichiro IWAO
c126f81d9a
add comment to keep xorgxrdp/x11rdp compatibility
2017-02-27 14:17:25 +09:00
Koichiro IWAO
e94ab10e14
TLS: new method to specify SSL/TLS version
...
SSL/TLS protocols only listed in ssl_protocols should be used.
The name "ssl_protocols" comes from nginx.
Resolves #428 .
2017-02-27 14:17:25 +09:00
speidy
94cdbdcee6
libxrdp: change channel_code into a meaningful name
2017-01-06 07:59:49 +02:00
Jay Sorg
1f51586769
add libpainter for drawing when client does not have minimum orders
2016-12-15 21:17:50 -08:00
speidy
1fe048b63d
xrdp_encoder: do not initialize for non-UNIX rdp clients
...
xrdp_encoder: comment about temporary workaround
2016-11-29 15:25:14 -05:00
Alex Illsley
47124df4ed
new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to implement
2016-08-25 11:20:47 -07:00
speidy
b38dcf1bb0
xrdp_wm: fix for multimon, draw login window and log window on primary
...
monitor
2016-05-17 20:11:49 -04:00
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
2015-03-28 18:34:25 -07:00
Jay Sorg
ef20d9d507
add keyboard options to xrdp_client_info
2015-02-05 22:04:39 -08:00
Jay Sorg
b30b74b3b3
added keyboard info to xrdp_client_info.h
2014-07-31 15:34:05 -07:00
Idan Freiberg
16929efb05
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
...
devel
Conflicts:
libxrdp/xrdp_sec.c
2014-07-23 16:44:59 +03:00
Idan Freiberg
afdf638c7b
libxrdp, common: work on TLS mode
2014-07-23 15:31:45 +03:00
Jay Sorg
1291d2dbbe
work on codec mode
2014-07-19 13:25:23 -07:00
Idan Freiberg
9007deae6f
libxrdp: added an option to enforce security layer in xrdp.ini
2014-07-09 15:33:39 +03:00
Jay Sorg
630f735a28
libxrdp: send, get, and use multi fragment max caps
2014-03-10 22:54:28 -07:00
Jay Sorg
374633e63f
common: no logic change, update comments
2014-03-01 23:26:40 -08:00
Jay Sorg
b0a1832186
common: update client_info struct
2014-02-18 10:28:20 -08:00
Jay Sorg
02aa39c79d
added keyboard type and subtype to struct xrdp_client_info
2014-01-12 18:24:07 -08:00
speidy
92e876ea42
libxrdp: add monitorCount to client_info struct
2013-11-05 21:36:18 +02:00
speidy
0d2a4ce195
common: fix conflict
2013-10-30 19:47:26 +02:00
speidy
8cc619c223
libxrdp: work on multimon
2013-10-30 19:41:59 +02:00
Jay Sorg
9d8d31d02a
common: restore xrdp_client_info order
2013-10-17 21:03:21 -07:00
Jay Sorg
086481395c
Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon
...
Conflicts:
common/xrdp_client_info.h
libxrdp/xrdp_iso.c
libxrdp/xrdp_sec.c
2013-10-09 14:15:50 -07:00
Jay Sorg
25369460a1
log client ip with pid, etc
2013-10-02 16:27:12 -07:00
Laxmikant Rashinkar
474d17d556
xrdp: added support for forcing credentials on command line
2013-08-03 15:47:26 -07:00
speidy
a8e5b3fee5
libxrdp: work on multi-mon support
2013-07-15 10:13:03 +03:00
Jay Sorg
14a4ac5a79
libxrdp: started adding fastpath support
2013-07-09 21:34:20 -07:00
Jay Sorg
42329bda00
adding xrdp.ini option to turn off new cursors
2013-06-07 23:43:58 -07:00
Jay Sorg
b107414b54
sync client_info struct with A8
2013-03-26 12:40:22 -07:00
Jay Sorg
a47a3cee1a
libxrdp: started adding new(color) cursor support
2013-03-12 20:04:18 -07:00
Jay Sorg
eb4209e932
libxrdp: added ini settings for bulk compressor
2013-01-06 23:56:40 -08:00
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg
204d6bbde1
codecs: move jpeg hack to bitmap cache v3
2012-07-24 11:56:09 -07:00
Jay Sorg
6d539b8e22
user rfx for cache v3 if client supports
2012-07-23 11:12:39 -07:00
Jay Sorg
e4182cde17
work on rdp codecs
2012-07-17 15:19:59 -07:00
Jay Sorg
01393af3e6
added support for bitmap cache v3
2012-07-17 12:59:03 -07:00
Jay Sorg
4ba8cdc343
libxrdp: added RAIL caps
2012-06-14 15:15:00 -07:00
Jay Sorg
e0fc7297f5
pass the client_info(caps) on to module and xserver
2012-05-13 13:56:15 -07:00