Download List

Projeto Descrição

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

Gerador de números aleatórios é agora segmento seguro. Timeouts em waitFor () e sendCmd () agora funcionam como deveriam. Algumas questões incluem foram corrigidos, e manuseio de pacotes NULL agora funciona corretamente.
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 versão corrige ID do canal de gestão que estava causando acidentes e vazamentos de memória quando executar vários segmentos. Acrescenta que os procedimentos de limpeza após o fim remoto vai embora, e correções de limpeza para expirar o tempo de logins. Inadequação do tipo de variáveis e problemas de sono em Windows foram abordadas.
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

A Botan biblioteca crypto 1.8.x é suportado, e macros para compatibilidade com Botan 1.6.x foram adicionados. Todas as seqüências retornado pelo método read () são NULL finalizado. Todas as seqüências de mensagens de erro são NULL finalizado. Condições de corrida múltiplos relativos à mutex bloqueio foram corrigidos. A segfault quando se utiliza algoritmos de criptografia com tamanho do bloco maior que 64 bits foi corrigido. Suporte para o algoritmo AES192-CBC foi adicionado. Limpeza de conexões, após falha de autenticação foi corrigido. Um acidente de SFTP após a mudança para um diretório inexistente remoto foi corrigido.
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

Convertido para cmake ferramentas de auto *. Thread funções foram movidas em macros para evitar conflitos durante a vinculação a bibliotecas POSIX no Windows. Uma condição de corrida em ne7ssh.cpp foi corrigido. Vários fugas de memória foram corrigidos.
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 versão inclui correcções para compilar com o GCC 4.3.0. Fixou a limpeza de esgotado conexões. Ela corrige uma condição de corrida dentro ne7ssh.cpp. Há correções para o compilador 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