Commit Graph

  • 2be90be740 known_hosts: Added a log message for key type mismatch. Andreas Schneider 2011-06-15 10:30:38 +02:00
  • 3ba44badb0 build: Fix libssh_threads pkg-config. Andreas Schneider 2011-06-15 16:15:14 +02:00
  • 81332e1e27 build: Fix libssh_threads pkg-config. (cherry picked from commit 269c9fed354f3a8adbc54fccba6287d5b1f166e3) Andreas Schneider 2011-06-15 16:15:14 +02:00
  • bcec7eeddc [crypto] fix pubkey authentication with ecdh Aris Adamantiadis 2011-06-14 23:13:20 +02:00
  • ce03d26e03 Fix memory leak with session_id Aris Adamantiadis 2011-06-14 22:57:31 +02:00
  • db2d0ebc44 Fix build with missing openssl/ecdh.h Aris Adamantiadis 2011-06-14 22:53:53 +02:00
  • ea84f50603 cmake: Added pkg-config support for libssh_treads. (cherry picked from commit 583a7f933a) Andreas Schneider 2011-06-14 13:47:04 +02:00
  • 583a7f933a cmake: Added pkg-config support for libssh_treads. Andreas Schneider 2011-06-14 13:47:04 +02:00
  • 2653b31af0 [crypto] Removed ugly ifdefs on gcrypt/libcrypto Aris Adamantiadis 2011-06-13 14:47:17 +02:00
  • a3c28f2558 Fix memory leak Aris Adamantiadis 2011-06-13 14:06:30 +02:00
  • c5a998f47a [crypto] initial support for ecdh-sha2-nistp256 Aris Adamantiadis 2011-06-13 13:46:34 +02:00
  • 3b72bf0880 Moved DH specific code to dh.h Aris Adamantiadis 2011-06-12 20:55:58 +02:00
  • 113de13543 Test for ecdh and dh-group1 Aris Adamantiadis 2011-06-12 20:54:33 +02:00
  • b54e8cdae5 Check for ecdsa with openssl, added log_warning Aris Adamantiadis 2011-06-11 13:13:42 +02:00
  • ccc94e7ab6 packet: Don't (de)compress empty buffers. Andreas Schneider 2011-06-11 10:51:38 +02:00
  • fb0f125351 packet: Don't (de)compress empty buffers. Andreas Schneider 2011-06-11 10:51:38 +02:00
  • 981190f8d3 pki: Add ssh_key_type_to_char() and ssh_key_type_from_name(). Andreas Schneider 2011-06-11 12:51:53 +02:00
  • 88e2f17b97 pki: Make ssh_key_type a public function. Andreas Schneider 2011-06-11 12:51:25 +02:00
  • 29fa4b6b35 pki: Add SSH_KEYTYPE_ECDSA. Andreas Schneider 2011-06-11 12:50:42 +02:00
  • 7ff69d9c48 packet: Abort session on fatal errors on packets Aris Adamantiadis 2011-06-09 23:27:41 +02:00
  • 4c05be0c1b Fix compilation without server and sftp modes (cherry picked from commit 809b3adeba) Aris Adamantiadis 2011-05-26 21:56:42 +02:00
  • a493a90c59 build: Check for ntohll(). Andreas Schneider 2011-06-06 18:56:30 +02:00
  • 4a18df8574 string: Added missing include. (cherry picked from commit 3fa801a929) Andreas Schneider 2011-06-06 18:56:15 +02:00
  • 640e3830f2 build: Check for ntohll(). Andreas Schneider 2011-06-06 18:56:30 +02:00
  • 3fa801a929 string: Added missing include. Andreas Schneider 2011-06-06 18:56:15 +02:00
  • cfa74c1dc6 string: Added missing errno. (cherry picked from commit d536cc4f39) Andreas Schneider 2011-06-06 18:50:39 +02:00
  • d536cc4f39 string: Added missing errno. Andreas Schneider 2011-06-06 18:50:39 +02:00
  • de706de8c3 Check for NULL pointers in string.c (cherry picked from commit 4230509e80) milo 2011-02-14 20:23:12 +01:00
  • ee83301eb3 build: Update ChangeLog. Andreas Schneider 2011-06-01 17:55:26 +02:00
  • 71fa0dc6bb cmake: Fix static .lib overwriting on Windows. (cherry picked from commit 1880ef54d2) Andreas Schneider 2011-06-01 14:52:27 +02:00
  • 1880ef54d2 cmake: Fix static .lib overwriting on Windows. Andreas Schneider 2011-06-01 14:52:27 +02:00
  • 94ca5ed3df cmake: Set next version. Andreas Schneider 2011-05-30 12:38:17 +02:00
  • 914a2d8e41 cmake: Prepare for release. release-0-5-0 Andreas Schneider 2011-05-30 12:36:54 +02:00
  • 956b64d348 session: Fix return code of ssh_blocking_flush(). (cherry picked from commit 3c21281bf0) Andreas Schneider 2011-05-28 13:27:14 +02:00
  • 693425afab tests: Check error of ssh_userauth_kbdint(). Andreas Schneider 2011-05-28 13:31:17 +02:00
  • 82798035fc tests: Remove superfluous closedir(). Andreas Schneider 2011-05-28 13:28:49 +02:00
  • 3c21281bf0 session: Fix return code of ssh_blocking_flush(). Andreas Schneider 2011-05-28 13:27:14 +02:00
  • 91489cd378 remove "0.5.0 is dev" in the doc (cherry picked from commit 3bc46c3bf0) Aris Adamantiadis 2011-05-27 13:37:52 +02:00
  • 615bc3b8f7 Forgot a cast to remove warnings (cherry picked from commit ac167c9077) Aris Adamantiadis 2011-05-27 13:36:55 +02:00
  • 5b645419fd Fix bug #5, channel_read_nonblocking that blocks Aris Adamantiadis 2011-05-27 13:11:21 +02:00
  • 3bc46c3bf0 remove "0.5.0 is dev" in the doc Aris Adamantiadis 2011-05-27 13:37:52 +02:00
  • ac167c9077 Forgot a cast to remove warnings Aris Adamantiadis 2011-05-27 13:36:55 +02:00
  • c84380bad5 Fix documentation bug about threading Aris Adamantiadis 2011-05-27 13:26:15 +02:00
  • 17454caf64 Fix bug #5, channel_read_nonblocking that blocks Aris Adamantiadis 2011-05-27 13:11:21 +02:00
  • c436e07022 Fix memory leak when compression is used Mark Riordan 2011-05-18 16:18:39 -05:00
  • dcea8db6b2 Fix memory leak when compression is used Mark Riordan 2011-05-18 16:18:39 -05:00
  • 809b3adeba Fix compilation without server and sftp modes Aris Adamantiadis 2011-05-26 21:56:42 +02:00
  • 34b05fd2dc Fix memory leaks in pki and testcase Aris Adamantiadis 2011-05-26 21:33:36 +02:00
  • 188fb37801 sftp: Reset eof on seek operations. Andreas Schneider 2011-05-26 11:22:11 +02:00
  • c483418b82 sftp: Reset eof on seek operations. Andreas Schneider 2011-05-26 11:22:11 +02:00
  • 44fed3eb9b misc: Fix compilation on Windows. (cherry picked from commit ba03388031) Andreas Schneider 2011-05-26 11:19:25 +02:00
  • ba03388031 misc: Fix compilation on Windows. Andreas Schneider 2011-05-26 11:19:25 +02:00
  • 36abd82a7e cmake: Fix detection of clock_gettime. Andreas Schneider 2011-05-25 22:08:31 +02:00
  • 8b73609e47 cmake: Remove unused regcomp check. Andreas Schneider 2011-05-25 22:09:41 +02:00
  • 07fb895fe9 cmake: Fix detection of clock_gettime. Andreas Schneider 2011-05-25 22:08:31 +02:00
  • fd6d0b6897 Replace clock_gettime with gettimeofday when missing (cherry picked from commit 65282841e2) Aris Adamantiadis 2011-05-25 21:27:48 +02:00
  • 09b0018b93 Introduced ssh_timeout_elapsed functions Aris Adamantiadis 2011-05-24 23:26:18 +02:00
  • 65282841e2 Replace clock_gettime with gettimeofday when missing Aris Adamantiadis 2011-05-25 21:27:48 +02:00
  • 59f7647cd9 Introduced ssh_timeout_elapsed functions Aris Adamantiadis 2011-05-24 23:26:18 +02:00
  • 4d6b1aa2c7 Added testcase for the timeout connecting problem Aris Adamantiadis 2011-05-24 23:25:40 +02:00
  • 79434649d0 Fix "connecting to closed port" on MacosX Aris Adamantiadis 2011-05-20 15:13:45 +02:00
  • a053d819a3 Fixed warnings on MacosX with Xcode4 Aris Adamantiadis 2011-05-20 14:31:13 +02:00
  • 837896e72d scp: Fixed documentation bugs. bug #8 Aris Adamantiadis 2011-05-20 13:42:24 +02:00
  • 2624e603d4 Revert "Use BIO* in _privatekey_from_file [Oliver Stöneberg]" Andreas Schneider 2011-05-19 19:47:29 +02:00
  • fd61eda16d keyfiles: Move FILE* into HAVE_LIBGCRYPT code. (cherry picked from commit c7c563eb8ad01ab5750b5ea4e72031ebd298651c) Oliver Stöneberg 2011-05-02 09:46:44 -07:00
  • a6dda5fefd keyfiles: Use BIO* in _privatekey_from_file(). (cherry picked from commit 82df5dc2083a6f7234d1545bd671ee1b5b4680b6) Oliver Stöneberg 2011-05-02 09:25:12 -07:00
  • da8356b477 Use BIO* in _privatekey_from_file [Oliver Stöneberg] _privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg] Oliver Stöneberg 2011-05-02 09:25:12 -07:00
  • e5fb20c17b socket: Fixed use-after-free. Oliver Stöneberg 2011-05-04 09:20:15 -07:00
  • c472bd7437 keyfiles: Fixed compilation without defines. Oliver Stöneberg 2011-05-09 09:26:19 -07:00
  • 8796756ae5 tests: Fixed some cppcheck warnings. (cherry picked from commit e3311d03db) Oliver Stöneberg 2011-05-09 09:27:39 -07:00
  • 9c8f285a98 examples: Use the right cleanup functions. (cherry picked from commit 525324b2f9) Oliver Stöneberg 2011-05-13 05:50:41 -07:00
  • 8154e24027 channel: Fixed potential use-after-free in ssh_channel_get_exit_status(). Oliver Stöneberg 2011-05-16 06:45:11 -07:00
  • 629cfbccc4 connect: Set timeout on connect Oliver Stöneberg 2011-05-16 06:49:38 -07:00
  • c5990791db poll: Removed WSAPoll() support. Oliver Stöneberg 2011-05-16 06:50:55 -07:00
  • 16241938af doc: Small update to auth.c documentation. (cherry picked from commit 12b61a6266) Oliver Stöneberg 2011-05-17 04:54:57 -07:00
  • 12b61a6266 doc: Small update to auth.c documentation. Oliver Stöneberg 2011-05-17 04:54:57 -07:00
  • f4f4ce37f0 poll: Removed WSAPoll() support. Oliver Stöneberg 2011-05-16 06:50:55 -07:00
  • 671a982739 connect: Set timeout on connect Oliver Stöneberg 2011-05-16 06:49:38 -07:00
  • 4e153aed8a channel: Fixed potential use-after-free in ssh_channel_get_exit_status(). Oliver Stöneberg 2011-05-16 06:45:11 -07:00
  • 525324b2f9 examples: Use the right cleanup functions. Oliver Stöneberg 2011-05-13 05:50:41 -07:00
  • e3311d03db tests: Fixed some cppcheck warnings. Oliver Stöneberg 2011-05-09 09:27:39 -07:00
  • 7f0761885c keyfiles: Fixed compilation without defines. Oliver Stöneberg 2011-05-09 09:26:19 -07:00
  • 9866763789 socket: Fixed use-after-free. Oliver Stöneberg 2011-05-04 09:20:15 -07:00
  • 6a8cb38dd3 channel: Improve the request signal documentation. (cherry picked from commit 32cd45612b) Andreas Schneider 2011-05-15 13:42:38 +02:00
  • 32cd45612b channel: Improve the request signal documentation. Andreas Schneider 2011-05-15 13:42:38 +02:00
  • d4838d4dc8 messages: Try to fix the build. Andreas Schneider 2011-05-03 10:55:14 +02:00
  • bac2227ee2 Updated privatekey_from_file() to use BIO* as well [Oliver Stöneberg] Oliver Stöneberg 2011-05-02 10:35:37 -07:00
  • daf1c3e0a8 Use BIO* in _privatekey_from_file [Oliver Stöneberg] _privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg] (cherry picked from commit dcb50cc0c8) Oliver Stöneberg 2011-05-02 09:25:12 -07:00
  • dcb50cc0c8 Use BIO* in _privatekey_from_file [Oliver Stöneberg] _privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg] Oliver Stöneberg 2011-05-02 09:25:12 -07:00
  • f503c4a3e1 Delay the check for kbdint->answers in kbdint_send() (cherry picked from commit 32ba5204b7) milo 2011-05-02 18:02:56 +02:00
  • 32ba5204b7 Delay the check for kbdint->answers in kbdint_send() milo 2011-05-02 18:02:56 +02:00
  • a56c925da9 Fix segfault when ssh_userauth_kbdint_setanswer() has not been called (cherry picked from commit b6e712e934) milo 2011-05-02 17:30:43 +02:00
  • 833cc00014 [socket] fix a segfault at disconnect (cherry picked from commit 7d2064c289) milo 2011-04-20 04:13:01 +02:00
  • 09e8cf33d7 [messages] don't queue messages if callback present (cherry picked from commit 1979c14aac) milo 2011-04-18 14:39:12 +02:00
  • a03bb2fbf7 [poll] avoid infinite loop in ssh_poll_ctx_free() (cherry picked from commit 8092541603) milo 2011-04-20 04:09:28 +02:00
  • bb784ec6be [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_write_common() (cherry picked from commit 7ba0938846) milo 2011-04-20 02:06:43 +02:00
  • b6e712e934 Fix segfault when ssh_userauth_kbdint_setanswer() has not been called milo 2011-05-02 17:30:43 +02:00
  • 7d2064c289 [socket] fix a segfault at disconnect (cherry picked from commit 56394917b15e41603c641c22a4e29c33b096d673) milo 2011-04-20 04:13:01 +02:00
  • eb5fedb685 [event] don't use sessions in event anymore (cherry picked from commit 89d0fdbbde4cf48e783a8ee7c5907c51a83e207b) milo 2011-04-20 04:14:43 +02:00
  • 1979c14aac [messages] don't queue messages if callback present (cherry picked from commit 99d0f6d7c77e064b7fd0f0f46c40988de1996f3b) milo 2011-04-18 14:39:12 +02:00