FreeRDP/winpr/libwinpr/utils
Simon Tatham c90479c7f5 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.
2020-11-20 08:34:20 +01:00
..
collections Fixed compilation warnings. 2020-11-10 08:53:43 +01:00
corkscrew
lodepng Fixed BehaviorSanitizer warnings. 2020-05-20 15:10:07 +02:00
test Fixed locking issue, removed broken functions 2020-11-02 09:23:11 +01:00
trio Fixed TrioParse and trio_length limts. 2020-06-22 11:51:38 +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. 2020-11-20 08:34:20 +01:00
debug.c
image.c winpr: image: add API to construct bmp header 2020-06-05 09:22:26 +02:00
ini.c Fixed memory leak in ini parser and test functions. 2020-05-20 15:10:07 +02:00
ModuleOptions.cmake
ntlm.c use WINPR_MD5_DIGEST_LENGTH in stead of magic number for hash array 2020-04-24 08:33:30 +02:00
print.c
sam.c Fixed invalid argument to strtok_s 2020-05-20 15:10:07 +02:00
ssl.c
stream.c
strlst.c
winpr.c