aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-05getpass: Fixed a compiler warning.Andreas Schneider1-1/+3
2011-02-04Respect RFC when sending stderr datamilo1-2/+10
2011-01-28doc: Fixed the include dir.Andreas Schneider1-1/+1
2011-01-26SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis2-3/+5
2011-01-26Getpass: fixed loop + indentationAris Adamantiadis1-3/+3
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
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
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
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
2011-01-07Added interesting linkAris Adamantiadis1-0/+3
2011-01-06keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+2