summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-163-5/+88
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-163-6/+54
* Made ask_userauth nonblockingAris Adamantiadis2011-01-161-4/+11
* modules: Improved the GCrypt module.Andreas Schneider2011-01-161-45/+48
* cmake: Fixed NSIS module.Andreas Schneider2011-01-161-7/+1
* cmake: Fixed ZLIB path checks.Andreas Schneider2011-01-161-2/+2
* cmake: Improved the NSIS module.Andreas Schneider2011-01-161-7/+26
* cmake: Improved the ZLIB find module based on CMake one.Andreas Schneider2011-01-161-49/+95
* cmake: Fixed license header of the OpenSSL module.Andreas Schneider2011-01-161-3/+8
* cmake: Improved FindOpenSSL based on CMake ones.Andreas Schneider2011-01-161-131/+177
* Test double ssh_disconnectAris Adamantiadis2011-01-151-0/+10
* Fix double-connect testcaseAris Adamantiadis2011-01-153-1/+72
* Fix torture_connect_double so it tests the right thingAris Adamantiadis2011-01-141-2/+2
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-133-4/+16
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-134-4/+86
* New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2011-01-132-0/+90
* Use termination functions for event pollingAris Adamantiadis2011-01-123-15/+68
* Fix unit tests for opensolarisAris Adamantiadis2011-01-112-0/+4
* Fix getpwuid_r on opensolarisAris Adamantiadis2011-01-111-7/+7
* build: Fixed build on Windows.Andreas Schneider2011-01-111-1/+2
* Non-blocking mode for ssh_connectAris Adamantiadis2011-01-102-2/+28
* Change blocking parameter to a flagAris Adamantiadis2011-01-103-5/+20
* Fix connection callbacks called at wrong timeAris Adamantiadis2011-01-102-1/+11
* All error path consistent with ssh_packet_kexinitAris Adamantiadis2011-01-101-4/+6
* Log errors with ssh_logAris Adamantiadis2011-01-101-0/+1
* Fix leak when key exchange fails.Aris Adamantiadis2011-01-091-0/+4
* examples: Improve the authenticate_kbdint function.Andreas Schneider2011-01-082-37/+64
* Added interesting linkAris Adamantiadis2011-01-071-0/+3
* keys: Fixed memory leaks in session signing.Andreas Schneider2011-01-061-0/+2
* dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider2011-01-061-0/+2
* tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider2011-01-061-1/+1
* tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider2011-01-061-0/+1
* examples: Use the src mode in scp do_copy function.Andreas Schneider2011-01-061-2/+2
* options: Remove unsused getopt option.Andreas Schneider2011-01-061-5/+1
* tests: Added missing asserts in torture_keyfiles.Andreas Schneider2011-01-061-0/+3
* messages: Added missing NULL pointer checks.Andreas Schneider2011-01-061-2/+2
* Fix the missing returns in C++ wrapperAris Adamantiadis2011-01-051-1/+20
* tests: Fixed the segfault in torture_knownhosts.Andreas Schneider2011-01-041-12/+12
* Fix "SSH_KEXINIT received in wrong state" raceAris Adamantiadis2011-01-041-1/+1
* poll: Ensure that the poll handle and ctx is zeroed.Andreas Schneider2011-01-031-19/+24
* tests: Fixed a build warning introduced before.Andreas Schneider2011-01-035-15/+11
* tests: Call init and finalize in client torture tests.Andreas Schneider2011-01-035-5/+40
* tests: Added more openssl valgrind suppressions.Andreas Schneider2011-01-031-1/+13
* messages: Fixed cast warnings on Windows.Andreas Schneider2011-01-021-5/+5
* base64: Added casts to GET macros to fix build warnings.Andreas Schneider2011-01-021-3/+3
* scp: Fixed a build warning on Windows.Andreas Schneider2011-01-021-1/+1
* poll: Fixed a build warning on Windows.Andreas Schneider2011-01-021-1/+1
* bind: Added include file for close function on Windows.Andreas Schneider2011-01-021-0/+1
* cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2011-01-022-8/+5
* Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis2011-01-026-6/+31