Skip to content

Releases: nwtgck/go-piping-sshd

v0.8.0

27 Jun 14:13
Compare
Choose a tag to compare

Changelog

v0.7.0

28 Jan 00:29
Compare
Choose a tag to compare

Changelog

  • f8207b5 Merge branch 'release/0.7.0'
  • 173f15b bump: 0.7.0
  • 305209d rename option name --allows-empty-password to --allow-empty-password
  • 63c5e55 remove sshConn.RemoteAddr() from log because it is always nil
  • 3bf58f3 goreleaser: add "windows"
  • d404903 partial Windows support (SFTP is available, pty is not available)
  • 4705940 docs: 0.6.0 and add "Help"
  • 9e85468 Merge tag 'v0.6.0' into develop

v0.6.0

27 Jan 00:25
Compare
Choose a tag to compare

Changelog

  • d861073 Merge branch 'release/0.6.0'
  • 5e2d5f6 bump: 0.6.0
  • a28c24c ci: goreleaser 1.3.1
  • d74473f update client host hint and "Usage"
  • e7cc58f docs: modify "CAUTION"
  • c7d744f chore: use log.Printf for multiplexing yamux log
  • 0909f14 --allows-empty-password to allow the empty password
  • 78abe8d refactor: use PersistentFlags()
  • 85ea159 allow no Content-Type
  • d5fab81 Merge tag 'v0.5.0' into develop

v0.5.0

25 Jan 14:34
Compare
Choose a tag to compare

Changelog

7335079 Merge branch 'release/0.5.0'
e6c965b bump: 0.5.0
3e76ca3 add ,reuseaddr to socat command
eab2337 build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.3.0 (#12)
d589de4 build(deps): bump github.com/creack/pty from 1.1.11 to 1.1.17 (#11)
7d0156d Merge pull request #5 from nwtgck/dependabot/go_modules/github.com/mattn/go-shellwords-1.0.12
080a85c build(deps): bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12
9a80794 use 4096 as default buf-sizes
5b54ef1 use embed private key
5005b31 feat: support SFTP
4777d59 Merge pull request #2 from nwtgck/dependabot/add-v2-config-file
78b67c6 remove "ignore"
8a2d7ce Upgrade to GitHub-native Dependabot
b5c44e4 refactor: extract as handleExecRequest()
abad24a respond exist status after request type "shell" finished
eaf24d0 Merge branch 'feature/exec' into develop
c6f7617 use shellwords to split command
365d1a6 feat: support "exec" request type
4a4ad3b create pty when pty-req
64cd7fc docs: 0.4.0
ea36fd7 Merge tag 'v0.4.0' into develop

v0.4.0

27 Mar 00:35
Compare
Choose a tag to compare

Changelog

4c7a387 Merge branch 'release/0.4.0'
1ff6a63 bump: 0.4.0
de34d18 no auth when password is empty
40205e4 make hint command shorter
1445dad ci: add freebsd to goreleaser
0db2758 Merge tag 'v0.3.1' into develop

v0.3.1

25 Mar 22:41
Compare
Choose a tag to compare

Changelog

c7544ce Merge branch 'release/0.3.1'
914a79c bump: 0.3.1
70ea53e refactor: use github.com/creack/pty instead of github.com/kr/pty because moved
a0939ba Merge tag 'v0.3.0' into develop

v0.3.0

25 Mar 22:28
Compare
Choose a tag to compare

Changelog

40c36ac Merge branch 'release/0.3.0'
f042411 bump: 0.3.0
3e44f22 Merge branch 'feature/direct-tcpip' into develop
6e6feec refactor: use switch for ChannelType()
8ebe5c4 feat: implement direct-tcpip
822c28a Merge tag 'v0.2.0' into develop

v0.2.0

25 Mar 16:10
Compare
Choose a tag to compare

Changelog

ee7ae6e Merge branch 'release/0.2.0'
c521a70 bump: 0.2.0
a28f6ea feat: add --shell option to specify shell
3b918b0 docs: add "Install" and "Usage" and update CAUTION
084e20b Merge tag 'v0.1.0' into develop

v0.1.0

25 Mar 15:30
Compare
Choose a tag to compare

Changelog

59e9fe3 Merge branch 'release/0.1.0'
5a1c1cc bump: 0.1.0
c596f38 ci: release setting
2712122 create initial piping-sshd
f63aa5b Initial commit