FreeRDP/libfreerdp
Linus Heckemann 5ce0ab909f
shadow_server: allow specifying IP addresses to listen on (#6050)
* shadow_server: allow specifying IP addresses to listen on

This allows using IPv6 as well as listening only on specific
interfaces. Additionally, it enables listening on local and TCP
sockets simultaneously.

* listener: log address with square brackets

This disambiguates IPv6 addresses.

* shadow_server: check error on each socket binding

* Refactored shadow /bind-address for 2.0 compiatibility.

* Made /ipc-socket and /bind-address incompatible arguments.

* Fixed shadow /bind-address handling and description

* Allow multiple bind addresses for shadow server.

Co-authored-by: akallabeth <akallabeth@posteo.net>
2020-05-05 08:35:19 +02:00
..
cache Refactored pointer and/xor data copying 2020-04-22 14:21:47 +02:00
codec Workaround #6072: FFMPEG AAC encoding graded experimental 2020-04-28 12:39:32 +02:00
common Added expert settings /tune and /tune-list 2020-04-21 17:30:24 +02:00
core shadow_server: allow specifying IP addresses to listen on (#6050) 2020-05-05 08:35:19 +02:00
crypto Fixed #6122: Allow SSL server and client purpose 2020-04-25 08:06:00 +02:00
gdi Check for int overflow in gdi_InvalidateRegion 2020-04-09 18:00:51 +02:00
locale Merge pull request #5707 from akallabeth/kbd_codepage 2020-02-25 14:50:51 +01:00
primitives Fixed format string warnings. 2020-04-11 09:43:01 +02:00
utils Improve signal handler printout. 2020-03-04 08:22:56 +01:00
CMakeLists.txt Fixed #6067: Better CMake warning for deactivated image scaling 2020-04-13 09:56:19 +02:00
freerdp.pc.in
FreeRDPConfig.cmake.in