Releases: fossable/sshdog
Releases · fossable/sshdog
v0.2.1
v0.2.0
v0.1.0
Changelog
- c6384c3 impl: read config from environment
- 5dfc5dd Merge pull request Matir#9 from abbbi/exitcodes
- 77535d0 Merge pull request Matir#8 from abbbi/stderr
- 07a5201 Merge pull request Matir#10 from Matir/dependabot/go_modules/golang.org/x/crypto-0.1.0
- f8d830d Merge pull request Matir#11 from abbbi/stdin
- e8fd6eb Merge pull request Matir#7 from abbbi/blocking
- e2ad23a forward stdin
- e1fd0ec Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0
- aae2912 forward exit state for executed commands
- b4f6150 redirect stderr correctly
- d445fa0 execute handleConn in goroutine to make it non-blocking
- 8c6e86d Update to go module.
- 94a4665 Merge pull request Matir#4 from hengwu0/patch-1
- d00e997 bugfix: parse filename contain Spaces
- 97f39b1 Fix issue Matir#3.
- 3086032 Confirm exec before running.
- a8b06da Run commands with shell.
- 7b65ed9 Copy stdin out of band.
- ab46db5 Improve error messaging.
- 59633e2 SCP debugging and logging.
- c594e18 Send error messages back to client.
- 4f7c7b8 Add random host key if none are specified.
- 4e9c5bf Use working directory locator in rice.
- 5e7c4ae Bump README.md.
- a47f01a Add exit-status messaging.
- 709b521 Basic recursive directory support.
- 77db769 SCP: Sourcing a single file.
- 44a042f Move scp to separate file.
- ad76895 More debug.
- 792182f Mostly-functional SCP sink.
- 5d13526 Proper command splitting.
- 5f6936f Set controlling tty fd.
- 13fbfdf Avoid extra copying goroutines.
- 9f66263 Update windows shell.
- 3807045 Windows service fixes.
- b4c505a service fixes.
- 234351e sshdog daemon/service support.
- 79bbdb9 Fix gitignore.
- f825928 Daemonizing support.
- 03fe0de Remove extra file.
- 50e233a Initial commit.