You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Allow compile time choice of 'select()' or 'poll()' when monitoring the libcli command file descriptor in cli_loop(). See README.MD for details
If the 'select()' call is chosen above, do a range validation to ensure the file descriptor is less than FD_SETSIZE
Fix incorrect help message if there is a validation problem for the value of an optional argument.
Fix confusing help message shown if there is a parsing problem for a subcommand
Add ppc64le to travis checking
Fix a number of possible issues identified by static code analysis. As a result, the 'full' name of all commands is generated in cli_register_command(), instead of on the fly as was done before
Fix formatting of 'long' commands. If a command name is longer than 22 characters the help message will start indented on a new line, instead of being appended immediately behind the command name with no separation.
Some minor changes to clitest.c to show correct behavior due to above changes.