FreeRDP/winpr/libwinpr/utils
akallabeth 6ac4cad8dd
Settings fixes (#7335)
* Fix temporary settings allocation for command line

Detection of legacy command line requires a temporary settings
struct. This was previously manyally allocated instead of using
freerdp_settings_new and freerdp_settings_free.

* Fixed CommandLineParseCommaSeparatedValuesEx

The name argument was not copied into the returned array.
2021-10-07 13:43:12 +02:00
..
collections Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00
corkscrew Reformatted to new style 2019-11-07 10:53:54 +01:00
lodepng Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
test WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
trio Fixed cast-qual warnings 2021-08-24 11:10:51 +02:00
wlog Added option to disable graphics decoding in client code path 2021-09-20 10:59:59 +02:00
CMakeLists.txt Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00
cmdline.c Settings fixes (#7335) 2021-10-07 13:43:12 +02:00
debug.c Eliminated spammy log messages from backtrace functions 2021-09-20 10:59:59 +02:00
image.c Fixed compilation warnings 2021-08-02 10:28:06 +02:00
ini.c Fix Windows Unicode file path handling issues (+add winpr_fopen wrapper) 2021-05-26 08:40:29 +02:00
ModuleOptions.cmake libwinpr: use ModuleOptions.cmake automatically 2012-10-03 19:50:48 -04:00
ntlm.c Fixed integer warnings 2021-06-18 09:41:02 +02:00
print.c Unified bin to hex and hex to bin conversion 2021-04-19 10:45:21 +02:00
sam.c Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00
ssl.c winpr: avoid calling FIPS_mode() with OpenSSL 3.0 2021-08-02 08:27:07 +02:00
stream.c Hide implementation of certain stream functions 2021-10-06 09:49:07 +02:00
stream.h Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00
strlst.c Reformatted to new style 2019-11-07 10:53:54 +01:00
winpr.c Added FREERDP/WINPR prefix to define GIT_REVISION 2021-05-18 13:37:34 +02:00