Download List

项目描述

NetSieben SSH Library is a Secure Shell client library for C++. It utilizes the Botan library for its cryptographic functions, allowing a large choice of algorithms to be used in SSH communications. It integrates Secure FTP client functionality and has been tested in multi-threaded applications.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-20 07:29
1.3.2

随机数发生器现在是线程安全的。在waitFor超时()和sendCmd()现在的工作,他们应该。包括问题的一些固定的,和现在空包处理工作正常。
标签: Major bugfixes
Random Number Generator is now thread safe. Timeouts in waitFor() and sendCmd() now work as they should. Some include issues were fixed, and handling of NULL packets now works properly.

2009-05-06 07:43
1.3.1

该版本修正通道ID管理,是导致的崩溃和内存泄漏时,运行多个线程。它增加了远端后消失清理程序,清理和修复,为进行登录超时。变量类型不匹配,并在Windows睡眠问题已得到解决。
标签: Major bugfixes
This version fixes channel ID management that was causing crashes and memory leaks when running multiple threads. It adds cleanup procedures after the remote end goes away, and fixes clean-up for timed out logins. Variable type mismatches and sleep issues under Windows have been addressed.

2009-03-05 18:18
1.3.0

在牡丹1.8.x加密库支持,并为了向后兼容宏牡丹1.6.x增加了。由read()方法返回的所有字符串现在NULL结束。所有的错误消息字符串现在NULL结束。多种族与互斥锁的条件是固定的。阿段错误时,使用的块大小大于64位的加密算法是固定的。支持的aes192 - CBC算法增加了。清理后的连接认证失败是固定的。一个在换一个不存在的远程目录SFTP发布坠毁是固定的。
标签: Major bugfixes
The Botan 1.8.x crypto library is supported, and macros for backward compatibility with Botan 1.6.x were added. All strings returned by the read() method are now NULL terminated. All error message strings are now NULL terminated. Multiple race conditions related to mutex locking were fixed. A segfault when using cryptographic algorithms with block size larger than 64 bits was fixed. Support for the aes192-cbc algorithm was added. Cleanup of connections after authentication failure was fixed. An SFTP crash after changing to a nonexistent remote directory was fixed.

2008-10-29 14:18
1.2.7

从自动转换为CMake的*工具。线程职能已经转移到宏,以避免冲突时,连接在Windows POSIX库。一个ne7ssh.cpp竞争条件已得到修复。多个内存泄漏已得到修复。
标签: Major bugfixes
Converted to cmake from auto* tools. Thread functions have been moved into macros to avoid conflicts when linking to POSIX libraries in Windows. A race condition in ne7ssh.cpp has been fixed. Multiple memory leaks have been fixed.

2008-06-03 05:35
1.2.6

此版本修正,包括编制与海湾合作委员会4.3.0。它修复了连接的定时清理。它修复了在ne7ssh.cpp竞争状态。出现这样的情况mingw32编译器修复。
标签: Major bugfixes
This release fixes includes to compile with GCC 4.3.0. It fixes the cleanup of timed out connections. It fixes a race condition within ne7ssh.cpp. There are fixes for the mingw32 compiler.

Project Resources