FreeRDP/winpr/libwinpr/clipboard
Pascal Nowack 43b609cd6c winpr/clipboard: Allow overriding ValidFileNameComponent call
When using the wClipboard API, the connected peer might not be on the
Windows platform, where further filename restriction exists.
As a result, it is currently not possible to use the wClipboard API,
when intending to allow filenames, containing characters like ':'.

So, add a callback to the wClipboardDelegate, which is set to the
ValidFileNameComponent call by default.
This callback can be overridden by the API user, when it is known, that
there is no need to impose very strict filename restrictions.
2022-07-07 07:45:26 +00:00
..
test WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
clipboard.c Decreased logging verbosity for INFO level 2022-03-04 09:34:02 +01:00
clipboard.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
CMakeLists.txt Avoid building POSIX clipboard if WIN32 2019-01-09 10:04:38 +01:00
ModuleOptions.cmake libwinpr-clipboard: initial commit 2014-10-17 15:19:05 -04:00
posix.c winpr/clipboard: Allow overriding ValidFileNameComponent call 2022-07-07 07:45:26 +00:00
posix.h wClipboard: local file subsystem boilerplate 2017-04-09 03:15:48 +03:00
synthetic.c Unifiy string append functions 2022-06-17 08:41:46 +02:00