Skip to content

V1.10.5

Compare
Choose a tag to compare
@RobSanders RobSanders released this 08 Feb 16:44
· 33 commits to stable since this release
b6ff35c
  • 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.