aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-16Fix doxygen warningAris Adamantiadis1-0/+2
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis3-5/+88
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis3-6/+54
2011-01-16Made ask_userauth nonblockingAris Adamantiadis1-4/+11
2011-01-16modules: Improved the GCrypt module.Andreas Schneider1-45/+48
2011-01-16cmake: Fixed NSIS module.Andreas Schneider1-7/+1
2011-01-16cmake: Fixed ZLIB path checks.Andreas Schneider1-2/+2
2011-01-16cmake: Improved the NSIS module.Andreas Schneider1-7/+26
2011-01-16cmake: Improved the ZLIB find module based on CMake one.Andreas Schneider1-49/+95
2011-01-16cmake: Fixed license header of the OpenSSL module.Andreas Schneider1-3/+8
2011-01-16cmake: Improved FindOpenSSL based on CMake ones.Andreas Schneider1-131/+177
2011-01-15Test double ssh_disconnectAris Adamantiadis1-0/+10
2011-01-15Fix double-connect testcaseAris Adamantiadis3-1/+72
2011-01-14Fix torture_connect_double so it tests the right thingAris Adamantiadis1-2/+2
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis3-4/+16
2011-01-13Replaced argp support for platforms that support itAris Adamantiadis4-4/+86
Argp is really useful, but it's not mandatory.
2011-01-13New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2-0/+90
2011-01-12Use termination functions for event pollingAris Adamantiadis3-15/+68
2011-01-11Fix unit tests for opensolarisAris Adamantiadis2-0/+4
2011-01-11Fix getpwuid_r on opensolarisAris Adamantiadis1-7/+7
2011-01-11build: Fixed build on Windows.Andreas Schneider1-1/+2
2011-01-10Non-blocking mode for ssh_connectAris Adamantiadis2-2/+28
This looks ugly. I'll see if we need to revert or change that patch later.
2011-01-10Change blocking parameter to a flagAris Adamantiadis3-5/+20
2011-01-10Fix connection callbacks called at wrong timeAris Adamantiadis2-1/+11
2011-01-10All error path consistent with ssh_packet_kexinitAris Adamantiadis1-4/+6
2011-01-10Log errors with ssh_logAris Adamantiadis1-0/+1
2011-01-09Fix leak when key exchange fails.Aris Adamantiadis1-0/+4
2011-01-08examples: Improve the authenticate_kbdint function.Andreas Schneider2-37/+64
The function excepts a predefined password now. It will try to use it if the prompt is a Password prompt. This works in 80% of the cases.
2011-01-07Added interesting linkAris Adamantiadis1-0/+3
2011-01-06keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+2
Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
2011-01-06dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider1-0/+2
Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
2011-01-06tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider1-1/+1
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-06tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider1-0/+1
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-06examples: Use the src mode in scp do_copy function.Andreas Schneider1-2/+2
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-06options: Remove unsused getopt option.Andreas Schneider1-5/+1
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-06tests: Added missing asserts in torture_keyfiles.Andreas Schneider1-0/+3
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-06messages: Added missing NULL pointer checks.Andreas Schneider1-2/+2
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2011-01-05Fix the missing returns in C++ wrapperAris Adamantiadis1-1/+20
2011-01-04tests: Fixed the segfault in torture_knownhosts.Andreas Schneider1-12/+12
2011-01-04Fix "SSH_KEXINIT received in wrong state" raceAris Adamantiadis1-1/+1
Setting the flag before doing any IO
2011-01-03poll: Ensure that the poll handle and ctx is zeroed.Andreas Schneider1-19/+24
2011-01-03tests: Fixed a build warning introduced before.Andreas Schneider5-15/+11
2011-01-03tests: Call init and finalize in client torture tests.Andreas Schneider5-5/+40
2011-01-03tests: Added more openssl valgrind suppressions.Andreas Schneider1-1/+13
2011-01-02messages: Fixed cast warnings on Windows.Andreas Schneider1-5/+5
2011-01-02base64: Added casts to GET macros to fix build warnings.Andreas Schneider1-3/+3
2011-01-02scp: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02poll: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02bind: Added include file for close function on Windows.Andreas Schneider1-0/+1
2011-01-02cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2-8/+5