libssh Changelog

What's new in libssh 0.5.0

Jun 2, 2011
  • Added ssh_ prefix to all public functions.
  • Added complete Windows support.
  • Added improved server support.
  • Added unit tests for a lot of functions.
  • Added asynchronous service request.
  • Added a multiplatform ssh_getpass() function.
  • Added a tutorial.
  • Added a lot of documentation.
  • Fixed a lot of bugs.
  • Fixed several memory leaks.

New in libssh 0.5.0 RC1 (Jun 2, 2011)

  • Added ssh_ prefix to all public functions.
  • Added complete Windows support.
  • Added improved server support.
  • Added unit tests for a lot of functions.
  • Added asynchronous service request.
  • Added a multiplatform ssh_getpass() function.
  • Added a tutorial.
  • Added a lot of documentation.

New in libssh 0.4.8 (Jun 2, 2011)

  • Fixed memory leaks in session signing.
  • Fixed memory leak in ssh_print_hexa.
  • Fixed problem with ssh_connect w/ timeout and fd > 1024.
  • Fixed some warnings on OS/2.
  • Fixed installation path for OS/2.

New in libssh 0.4.7 (Jun 2, 2011)

  • Fixed a possible memory leak in ssh_get_user_home().
  • Fixed a memory leak in sftp_xstat.
  • Fixed uninitialized fd->revents member.
  • Fixed timout value in ssh_channel_accept().
  • Fixed length checks in ssh_analyze_banner().
  • Fixed a possible data overread and crash bug.
  • Fixed setting max_fd which breaks ssh_select().
  • Fixed some pedantic build warnings.
  • Fixed a memory leak with session->bindaddr.