Download List

Descripción del Proyecto

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 Requirements

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

Random Number Generator es ahora de subprocesos. Tiempos de espera en WAITFOR () y sendcmd () ahora funcionan como debieran. Algunos temas incluyen estaban fijos, y el manejo de paquetes NULL ahora funciona correctamente.
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

Esta versión corrige Channel ID de gestión que estaba causando accidentes y pérdidas de memoria cuando se ejecutan varios subprocesos. Añade los procedimientos de limpieza después de que el extremo remoto se va, y correcciones de limpieza de agotado el tiempo de inicio de sesión. Los desajustes de tipo variable y los problemas del sueño en Windows se han abordado.
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

La biblioteca de criptografía de Botan 1.8.x es compatible, y macros para la compatibilidad con Botan 1.6.x han sido añadidas. Todas las cadenas devueltas por el método read () ahora están terminadas en nulo. Todas las cadenas de mensaje de error son ahora terminada en nulo. Condiciones de carrera múltiples relacionados con la exclusión mutua de bloqueo se fija. Una violación de segmento cuando se utilizan algoritmos de cifrado con el tamaño de bloque mayor de 64 bits fue corregido. Apoyo a la AES192 algoritmo CBC fue añadida. La limpieza de las conexiones después se fijó error de autenticación. Un accidente de SFTP después de cambiar a un directorio remoto inexistente fue corregido.
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

Se convierten en cmake de herramientas de auto *. Thread funciones han sido trasladadas a las macros para evitar conflictos cuando se vinculan a las bibliotecas POSIX en Windows. Una condición de carrera en ne7ssh.cpp se ha solucionado. Varias pérdidas de memoria han sido corregidos.
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

Esta versión incluye revisiones para compilar con GCC 4.3.0. Fija la limpieza de agotado el tiempo de las conexiones. Se fija una condición de carrera dentro de ne7ssh.cpp. Existen soluciones para el compilador de mingw32.
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