Skip to content

ts-warp-1.5.8

Latest

Choose a tag to compare

@mezantrop mezantrop released this 04 Jun 17:49
· 7 commits to master since this release

2025.06.04 ts-warp-1.5.8, gui-warp-1.0.27 (gui-warp-v1.0.34-mac), ns-warp-1.0.7

  • build.sh: libssl/libssh section tweaks
  • ts-warp.c: SIGHUP hooked to recreate/reopen the log-file
  • ts-warp.c: trap signals for the console mode as well
  • minmiconf: Updated to version 1.1.1.1
  • Makefile: updated to fail make install if ./configure and make all were not run
  • configure: Do not fail on macOS SDK absence, if gcc is detected on macOS
  • inifile.c: "Long" dotted-decimal netmasks style returned, so 255.255.0.0 and /16 both working
  • inifile.c: ignore netmasks for target_host
  • inifile.c: correct /32 netmask for target_network
  • gui-warp.py/gui-warp.py.in: 'Password hash' caption
  • CONTRIBUTORS.md: New contributor Marcin Nowicki [email protected]. Thanks for your ideas and testing!
  • build.sh: -no-tests added for OpenSSL Configure; -fembed-bitcode removed for both OpenSSL and libssh2
  • gui-warp.py: Highlight "Save" button for INI/FW if config has been edited. Thanks Radek Sipka for the request