Skip to content

Conversation

@samrocketman
Copy link

Fixes two bugs:

  • Junk being passed into --hostlist not being sanitized like other methods. Fixed.
  • Blank list being passed into --hostlist not being detected as an error. Fixed.

Adds a feature:

  • Reading the host list from stdin if hosts.dat and --hostlist is not provided in the arguments.

This was cherry picked from russss#13.

Example:
    cat hosts.dat | horde /tmp/test /tmp/test

Fixes bug if --hostlist is passed junk like:
    horde --hostlist 1,2,3,,,\#test /tmp/test /tmp/test

Fixes bug --hostlist passing blank list of hosts like:
    ./horde --hostlist '' /tmp/test /tmp/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant