Skip to content

Releases: bk138/libsshtunnel

v0.3.0

07 Jan 11:14
7e2f9c5
Compare
Choose a tag to compare

🌅 New Features

  • Extended API to be able to specify SSH server port to connect to.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Dec 20:03
00d3f7c
Compare
Choose a tag to compare

🌅 New Features

  • Moved connecting to the server behind the SSH server to be done early in ssh_tunnel_open_*(), not when the client connects. This way, we can be sure that the remote host behind the SSH server is reachable when one of the open functions returns a tunnel. This is also more in line with the API docs which state that a tunnel is dug to a remote host.
  • Added a first simple unit test. Integration into CI still to be done.

🛠 Fixes

  • Fixed ssh_tunnel_close() hanging when closing a tunnel that was never used by the client app.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Nov 21:59
f177de8
Compare
Choose a tag to compare

🌅 Initial Release With the Following Features

  • Minimal, simple API to let your existing networking code connect to a host running behind a SSH server.
  • Written in C.
  • Builds for Linux, MacOS, Win32.
  • Tested on Linux, MacOS and Android so far.