Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-11 | move the debvm-* tools to bin | Helmut Grohne | |
The purpose of this change is adding support files to be referenced and called from these tools. Those support files shall be located in ../share and this way of locating them shall work both in-source and when installed. | |||
2023-01-08 | debvm-waitssh: remove redundant adjective 'positive' from error message | Johannes Schauer Marin Rodrigues | |
2023-01-08 | debvm-waitssh: don't apply -q to usage errors and further port check | Helmut Grohne | |
2023-01-08 | debvm-waitssh: bad usage should result in exit 2 | Helmut Grohne | |
2023-01-08 | debvm-waitssh: standardize option parser | Helmut Grohne | |
An option --foo is handled by opt_foo. | |||
2023-01-08 | debvm-waitssh: error out if hostname contains @ character | Johannes Schauer Marin Rodrigues | |
2023-01-08 | debvm-waitssh: error out if port number is not a positive integer | Johannes Schauer Marin Rodrigues | |
2023-01-08 | debvm-waitssh: output error message if timeout is reached | Johannes Schauer Marin Rodrigues | |
2023-01-08 | debvm-waitssh: add --quiet option | Johannes Schauer Marin Rodrigues | |
2023-01-03 | debvm-waitssh: issue fewer test connections | Helmut Grohne | |
ssh-keyscan creates one connection per key type. | |||
2023-01-03 | debvm-waitssh: force ipv4 | Helmut Grohne | |
On salsa, localhost resolves to ::1 and ssh-keyscan skips checking 127.0.0.1 there. | |||
2023-01-03 | debvm-waitssh: make timeout configurable and restore previous value for tests | Helmut Grohne | |
2023-01-03 | add a debvm-waitssh utility | Helmut Grohne | |