aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-26Getpass: Fix password clearingAris Adamantiadis1-11/+10
2011-01-24getpass: Fixed possible segfault if len is too small.Andreas Schneider1-0/+10
2011-01-24cmake: Define BSD.Andreas Schneider1-0/+3
2011-01-24libsshpp: Removed unused variable.Andreas Schneider1-1/+0
2011-01-24examples: Fixed compilation on Windows.Andreas Schneider1-0/+1
2011-01-24examples: Fixed knownhosts on Windows.Andreas Schneider1-0/+4
2011-01-24examples: enable exec and senddata on all plattforms.Andreas Schneider1-6/+6
2011-01-24examples: Remove unused header file.Andreas Schneider3-3/+1
2011-01-24examples: Use ssh_getpass().Andreas Schneider2-5/+15
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider3-0/+269
2011-01-23examples: Start to build examples on more plattforms.Andreas Schneider2-32/+30
2011-01-22Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
Convert that code to ssh_poll (cherry picked from commit b1a65dd25f124bd7d78714b016e8c0e05fc7acd2)
2011-01-19Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis1-2/+15
2011-01-18cmake: Fixed ZLIB configure check.Andreas Schneider1-2/+2
2011-01-17cmake: Don't use cmake 2.8.3 features.Andreas Schneider1-2/+3
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/