07.13.10 - 10:49am
This is a new libssh release which fixes the poll(2)-emulation on Windows and adds an option to bind the client to an ip address.
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.5 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Added option to bind a client to an ip address.
- Fixed the ssh socket polling function.
- Fixed Windows related bugs in bsd_poll().
- Fixed serveral build warnings.
Category: Uncategorized | Tags: | 4 Comments »
06.01.10 - 10:36am
This is a new libssh release which fixes a null-termination problem in the tilde expand function and applying the options.
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.4 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Fixed a bug in the expand function for escape sequences.
- Fixed a bug in the tilde expand function.
- Fixed a bug in setting the options.
Category: Uncategorized | Tags: | 12 Comments »
05.18.10 - 09:21am
This is a new libssh release which fixes important bugs and adds some nice new features. We have rewritten the poll(2)-emulation and on Windows we check for WSAPoll() on runtime now.
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.3 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Added global/keepalive responses.
- Added runtime detection of WSAPoll() for Vista and Windows 7.
- Added a select(2) based poll-emulation if poll(2) is not available.
- Added a function to expand an escaped string.
- Added a function to expand the tilde from a path.
- Added a proxycommand support.
- Added ssh_privatekey_type public function
- Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.
- Fixed sftp_chown.
- Fixed sftp_rename on protocol version 3.
- Fixed a blocking bug in channel_poll.
- Fixed config parsing wich has overwritten user specified values.
- Fixed hashed [host]:port format in knownhosts
- Fixed Windows build.
- Fixed doublefree happening after a negociation error.
- Fixed aes*-ctr with <= OpenSSL 0.9.7b.
- Fixed some documentation.
- Fixed exec example which has broken read usage.
- Fixed broken algorithm choice for server.
- Fixed a typo that we don’t export all symbols.
- Removed the unneeded dependency to doxygen.
- Build examples only on the Linux plattform.
Category: Release | Tags: | Be the
First to Comment »
03.15.10 - 08:02pm
This is a new minor libssh release which fixes some bugs and adds some small features like setting the owner and group in the sftp attributes if we talk to an openssh server. This version fixes some bugs discovered with KDE SC 4.4.1.
This version of libssh has official Windows support. The KDE Windows team ensures that the library is correctly working with MinGW and MSVC. Thanks for this!
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.2 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Added owner and group information in sftp attributes.
- Added missing SSH_OPTIONS_FD option.
- Added printout of owner and group in the sftp example.
- Added a prepend function for ssh_list.
- Added send back replies to openssh’s keepalives.
- Fixed documentation in scp code
- Fixed longname parsing, this only workings with readdir.
- Fixed and added support for several identity files.
- Fixed sftp_parse_longname() on Windows.
- Fixed a race condition bug in ssh_scp_close()
- Remove config support for SSHv1 Cipher variable.
- Rename ssh_list_add to ssh_list_append.
- Rename ssh_list_get_head to ssh_list_pop_head
Category: Uncategorized | Tags: | Be the
First to Comment »
02.13.10 - 03:48pm
This is a new minor libssh release which fixes some bugs we found since the last release. This version fixes some bugs discovered with KDE SC 4.4.
This version of libssh has official Windows support. The KDE Windows team ensures that the library is correctly working with MinGW and MSVC. Thanks for this!
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.1 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption.
- Added an example for exec.
- Added private key type detection feature in privatekey_from_file().
- Fixed zlib compression fallback.
- Fixed kex bug that client preference should be prioritary
- Fixed known_hosts file set by the user.
- Fixed a memleak in channel_accept().
- Fixed underflow when leave_function() are unbalanced
- Fixed memory corruption in handle_channel_request_open().
- Fixed closing of a file handle case of errors in privatekey_from_file().
- Fixed ssh_get_user_home_dir() to be thread safe.
- Fixed the doxygen documentation.
Category: Release | Tags: | 4 Comments »
12.10.09 - 11:56pm
This is a new major libssh release which provides new features, a cleaned up API interface and it will be typesafe for the future. We broke the API of serveral functions and added new ones so that we don’t have to break the API in future. You can find more information on this page. This version will be required by KDE SC 4.4 to get kio_sftp working.
This version of libssh has official Windows support. The KDE Windows team ensures that the library is correctly working with MinGW and MSVC. Thanks for this!
If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.4.0 here. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project here. Packages for Fedora are available here and for openSUSE here.
ChangeLog:
- Added scp support.
- Added support for sending signals (RFC 4254, section 6.9).
- Added MSVC support.
- Added support for ~/.ssh/config.
- Added sftp extension support.
- Added X11 forwarding support for client.
- Added forward listening.
- Added support for openssh extensions (statvfs, fstatvfs).
- Added a cleaned up interface for setting options.
- Added a generic way to handle sockets asynchronously.
- Added logging of the sftp flags used to open a file.
- Added full poll() support and poll-emulation for win32.
- Added missing 64bit functions in sftp.
- Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
- Fixed Fix channel_get_exit_status bug.
- Fixed calltrace logging to make it optional.
- Fixed compilation on Solaris.
- Fixed resolving of ip addresses.
- Fixed libssh compilation without server support.
- Fixed possible memory corruptions (ticket #14).
Category: Release | Tags: | 1 Comment »
10.01.09 - 08:07am
The KDE project uses libssh for their kio_sftp implementation now. The new kio slave based on libssh will be released with KDE 4.4.0. As the implementation works fairly well, openSUSE has backported the patches to their KDE 4.3 release which is available in the openSUSE Build Service and will be released with openSUSE 11.2. More features will be added as soon as libssh 0.4 is released. The first release candidates will follow soon.
With the help of the KDE Team we have official support for Windows and MSVC now. The KDE Team checks regularly if the latest development version compiles and works. We will offer this support with the upcoming release of libssh, version 0.4.
Category: Uncategorized | Tags: | 1 Comment »
09.15.09 - 08:21am
This is a security and bugfix release of libssh. We had some crash bugs in the server code and a stack overflow in the agent code. We recommend to update to this version. This is the most stable version of libssh and should be the last of the 0.3 branch.
If you are new to libssh read the tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions.
You can download libssh 0.3.4 here along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available here.
ChangeLog:
- Added ssh_basename() and ssh_dirname().
- Added a portable ssh_mkdir function().
- Added a sftp_tell64() function.
- Added missing NULL pointer checks to crypt_set_algorithms_server.
- Fixed ssh_write_knownhost if ~/.ssh doesn’t exist.
- Fixed a possible integer overflow in buffer_get_data().
- Fixed possible security bug in packet_decrypt().
- Fixed a possible stack overflow in agent code.
Category: Uncategorized | Tags: | Be the
First to Comment »
08.19.09 - 08:15am
This is the next bugfix release of libssh. Version 0.3.3 just fixes some bugs found during kio_sftp development which uses libssh now.
We created a tutorial how to get started with libssh. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.3.3 here along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available here.
ChangeLog:
- Fixed double free pointer crash in dsa_public_to_string.
- Fixed channel_get_exit_status bug.
- Fixed ssh_finalize which didn’t clear the flag.
- Fixed memory leak introduced by previous bugfix.
- Fixed channel_poll broken when delayed EOF recvd.
- Fixed stupid “can’t parse known host key” bug.
- Fixed possible memory corruption (ticket #14).
Category: Release | Tags: | Be the
First to Comment »
08.04.09 - 04:49pm
This is the next bugfix release of libssh. Version 0.3.2 provides four new functions: ssh_init, sftp_get_openssh_version, sftp_readlink and sftp_symlink.
We created a tutorial how to get started with libssh. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.3.2 here along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available here.
The ABI compliance report for the library from version 0.3.1 to 0.3.2 can be found here.
ChangeLog:
- Added ssh_init() function.
- Added sftp_readlink() function.
- Added sftp_symlink() function.
- Fixed ssh_write_knownhost().
- Fixed compilation on Solaris.
- Fixed SSHv1 compilation.
Category: Release | Tags: | Be the
First to Comment »