Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Random Number Generator ist jetzt Thread-sicher. Timeouts in waitFor () und sendCmd () arbeiten nun wie sie sollten. Einige Probleme wurden behoben sind, und den Umgang mit NULL-Pakete funktioniert jetzt ordnungsgemäß.
Tags: 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

Diese Version behebt Channel-Management-ID, die verursachte Abstürze und Memory Leaks beim Ausführen mehrerer Threads. Sie fügt hinzu, Aufräumarbeiten nach dem Verfahren entfernten Ende geht weg, und behebt Clean-up für Zeitüberschreitung Logins. Variablentyp Diskrepanzen und schlafen unter Windows Probleme wurden angegangen.
Tags: 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

Die Botan 1.8.x Krypto-Bibliothek wird unterstützt, und Makros für die Abwärtskompatibilität mit Botan 1.6.x wurden hinzugefügt. Alle Zeichenketten, die die read ()-Methode zurückgegeben werden jetzt NULL beendet. Alle Fehlermeldungszeichenfolgen NULL sind nun beendet. Mehrere Rennen Voraussetzungen für den Mutex-Sperren wurden behoben. Ein segfault bei der Verwendung von kryptographischen Algorithmen mit Block-Größe von mehr als 64-Bit wurde behoben. Unterstützung für die aes192-cbc-Algorithmus wurde hinzugefügt. Cleanup der Verbindungen nach fehlgeschlagene Authentisierung wurde behoben. Ein SFTP Absturz nach dem Wechsel zu einer nicht vorhandenen Remote-Verzeichnis wurde behoben.
Tags: 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

Konvertiert von auto cmake * Tools. Thread-Funktionen wurden in Makros verschoben, um Konflikte bei der Verknüpfung zu POSIX-Bibliotheken in Windows zu vermeiden. Eine Race-Bedingung in ne7ssh.cpp wurde behoben. Mehrere Memory Leaks wurden behoben.
Tags: 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

Diese Version behebt auch mit GCC 4.3.0 zu kompilieren. Es behebt die Bereinigung von Zeitüberschreitung Verbindungen. Es behebt eine Race-Bedingung in ne7ssh.cpp. Es gibt Updates für die mingw32 Compiler.
Tags: 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