1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00
Commit Graph

1864 Commits

Author SHA1 Message Date
fdffa42c02 Fix "SSH_KEXINIT received in wrong state" race
Setting the flag before doing any IO
2011-01-04 16:59:54 +01:00
d679d5d7ef poll: Ensure that the poll handle and ctx is zeroed. 2011-01-03 09:07:02 +01:00
2464a25de7 tests: Fixed a build warning introduced before. 2011-01-03 09:02:34 +01:00
e12253168c tests: Call init and finalize in client torture tests. 2011-01-03 08:46:14 +01:00
1540dad17f tests: Added more openssl valgrind suppressions. 2011-01-03 07:51:46 +01:00
350838d1b5 messages: Fixed cast warnings on Windows. 2011-01-02 19:35:54 +01:00
f23880ddee base64: Added casts to GET macros to fix build warnings. 2011-01-02 19:35:54 +01:00
be3e5c35cf scp: Fixed a build warning on Windows. 2011-01-02 19:35:54 +01:00
73c0cd050e poll: Fixed a build warning on Windows. 2011-01-02 19:35:53 +01:00
c54d6b7f8a bind: Added include file for close function on Windows. 2011-01-02 19:35:53 +01:00
2b6fa19fe5 cmake: Fixed msvc posix warnings and unsecure functions. 2011-01-02 19:35:53 +01:00
3f538b3ddd Call ssh_init()/ssh_finalize bf/af each testcase 2011-01-02 17:25:51 +01:00
2faaefade9 Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."
Reason: breaks test_rand, because threading has to be initialized
before ssh_init()

This reverts commit ef1866db76.
2011-01-02 17:15:03 +01:00
ef1866db76 tests: Call ssh_init() and ssh_finalize() before we run the tests. 2011-01-02 09:19:53 +01:00
d4072082d0 tests: More openssl valgrind suppressions. 2011-01-02 09:10:42 +01:00
a7237e8cea tests: Updated the valgrind suppressions file. 2011-01-01 22:13:03 +01:00
bc2db562e5 cmake: Added missing OpenSSL directories on Windows. 2011-01-01 20:53:55 +01:00
93ce8e8ffd cmake: Added looking for zdll on Windows. 2011-01-01 20:53:55 +01:00
98bacf032f tests: Added torture_auth_autopubkey client test. 2011-01-01 20:53:55 +01:00
e795dae8f2 tests: Added a windows test for torture_path_expand_tilde. 2011-01-01 20:53:55 +01:00
459fa3734f tests: Fixed includes for torture_list on Windows. 2011-01-01 20:53:54 +01:00
52d6b7b914 tests: Fixed includes of torture_options for windows. 2011-01-01 20:53:54 +01:00
5331489581 tests: Fixed the torture_callbacks test.
We should zero the structure else ssh_callback_exists() can't be
working.
2011-01-01 19:14:54 +01:00
2945a42c75 tests: Don't run torture_keyfiles on Windows.
This test needs ssh-keygen to be working.
2011-01-01 19:14:54 +01:00
1f47730a82 tests: Fixed Windows build of torture_options. 2011-01-01 19:14:49 +01:00
1b88542fbe misc: Avoid redefine of _WIN32_IE. 2011-01-01 18:43:37 +01:00
530629c5a7 cmake: Added ssl libraries for OS/2. 2010-12-31 14:55:36 +01:00
98b5f07631 cmake: Fixed a warning on OS/2 if the compiler version is empty. 2010-12-31 14:41:50 +01:00
f46bf41813 libssh: Don't use the visibility flag on OS/2. 2010-12-31 14:35:06 +01:00
8e632b14d1 cmake: Fixed installation path for OS/2. 2010-12-31 14:08:20 +01:00
4728ac54fc build: Fixed some build warnings. 2010-12-30 12:12:34 +01:00
da86340551 cmake: Improved the ctest file. 2010-12-30 12:12:06 +01:00
fc8fdcb16b cmake: Only use Profiling on Unix systems. 2010-12-30 11:55:13 +01:00
be68cfe923 cmake: Fixed NSIS detection on Windows. 2010-12-30 11:17:48 +01:00
cb48057098 threads: Fixed ssh_pthread_thread_id with mingw. 2010-12-30 00:39:07 +01:00
ef91ac4ea0 socket: Fixed ssh_socket_fd_set prototype. 2010-12-30 00:30:44 +01:00
1646ce970c cmake: Fixed find modules on Windows. 2010-12-30 00:26:37 +01:00
08906e0f7f tests: It is enough to include libssh.h for torture_init. 2010-12-29 21:02:51 +01:00
887d201bd3 server: Added missing include files for getaddrinfo on Windows. 2010-12-29 20:53:28 +01:00
1267240810 connect: Added and improved regex for ip detection.
Thanks to Norbert Kiesel, rlo#14.
2010-12-29 20:44:07 +01:00
296767afc4 server: Added include files for getaddrinfo. 2010-12-29 20:36:14 +01:00
13f3679b2f tests: Fixed torture_get_user_home_dir on Windows. 2010-12-29 20:35:55 +01:00
f3a6c3152c cmake: Don't build torture_rand on Windows. 2010-12-29 20:33:32 +01:00
80d7ccb522 cmake: Added missing include dirs for libssh. 2010-12-29 20:18:18 +01:00
78abf5a88d cmake: Added include and library deps to torture. 2010-12-29 20:17:36 +01:00
ad231ccd30 cmake: Fixed test includes and libraries. 2010-12-29 20:11:00 +01:00
d4a6c27a83 cmake: Only set profile GCC flags on UNIX systems. 2010-12-29 20:02:03 +01:00
e7a06ad3b4 cmake: Find cmockery on Windows. 2010-12-29 19:51:46 +01:00
d2bf90c982 build: Fixed include directories for torture lib. 2010-12-29 19:49:07 +01:00
69ac51dfaa connect: Added missing $ in IPREGEX.
Fixes rlo#14.
2010-12-29 19:48:15 +01:00