Armin Novak
|
fb8eb7251e
|
Added relative mouse setting
|
2022-02-22 09:44:13 +01:00 |
|
akallabeth
|
724c6f8192
|
Proxy cleanups (#7568)
* Fixed C++ issues with proxy context
* Added freerdp_settings_get_string_writable
* Define WITH_PROXY_EMULATE_SMARTCARD in config.h
|
2022-01-20 11:12:36 +01:00 |
|
akallabeth
|
8c543b1de2
|
Added smartcard emulation layer
|
2022-01-11 12:34:43 +01:00 |
|
akallabeth
|
94685c9482
|
Updated freerdp_settings_set_string
Allow NULL argument with length, creates an empty string
|
2021-12-15 13:36:15 +01:00 |
|
Armin Novak
|
cf74a6ea3f
|
Fixed const cast warnings in generated settings setter
|
2021-10-14 13:04:59 +02:00 |
|
akallabeth
|
03a9ca80c8
|
Refactor proxy (#7312)
* Added hidden transport dump and replay options
* Added settings to enable transport dump and replay
* Added check in freerdp_connect to skip authentication on
dump replay
* Fixed proxy issues
* Proper shutdown handling
* Uninitialized variables
* Skip proxy-client channels, initialize from peer channels and
config
* Filter static channels like dynamic ones
* Added proxy module filtering from config data (channels, input, ...)
* Removed oboslete proxy decoding related files
* Added defines for RDPECAM channel
* Added proxy config options:
* VideoRedirection
* CameraRedirection
* Fixed duplicate channel free
|
2021-09-23 14:52:03 +02:00 |
|
akallabeth
|
1ca7e1f7a0
|
Added option to disable graphics decoding in client code path
|
2021-09-20 10:59:59 +02:00 |
|
akallabeth
|
af8d1e5690
|
Updated settings
* Generator script now WINPR_ASSERT if invalid arguments are
supplied
* Updated settings with new generated getter/setter
|
2021-09-06 10:11:14 +02:00 |
|
akallabeth
|
6deb65175f
|
Added GFX planar and rfx encoder to shadow
|
2021-07-01 11:56:17 +02:00 |
|
Armin Novak
|
a7f7de549a
|
Added SuspendInput setting
Allows to disable all keyboard/mouse/multitouch input from the
client side.
|
2021-06-28 14:35:26 +02:00 |
|
Armin Novak
|
2a91afb0cf
|
Added adjustable tcp connect timeout
|
2021-06-08 08:21:47 +02:00 |
|
akallabeth
|
80d7f206af
|
Refactored settings string setter (#7014)
* Common function to clear strings
* Set string memory to '\0' before free
|
2021-05-18 11:22:27 +02:00 |
|
akallabeth
|
b494a193db
|
Refactored certificate API:
* Proper encapsulation
* known_hosts2 backend extended (storing PEM)
* New backend storing each host certificate in a file
|
2021-05-11 08:00:18 +02:00 |
|
sss
|
6b76ac9545
|
Revert "Revert "allow to use in single threaded mode" (#6864)"
This reverts commit f7465af44f .
|
2021-03-26 11:50:45 +01:00 |
|
Armin Novak
|
5fc2290c03
|
Added option to disable gateway websocket support
|
2021-03-08 14:33:05 +01:00 |
|
akallabeth
|
f7465af44f
|
Revert "allow to use in single threaded mode" (#6864)
This reverts commit bee2e1526d .
|
2021-03-05 13:02:38 +01:00 |
|
akallabeth
|
c67e4df96b
|
Added getter/setter for settings
|
2021-03-01 11:03:52 +01:00 |
|
Martin Fleisz
|
21158c0e8b
|
Merge pull request #6537 from akallabeth/kbd_remap
Added option to remap scancodes
|
2021-02-05 09:31:45 +01:00 |
|
bolt
|
03ced3d8f0
|
Add support for -grab-mouse, to prevent the client from moving the user's pointer
|
2020-11-20 09:40:00 +01:00 |
|
Armin Novak
|
d7bf6553c5
|
Added option to remap scancodes
|
2020-10-29 18:44:32 +01:00 |
|
akallabeth
|
319afb082b
|
Refactored settings clone/free, extended tests
|
2020-05-20 15:10:07 +02:00 |
|
Armin Novak
|
58be47bc63
|
Added expert settings /tune and /tune-list
|
2020-04-21 17:30:24 +02:00 |
|
Armin Novak
|
d3b36ab299
|
Added CertificateAcceptedFingerprints to settings
|
2020-03-06 11:37:35 +01:00 |
|
Martin Fleisz
|
7ae8a158a0
|
Merge pull request #5707 from akallabeth/kbd_codepage
Added KeyboardCodePage option
|
2020-02-25 14:50:51 +01:00 |
|
Armin Novak
|
c5e261e066
|
Added new command line swith for automatich assistance control.
|
2019-11-25 10:32:55 +01:00 |
|
Armin Novak
|
da87247d61
|
Added KeyboardCodePage option
Thanks to @byteboon for the hint.
|
2019-11-07 19:57:07 +01:00 |
|
Armin Novak
|
639174e7d3
|
Added configurable TcpKeepAliveDelay setting.
|
2019-11-07 16:07:18 +01:00 |
|
Armin Novak
|
7f21f4ef3d
|
Added additional tcp keep alive settings.
|
2019-11-07 12:45:05 +01:00 |
|
Armin Novak
|
7db4f69cb6
|
Added TcpKeepalive setting, use settings getter const arguments.
|
2019-11-07 12:39:22 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Martin Fleisz
|
852907a9ba
|
common: Fix nullptr checking in settings_set_string function
|
2019-09-03 13:24:02 +02:00 |
|
Armin Novak
|
3b38479ec5
|
Added PromptForCredentials setting.
|
2019-07-15 12:01:30 +02:00 |
|
Armin Novak
|
42ba19dd98
|
Added rail workdir parameter
|
2019-05-22 16:37:47 +02:00 |
|
Armin Novak
|
0d1d069b5a
|
Updated settings getter/setter for RemoteApplicationSupportMask
|
2019-05-09 14:24:58 +02:00 |
|
Armin Novak
|
93bf375686
|
Refactored settings getter/setter to stay compatible.
|
2019-05-08 14:35:25 +02:00 |
|
Armin Novak
|
abc93f924c
|
Added python generator for freerdp_[g|s]et_param*
The settings getters and setters are now automatically generated.
Added a test case to check if all available options can be retrieved.
|
2019-05-08 14:17:23 +02:00 |
|