FreeRDP/winpr/libwinpr/utils
Simon Tatham 818480be91 winpr/utils: allow COMMAND_LINE_VALUE_{OPTIONAL,BOOL} to coexist.
Now you can give an option the combination of flags
COMMAND_LINE_VALUE_OPTIONAL and COMMAND_LINE_VALUE_BOOL. If you do,
then all three of the syntaxes +foo, -foo and /foo:value are allowed
at once, and the receiving code can tell the difference because the
Value field is set to BoolValueTrue, BoolValueFalse or a valid char
pointer.

(cherry picked from commit 22c6b375d4)
2021-02-25 09:51:41 +01:00
..
collections Ignore NULL streams in StreamPool_Return 2020-12-01 15:10:23 +01:00
corkscrew Reformatted to new style 2019-11-07 10:53:54 +01:00
lodepng Fixed BehaviorSanitizer warnings. 2020-05-18 17:10:01 +02:00
test Fixed memory leak in ini parser and test functions. 2020-05-18 17:10:01 +02:00
trio Fixed TrioParse and trio_length limts. 2020-06-22 12:12:56 +02:00
wlog Merge pull request #5739 from akallabeth/improve_function_hiding 2019-12-02 11:31:35 +01:00
CMakeLists.txt Removed unused functions / files 2020-03-10 14:04:53 +01:00
cmdline.c winpr/utils: allow COMMAND_LINE_VALUE_{OPTIONAL,BOOL} to coexist. 2021-02-25 09:51:41 +01:00
debug.c Reformatted to new style 2019-11-07 10:53:54 +01:00
image.c Fixed #6632 2020-12-03 09:34:37 +01:00
ini.c Fixed memory leak in ini parser and test functions. 2020-05-18 17:10:01 +02:00
ModuleOptions.cmake libwinpr: use ModuleOptions.cmake automatically 2012-10-03 19:50:48 -04:00
ntlm.c use WINPR_MD5_DIGEST_LENGTH in stead of magic number for hash array 2020-05-05 07:46:09 +02:00
print.c Reformatted to new style 2019-11-07 10:53:54 +01:00
sam.c Fixed invalid argument to strtok_s 2020-05-20 15:41:24 +02:00
ssl.c Reformatted to new style 2019-11-07 10:53:54 +01:00
stream.c Reformatted to new style 2019-11-07 10:53:54 +01:00
strlst.c Reformatted to new style 2019-11-07 10:53:54 +01:00
winpr.c Reformatted to new style 2019-11-07 10:53:54 +01:00