platform/upstream/freerdp.git
4 years agoserver: proxy: refactor configuration loader
kubistika [Sat, 3 Aug 2019 13:46:59 +0000 (16:46 +0300)]
server: proxy: refactor configuration loader

4 years agoserver: proxy: ensure client termination
kubistika [Thu, 1 Aug 2019 14:01:11 +0000 (17:01 +0300)]
server: proxy: ensure client termination

4 years agoserver: proxy: sync server and client channels
kubistika [Thu, 1 Aug 2019 13:55:50 +0000 (16:55 +0300)]
server: proxy: sync server and client channels

when disconnections/redirections occured, sometimes server/client
channels were not synced, meaning that for example the gfx server
received a message, then tried to use gfx client that was already freed.

4 years agoMerge pull request #5506 from akallabeth/scale_desktop_and_device
Martin Fleisz [Tue, 30 Jul 2019 10:53:13 +0000 (12:53 +0200)]
Merge pull request #5506 from akallabeth/scale_desktop_and_device

With /scale:<value> scale desktop and device.

4 years agoMerge pull request #5505 from akallabeth/rdp_sound
Martin Fleisz [Tue, 30 Jul 2019 10:53:02 +0000 (12:53 +0200)]
Merge pull request #5505 from akallabeth/rdp_sound

Rdp sound

4 years agoFixed loading of microphone channel
Armin Novak [Tue, 30 Jul 2019 10:30:15 +0000 (12:30 +0200)]
Fixed loading of microphone channel

Ensure microphone channel is loaded if settings require it in freerdp_client_load_addins

4 years agoWith /scale:<value> scale desktop and device.
Armin Novak [Tue, 30 Jul 2019 10:03:23 +0000 (12:03 +0200)]
With /scale:<value> scale desktop and device.

4 years agoMerge pull request #5487 from akallabeth/rdp_parser_cleanup
Martin Fleisz [Tue, 30 Jul 2019 09:58:39 +0000 (11:58 +0200)]
Merge pull request #5487 from akallabeth/rdp_parser_cleanup

Fixed a bunch of conversion warnings.

4 years agoFixed loading of sound channel
Armin Novak [Tue, 30 Jul 2019 07:39:45 +0000 (09:39 +0200)]
Fixed loading of sound channel

Ensure sound channel is loaded if settings require it in freerdp_client_load_addins

4 years agoFixed a bunch of conversion warnings.
Armin Novak [Thu, 18 Jul 2019 11:53:30 +0000 (13:53 +0200)]
Fixed a bunch of conversion warnings.

4 years agoserver: proxy: fix rdpgfx close race
kubistika [Sun, 21 Jul 2019 09:19:26 +0000 (12:19 +0300)]
server: proxy: fix rdpgfx close race

4 years agofix [channels/smartcard]: fix StatusW_Call
Bernhard Miklautz [Wed, 10 Jul 2019 16:36:34 +0000 (18:36 +0200)]
fix [channels/smartcard]: fix StatusW_Call

According to 2.2.2.18 Status_Call cbAtrLen is unused an must be ignored
upon receipt.

4 years agouwac: Only submit dirty buffers
Kenny Levinsen [Thu, 25 Jul 2019 16:56:28 +0000 (18:56 +0200)]
uwac: Only submit dirty buffers

4 years agouwac: Make damage tracking more readable
Kenny Levinsen [Thu, 25 Jul 2019 16:44:25 +0000 (18:44 +0200)]
uwac: Make damage tracking more readable

4 years agouwac: Do not memcpy when we swap drawing buffers
Kenny Levinsen [Thu, 25 Jul 2019 16:17:04 +0000 (18:17 +0200)]
uwac: Do not memcpy when we swap drawing buffers

The compositor only samples rects that we damage (and have therefore
been overwritten). As we are doing damage tracking and reporting,
memcpy of our old drawing buffer serves no purpose.

4 years agouwac: Re-enable damage tracking
Kenny Levinsen [Thu, 25 Jul 2019 12:14:59 +0000 (14:14 +0200)]
uwac: Re-enable damage tracking

4 years agouwac: Do not unconditionally set pendingBuffer on configure
Kenny Levinsen [Thu, 25 Jul 2019 11:53:44 +0000 (13:53 +0200)]
uwac: Do not unconditionally set pendingBuffer on configure

If pendingBuffer is set when it was otherwise NULL, then
UwacWindowSubmitBuffer will forever bail early, waiting for a frame
callback that will never come.

4 years agouwac: Acknowledge xdg_surface configure messages
Kenny Levinsen [Mon, 22 Jul 2019 22:00:47 +0000 (00:00 +0200)]
uwac: Acknowledge xdg_surface configure messages

This is necessary for the surface to have its role configured.

4 years agocommon: Fix parsing of devicestoredirect setting in rdp files
Martin Fleisz [Mon, 29 Jul 2019 14:37:06 +0000 (16:37 +0200)]
common: Fix parsing of devicestoredirect setting in rdp files

If devicestoredirect was found in an rdp file we incorrectly enabled
drive redirection (which has nothing to do with device redirection).

4 years agoMerge pull request #5498 from ligurio/patch-1
Bernhard Miklautz [Mon, 29 Jul 2019 08:07:13 +0000 (10:07 +0200)]
Merge pull request #5498 from ligurio/patch-1

Typo: neigter -> neither

4 years agoMerge pull request #5478 from kubistika/proxy/refactor
Bernhard Miklautz [Fri, 26 Jul 2019 08:36:34 +0000 (10:36 +0200)]
Merge pull request #5478 from kubistika/proxy/refactor

Proxy/refactor

4 years agoMerge pull request #5501 from ligurio/typo
Bernhard Miklautz [Fri, 26 Jul 2019 08:31:32 +0000 (10:31 +0200)]
Merge pull request #5501 from ligurio/typo

Fixed typo: RAW_VERSTION_STRING -> RAW_VERSION_STRING

4 years agoFixed typo: RAW_VERSTION_STRING -> RAW_VERSION_STRING
Sergey Bronnikov [Thu, 25 Jul 2019 13:07:40 +0000 (16:07 +0300)]
Fixed typo: RAW_VERSTION_STRING -> RAW_VERSION_STRING

4 years agoTypo: neigter -> neither
Sergey Bronnikov [Wed, 24 Jul 2019 07:22:05 +0000 (10:22 +0300)]
Typo: neigter -> neither

5 years agoMerge pull request #5480 from akallabeth/xfreerdp_clip_fix
Martin Fleisz [Thu, 18 Jul 2019 10:20:28 +0000 (12:20 +0200)]
Merge pull request #5480 from akallabeth/xfreerdp_clip_fix

Fix broken clipboard after file copy

5 years agoFix rdp file writer
Martin Fleisz [Thu, 18 Jul 2019 08:59:59 +0000 (10:59 +0200)]
Fix rdp file writer

The RDP file writer was based on previously parsed lines from an
existing rdp file. If you created a new rdpFile, populated it from
settings and tried to write it to a file you just got an error. This PR
fixes this issue by creating the data from the rdpFile properties rather
than the parsed lines.

5 years agoReformatting
Martin Fleisz [Wed, 17 Jul 2019 13:48:26 +0000 (15:48 +0200)]
Reformatting

5 years agoMerge pull request #5484 from akallabeth/alternate_full_address
Martin Fleisz [Thu, 18 Jul 2019 08:59:20 +0000 (10:59 +0200)]
Merge pull request #5484 from akallabeth/alternate_full_address

Added alternate full address to rdp file parser.

5 years agoAdded alternate full address to rdp file parser.
Armin Novak [Thu, 18 Jul 2019 07:29:06 +0000 (09:29 +0200)]
Added alternate full address to rdp file parser.

5 years agolibfreerdp: core: fix const correctness of freerdp_settings_clone
kubistika [Wed, 17 Jul 2019 12:51:11 +0000 (15:51 +0300)]
libfreerdp: core: fix const correctness of freerdp_settings_clone

5 years agoFix broken clipboard after file copy
Armin Novak [Wed, 17 Jul 2019 08:10:04 +0000 (10:10 +0200)]
Fix broken clipboard after file copy

5 years agoMerge pull request #5481 from akallabeth/pem_intermediate_fix
Martin Fleisz [Wed, 17 Jul 2019 13:06:28 +0000 (15:06 +0200)]
Merge pull request #5481 from akallabeth/pem_intermediate_fix

Extract whole certificate chain to PEM format.

5 years agoExtract whole certificate chain to PEM format.
Armin Novak [Wed, 17 Jul 2019 12:00:29 +0000 (14:00 +0200)]
Extract whole certificate chain to PEM format.

5 years agoserver: proxy: Add logs, call client->Close to send disconnection ultimatum
kubistika [Tue, 16 Jul 2019 13:19:15 +0000 (16:19 +0300)]
server: proxy: Add logs, call client->Close to send disconnection ultimatum

5 years agoserver: proxy: remove unnecessary function handle_client_disconnection
kubistika [Tue, 16 Jul 2019 13:18:26 +0000 (16:18 +0300)]
server: proxy: remove unnecessary function handle_client_disconnection

5 years agoserver: proxy: adjust log levels
kubistika [Tue, 16 Jul 2019 13:14:38 +0000 (16:14 +0300)]
server: proxy: adjust log levels

5 years agoserver: proxy: set nla fallback flag flag only if NLASecurity is enabled
kubistika [Tue, 16 Jul 2019 13:14:06 +0000 (16:14 +0300)]
server: proxy: set nla fallback flag flag only if NLASecurity is enabled

5 years agoserver: proxy: naming refactor
kubistika [Tue, 16 Jul 2019 13:13:12 +0000 (16:13 +0300)]
server: proxy: naming refactor

5 years agoserver: proxy: remove unnecessary files
kubistika [Tue, 16 Jul 2019 13:08:45 +0000 (16:08 +0300)]
server: proxy: remove unnecessary files

5 years agoserver: proxy: use freerdp_settings_copy
kubistika [Tue, 16 Jul 2019 10:28:14 +0000 (13:28 +0300)]
server: proxy: use freerdp_settings_copy

5 years agolibfreerdp: settings: Fix formatting in freerdp_settings_copy
kubistika [Tue, 16 Jul 2019 10:27:39 +0000 (13:27 +0300)]
libfreerdp: settings: Fix formatting in freerdp_settings_copy

5 years agolibfreerdp: settings: call key_clone in freerdp_settings_copy
kubistika [Tue, 16 Jul 2019 10:27:11 +0000 (13:27 +0300)]
libfreerdp: settings: call key_clone in freerdp_settings_copy

5 years agolibfreerdp: certificate: Add key_clone
kubistika [Tue, 16 Jul 2019 10:26:26 +0000 (13:26 +0300)]
libfreerdp: certificate: Add key_clone

5 years agoAdded freerdp_settings_copy
Armin Novak [Tue, 16 Jul 2019 07:54:31 +0000 (09:54 +0200)]
Added freerdp_settings_copy

5 years agoMerge pull request #5475 from akallabeth/tls_fail_status
Martin Fleisz [Tue, 16 Jul 2019 09:22:14 +0000 (11:22 +0200)]
Merge pull request #5475 from akallabeth/tls_fail_status

Pass on cert validation failure, set freerdp error in all use cases.

5 years agoPass on cert validation failure, set freerdp error in all use cases.
Armin Novak [Mon, 15 Jul 2019 13:51:46 +0000 (15:51 +0200)]
Pass on cert validation failure, set freerdp error in all use cases.

5 years agoMerge pull request #5472 from akallabeth/rdp_parser_fixes
Martin Fleisz [Mon, 15 Jul 2019 11:09:28 +0000 (13:09 +0200)]
Merge pull request #5472 from akallabeth/rdp_parser_fixes

Rdp parser fixes

5 years agoFixed freerdp_client_rdp_file_set_integer standard flag set.
Armin Novak [Mon, 15 Jul 2019 09:08:02 +0000 (11:08 +0200)]
Fixed freerdp_client_rdp_file_set_integer standard flag set.

5 years agoFixed rdp file parser tests.
Armin Novak [Mon, 15 Jul 2019 08:46:52 +0000 (10:46 +0200)]
Fixed rdp file parser tests.

5 years agoImplemented rdp file parser functions with a callback for custom settings.
Armin Novak [Mon, 15 Jul 2019 08:30:16 +0000 (10:30 +0200)]
Implemented rdp file parser functions with a callback for custom settings.

5 years agoAdded PromptForCredentials setting.
Armin Novak [Mon, 15 Jul 2019 08:08:39 +0000 (10:08 +0200)]
Added PromptForCredentials setting.

5 years agoserver: proxy: implement NLA fallback
kubistika [Mon, 15 Jul 2019 07:55:57 +0000 (10:55 +0300)]
server: proxy: implement NLA fallback

5 years agowinpr: ObjectPool_Return: fix error handling
kubistika [Thu, 11 Jul 2019 19:13:19 +0000 (22:13 +0300)]
winpr: ObjectPool_Return: fix error handling

5 years agowinpr: ObjectPool_Return: fix wrong type for new_cap
kubistika [Thu, 11 Jul 2019 19:12:50 +0000 (22:12 +0300)]
winpr: ObjectPool_Return: fix wrong type for new_cap

5 years agoMerge pull request #5469 from akallabeth/access_denied
Norbert Federa [Thu, 11 Jul 2019 10:50:47 +0000 (12:50 +0200)]
Merge pull request #5469 from akallabeth/access_denied

Don't set ACCESS_DENIED on first HTTP gateway response.

5 years agoDon't set ACCESS_DENIED on first HTTP gateway response.
Armin Novak [Thu, 11 Jul 2019 09:44:18 +0000 (11:44 +0200)]
Don't set ACCESS_DENIED on first HTTP gateway response.

The first response is alwasy ACCESS_DENIED to initiate authentication.
Only the second response must not have that status.

5 years agoMerge pull request #5468 from akallabeth/gw_status_denied
Norbert Federa [Thu, 11 Jul 2019 08:57:24 +0000 (10:57 +0200)]
Merge pull request #5468 from akallabeth/gw_status_denied

Set freerdp last error on gateway access denied.

5 years agoSet freerdp last error on gateway access denied.
Armin Novak [Thu, 11 Jul 2019 08:38:15 +0000 (10:38 +0200)]
Set freerdp last error on gateway access denied.

5 years agoMerge pull request #5396 from widgetii/master
Martin Fleisz [Tue, 9 Jul 2019 14:17:29 +0000 (16:17 +0200)]
Merge pull request #5396 from widgetii/master

Artur Zaprzala's rdp2tcp channel driver

5 years agoMerge pull request #5458 from kubistika/bugfix/proxy-multimon
Martin Fleisz [Tue, 9 Jul 2019 13:52:53 +0000 (15:52 +0200)]
Merge pull request #5458 from kubistika/bugfix/proxy-multimon

Declare support for multimon in proxy server.

5 years agoclient: populate settings didn't update NetworkAutoDetect
Martin Fleisz [Tue, 9 Jul 2019 13:02:49 +0000 (15:02 +0200)]
client: populate settings didn't update NetworkAutoDetect

5 years agorail: Fixes incorrect setting of TS_RAIL_EXEC_FLAG_FILE
Martin Fleisz [Mon, 8 Jul 2019 09:47:51 +0000 (11:47 +0200)]
rail: Fixes incorrect setting of TS_RAIL_EXEC_FLAG_FILE

The TS_RAIL_EXEC_FLAG should only be set if ExeOrFile refers to a file
path. If we don't supply a published app name (using ||) but the name of
an application (i.e. notepad.exe) this flag was incorrectly set causing
an remote app execution error (error 5 - file not found).

5 years agoDeclare support for multimon in proxy server.
kubistika [Mon, 8 Jul 2019 08:09:29 +0000 (11:09 +0300)]
Declare support for multimon in proxy server.
It was broken in the DISP PR.

5 years agoMerge pull request #5453 from akallabeth/load_balance_info_checks
Martin Fleisz [Tue, 2 Jul 2019 12:12:58 +0000 (14:12 +0200)]
Merge pull request #5453 from akallabeth/load_balance_info_checks

Only try to set nego token if load balance info length is >0

5 years agoOnly try to set nego token if load balance info length is >0
Armin Novak [Tue, 2 Jul 2019 09:53:14 +0000 (11:53 +0200)]
Only try to set nego token if load balance info length is >0

5 years agoMerge pull request #5447 from akallabeth/mac_bundle
Martin Fleisz [Mon, 1 Jul 2019 06:50:15 +0000 (08:50 +0200)]
Merge pull request #5447 from akallabeth/mac_bundle

Fix plugin paths when building for a mac bundle.

5 years agoserver/proxy: Add check after calling p_client_context_create
kubistika [Thu, 13 Jun 2019 13:56:21 +0000 (16:56 +0300)]
server/proxy: Add check after calling p_client_context_create

5 years agoserver/proxy: Logging and comments improvements
kubistika [Thu, 13 Jun 2019 13:55:56 +0000 (16:55 +0300)]
server/proxy: Logging and comments improvements

5 years agoserver/proxy: pf_update: Update ps->settings in DesktopResize
kubistika [Tue, 11 Jun 2019 16:01:49 +0000 (19:01 +0300)]
server/proxy: pf_update: Update ps->settings in DesktopResize

5 years agoserver/proxy: set ps->thread to NULL on disconnect
kubistika [Tue, 11 Jun 2019 15:54:10 +0000 (18:54 +0300)]
server/proxy: set ps->thread to NULL on disconnect

freerdp_abort_connect calls the proxy's client stop function,
that closes the thread handle. if it already closed by the server,
a segfault will occur because CloseHandle will try to access free()'ed
memory.

5 years agoserver/proxy: Refactor pdata_set_connection_info
kubistika [Tue, 11 Jun 2019 15:51:21 +0000 (18:51 +0300)]
server/proxy: Refactor pdata_set_connection_info

Connection info must be set after the proxy's client connection
established, because if the client didn't provide credentials in .rdp
file, we don't know its username yet.

5 years agoserver/proxy: pf_filters: Update filter_free to accept NULL
kubistika [Tue, 11 Jun 2019 15:48:47 +0000 (18:48 +0300)]
server/proxy: pf_filters: Update filter_free to accept NULL

5 years agoserver/proxy: Fix race-condition
kubistika [Thu, 30 May 2019 08:22:50 +0000 (11:22 +0300)]
server/proxy: Fix race-condition

The client's `ClientStop` callback wasn't set, therefore calling
freerdp_client_stop wasn't really blocking until it has stopped, and a
race condition occured. Fixed by registring to `ClientStop` callback and
waiting for the client thread to finish.

5 years agoserver/proxy: Fix rdpgfx and events leak
kubistika [Tue, 28 May 2019 13:10:04 +0000 (16:10 +0300)]
server/proxy: Fix rdpgfx and events leak

5 years agoserver/proxy: Fix double-call to disconnect
kubistika [Tue, 28 May 2019 13:09:49 +0000 (16:09 +0300)]
server/proxy: Fix double-call to disconnect

5 years agoFix plugin paths when building for a mac bundle.
Armin Novak [Wed, 26 Jun 2019 07:56:16 +0000 (09:56 +0200)]
Fix plugin paths when building for a mac bundle.

5 years agoMerge pull request #5445 from akallabeth/some_small_patches
David Fort [Tue, 25 Jun 2019 09:23:00 +0000 (11:23 +0200)]
Merge pull request #5445 from akallabeth/some_small_patches

Fix various small issues

5 years agoPR fixes
Dmitry Ilyin [Tue, 25 Jun 2019 08:52:22 +0000 (11:52 +0300)]
PR fixes

5 years agoFixed type mismatch.
Armin Novak [Tue, 25 Jun 2019 08:39:34 +0000 (10:39 +0200)]
Fixed type mismatch.

5 years agoFix #5427: Dispatch updates to main thread.
Armin Novak [Tue, 25 Jun 2019 08:36:19 +0000 (10:36 +0200)]
Fix #5427: Dispatch updates to main thread.

thank you @Harrywang55666

5 years agoFixed #5406: Ensure mouse wheel rotation step is never zero
Armin Novak [Tue, 25 Jun 2019 08:31:17 +0000 (10:31 +0200)]
Fixed #5406: Ensure mouse wheel rotation step is never zero

thank you @victorking528

5 years agoFixed #5441, thank you @ekse
Armin Novak [Tue, 25 Jun 2019 08:25:31 +0000 (10:25 +0200)]
Fixed #5441, thank you @ekse

5 years agoMerge pull request #5438 from akallabeth/tsmf_patch
David Fort [Tue, 18 Jun 2019 15:35:27 +0000 (17:35 +0200)]
Merge pull request #5438 from akallabeth/tsmf_patch

Patch from #5436: fix input handling with gstreamer and vaapisink

5 years agoPatch from #5436: fix input handling with gstreamer and vaapisink
Armin Novak [Tue, 18 Jun 2019 11:43:44 +0000 (13:43 +0200)]
Patch from #5436: fix input handling with gstreamer and vaapisink

5 years agoMerge pull request #5424 from kubistika/rdpgfx
David Fort [Thu, 13 Jun 2019 09:35:15 +0000 (11:35 +0200)]
Merge pull request #5424 from kubistika/rdpgfx

rdpgfx: CacheImportOffer implementation

5 years ago codec: Set alpha channel to FF if not used (#5431)
Martin Fleisz [Thu, 13 Jun 2019 07:19:42 +0000 (09:19 +0200)]
 codec: Set alpha channel to FF if not used (#5431)

* Formatting

* codec: Set alpha channel to FF if not used

This PR initializes the alpha channel to FF. Before the alpha channel
contained uninitialized memory potentially causing problems when the
image data was used by an alpha channel aware frontend.

5 years agoMerge pull request #5423 from kubistika/feat/bitmap-auto-flag-calculate
David Fort [Wed, 12 Jun 2019 19:15:59 +0000 (21:15 +0200)]
Merge pull request #5423 from kubistika/feat/bitmap-auto-flag-calculate

rdpUpdate: add autoBitmapDataCalculate

5 years agoRDPEDISP server side implementation (#5414)
Kobi [Tue, 11 Jun 2019 14:13:42 +0000 (07:13 -0700)]
RDPEDISP server side implementation (#5414)

* libfreerdp: Add RDPEDISP server implementation

* server/proxy: Add RDPEDISP support

5 years agordpgfx/client: Update gfx->UnacknowlegedFrame correctly
kubistika [Thu, 6 Jun 2019 07:24:27 +0000 (10:24 +0300)]
rdpgfx/client: Update gfx->UnacknowlegedFrame correctly

5 years agoserver/proxy: Proxy CacheImportOffer & QoeFrameAck
kubistika [Wed, 5 Jun 2019 13:19:28 +0000 (16:19 +0300)]
server/proxy: Proxy CacheImportOffer & QoeFrameAck

5 years agordpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu
kubistika [Wed, 5 Jun 2019 13:18:42 +0000 (16:18 +0300)]
rdpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu

5 years agordpgfx/client: Expose QoeFrameAck
kubistika [Wed, 5 Jun 2019 13:18:00 +0000 (16:18 +0300)]
rdpgfx/client: Expose QoeFrameAck

5 years agordpgfx/client: Implement CacheImportOffer PDU
kubistika [Wed, 5 Jun 2019 13:13:49 +0000 (16:13 +0300)]
rdpgfx/client: Implement CacheImportOffer PDU

5 years agoserver/proxy: Fix bitmap update crash when target is win7
kubistika [Tue, 4 Jun 2019 14:33:48 +0000 (17:33 +0300)]
server/proxy: Fix bitmap update crash when target is win7

5 years agordpUpdate: add autoCalculateBitmapData flag
kubistika [Tue, 4 Jun 2019 14:33:18 +0000 (17:33 +0300)]
rdpUpdate: add autoCalculateBitmapData flag

5 years agoMerge pull request #5422 from kubistika/feat/ifdef-rdpgfx-dbg
David Fort [Tue, 4 Jun 2019 11:51:46 +0000 (13:51 +0200)]
Merge pull request #5422 from kubistika/feat/ifdef-rdpgfx-dbg

rdpgfx: Add WITH_DEBUG_RDPGFX cmake option

5 years agordpgfx: Add WITH_DEBUG_RDPGFX option
kubistika [Tue, 4 Jun 2019 07:28:03 +0000 (10:28 +0300)]
rdpgfx: Add WITH_DEBUG_RDPGFX option

5 years agoMerge pull request #5415 from akallabeth/dump_append_fix
Martin Fleisz [Tue, 4 Jun 2019 07:14:59 +0000 (09:14 +0200)]
Merge pull request #5415 from akallabeth/dump_append_fix

Fixed format security issues.

5 years agoMerge pull request #5405 from m4ntis/proxy/filters-api
David Fort [Mon, 3 Jun 2019 13:45:24 +0000 (15:45 +0200)]
Merge pull request #5405 from m4ntis/proxy/filters-api

Proxy: Filters API

5 years agoMerge pull request #5416 from m4ntis/proxy/multimon
David Fort [Mon, 3 Jun 2019 13:20:14 +0000 (15:20 +0200)]
Merge pull request #5416 from m4ntis/proxy/multimon

Add multimon support to proxy server