aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis6-6/+31
2011-01-02Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."Aris Adamantiadis1-12/+3
2011-01-02tests: Call ssh_init() and ssh_finalize() before we run the tests.Andreas Schneider1-3/+12
2011-01-02tests: More openssl valgrind suppressions.Andreas Schneider1-0/+7
2011-01-01tests: Updated the valgrind suppressions file.Andreas Schneider1-31/+54
2011-01-01cmake: Added missing OpenSSL directories on Windows.Andreas Schneider1-0/+11
2011-01-01cmake: Added looking for zdll on Windows.Andreas Schneider1-0/+1
2011-01-01tests: Added torture_auth_autopubkey client test.Andreas Schneider1-0/+29
2011-01-01tests: Added a windows test for torture_path_expand_tilde.Andreas Schneider1-2/+27
2011-01-01tests: Fixed includes for torture_list on Windows.Andreas Schneider1-0/+1
2011-01-01tests: Fixed includes of torture_options for windows.Andreas Schneider1-2/+6
2011-01-01tests: Fixed the torture_callbacks test.Andreas Schneider1-0/+1
2011-01-01tests: Don't run torture_keyfiles on Windows.Andreas Schneider1-1/+3
2011-01-01tests: Fixed Windows build of torture_options.Andreas Schneider1-0/+1
2011-01-01misc: Avoid redefine of _WIN32_IE.Andreas Schneider1-2/+9
2010-12-31cmake: Added ssl libraries for OS/2.Andreas Schneider1-0/+2
2010-12-31cmake: Fixed a warning on OS/2 if the compiler version is empty.Andreas Schneider1-1/+1
2010-12-31libssh: Don't use the visibility flag on OS/2.Andreas Schneider2-3/+3
2010-12-31cmake: Fixed installation path for OS/2.Andreas Schneider2-16/+17
2010-12-30build: Fixed some build warnings.Andreas Schneider1-0/+3
2010-12-30cmake: Improved the ctest file.Andreas Schneider1-7/+21
2010-12-30cmake: Only use Profiling on Unix systems.Andreas Schneider1-1/+6
2010-12-30cmake: Fixed NSIS detection on Windows.Andreas Schneider1-2/+2
2010-12-30threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider1-1/+5
2010-12-30socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider1-1/+1
2010-12-30cmake: Fixed find modules on Windows.Andreas Schneider5-26/+25
2010-12-29tests: It is enough to include libssh.h for torture_init.Andreas Schneider1-1/+1
2010-12-29server: Added missing include files for getaddrinfo on Windows.Andreas Schneider1-1/+10
2010-12-29connect: Added and improved regex for ip detection.Andreas Schneider1-1/+1
2010-12-29server: Added include files for getaddrinfo.Andreas Schneider1-2/+14
2010-12-29tests: Fixed torture_get_user_home_dir on Windows.Andreas Schneider1-3/+8
2010-12-29cmake: Don't build torture_rand on Windows.Andreas Schneider1-1/+3
2010-12-29cmake: Added missing include dirs for libssh.Andreas Schneider1-0/+2
2010-12-29cmake: Added include and library deps to torture.Andreas Schneider1-2/+12
2010-12-29cmake: Fixed test includes and libraries.Andreas Schneider1-4/+4
2010-12-29cmake: Only set profile GCC flags on UNIX systems.Andreas Schneider1-4/+6
2010-12-29cmake: Find cmockery on Windows.Andreas Schneider1-0/+5
2010-12-29build: Fixed include directories for torture lib.Andreas Schneider1-2/+1
2010-12-29connect: Added missing $ in IPREGEX.Andreas Schneider1-1/+1
2010-12-29tests: Fixed a assert bug in torture_auth.Andreas Schneider1-1/+1
2010-12-29First real benchmark : raw SSH speedAris Adamantiadis4-16/+231
2010-12-29Export and document timestamp functionsAris Adamantiadis2-7/+27