Commit Graph

  • f718b50b3f tests: Add checks for ssh_key_is_private() Andreas Schneider 2015-08-10 13:56:43 +02:00
  • 58b7d0f5d2 pki: Fix return values of ssh_key_is_(public|private) Andreas Schneider 2015-08-10 13:51:03 +02:00
  • d54a1ab798 tests: Add checks for ssh_key_is_private() Andreas Schneider 2015-08-10 13:56:43 +02:00
  • e1081796af pki: Fix return values of ssh_key_is_(public|private) Andreas Schneider 2015-08-10 13:51:03 +02:00
  • 672c3be9ed sftp: Fix incorrect handling of received length fields Tilo Eckert 2015-07-31 13:22:02 +02:00
  • 30d4581be5 sftp: Fix incorrect handling of received length fields Tilo Eckert 2015-07-31 13:22:02 +02:00
  • 83387f957f auth: Fix return status for ssh_userauth_agent() Peter Volpe 2015-07-10 15:34:34 -07:00
  • dc9c4d22ab auth: Fix return status for ssh_userauth_agent() Peter Volpe 2015-07-10 15:34:34 -07:00
  • 71d86be42e define our own platform-independent S_IF macros Tilo Eckert 2015-07-22 15:24:14 +02:00
  • 267fe02088 fix file mode checks in sftp_open() Tilo Eckert 2015-07-22 15:26:56 +02:00
  • 52b5258ed4 fix permissions Aris Adamantiadis 2015-07-08 16:33:34 +02:00
  • 2bf6e66ffe client: handle agent forward open requests with callbacks Fabiano Fidêncio 2015-07-02 15:29:06 +02:00
  • f3620bbbad cmake: Fix zlib include directory Andreas Schneider 2015-07-03 12:36:26 +02:00
  • 728c2fbd01 cmake: Fix zlib include directory Andreas Schneider 2015-07-03 12:36:26 +02:00
  • b45933d30d cmake: Fix OpenSSL detection in non-standard path Andreas Schneider 2015-07-03 11:38:58 +02:00
  • 613b71b385 cmake: Fix OpenSSL detection in non-standard path Andreas Schneider 2015-07-03 11:38:58 +02:00
  • 1613ed556d cmake: Fail if can't find OpenSSL aes and des headers Andreas Schneider 2015-07-03 10:51:36 +02:00
  • 70cc11618a cmake: Fail if can't find OpenSSL aes and des headers Andreas Schneider 2015-07-03 10:51:36 +02:00
  • 8f5b7b65eb include: Add stdarg.h so we can check for va_copy macro Andreas Schneider 2015-06-30 09:58:47 +02:00
  • 387fd2cf53 include: Add stdarg.h so we can check for va_copy macro Andreas Schneider 2015-06-30 09:58:47 +02:00
  • 053f72c671 Bump version to 0.7.1 libssh-0.7.1 Andreas Schneider 2015-06-30 09:34:28 +02:00
  • 63a8f333b8 SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_publickey_auto(). Tilo Eckert 2015-06-11 16:43:27 +02:00
  • 57fd8e3187 available auth_methods must be reset on partial authentication Tilo Eckert 2015-06-15 13:12:23 +02:00
  • 0423057424 SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_publickey_auto(). Tilo Eckert 2015-06-11 16:43:27 +02:00
  • cc25d747d4 available auth_methods must be reset on partial authentication Tilo Eckert 2015-06-15 13:12:23 +02:00
  • 03972b16c9 channels: Fix exit-signal data unpacking Peter Volpe 2015-06-26 11:50:01 -07:00
  • 7637351065 channels: Fix exit-signal data unpacking Peter Volpe 2015-06-26 11:50:01 -07:00
  • ac7ed82585 agent: Add ssh_set_agent_socket Peter Volpe 2015-06-26 08:47:47 -07:00
  • 7aeba71a92 agent: Add ssh_set_agent_socket Peter Volpe 2015-06-26 08:47:47 -07:00
  • 196c2e9c1f Don't allocate a new identity list in the new session's options. Seb Boving 2015-06-04 15:39:36 -07:00
  • 1accbcb98b cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR Douglas Heriot 2015-06-24 18:04:26 +02:00
  • 342ae10f08 pki: Fix allocation of ed25519 public keys Tiamo Laitakari 2015-06-15 14:32:40 +03:00
  • eb98a780ed Documentation fix where unsigned is used where signed is expected Jordy Moos 2015-06-12 15:16:43 +02:00
  • 64233fa3bb misc: Correctly guard the sys/time.h include Andreas Schneider 2015-06-24 16:51:28 +02:00
  • e020dd8d59 Don't allocate a new identity list in the new session's options. Seb Boving 2015-06-04 15:39:36 -07:00
  • a65af1b3b8 cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR Douglas Heriot 2015-06-24 18:04:26 +02:00
  • 5478de1a64 pki: Fix allocation of ed25519 public keys Tiamo Laitakari 2015-06-15 14:32:40 +03:00
  • fa9fbb1d67 Documentation fix where unsigned is used where signed is expected Jordy Moos 2015-06-12 15:16:43 +02:00
  • ef751a26d0 misc: Correctly guard the sys/time.h include Andreas Schneider 2015-06-24 16:51:28 +02:00
  • cbf5cf4ac3 include: Add support for older MSVC versions Andreas Schneider 2015-06-24 16:22:46 +02:00
  • a3f3f9cb76 kex: Add comments to #if clauses Andreas Schneider 2015-06-24 16:21:58 +02:00
  • 30a7229fc5 include: Add support for older MSVC versions Andreas Schneider 2015-06-24 16:22:46 +02:00
  • 1d69e073af kex: Add comments to #if clauses Andreas Schneider 2015-06-24 16:21:58 +02:00
  • 5aeae08be0 channels: fix exit-status not correctly set Aris Adamantiadis 2015-06-03 16:41:05 +02:00
  • c480a29052 channels: fix exit-status not correctly set Aris Adamantiadis 2015-06-03 16:41:05 +02:00
  • 64a658acaa Comment that ssh_forward_cancel() is deprecated. Mike DePaulo 2015-05-15 22:32:02 -04:00
  • 4aef82237d Comment that ssh_forward_cancel() is deprecated. Mike DePaulo 2015-05-15 22:32:02 -04:00
  • 361940a5d7 Reintroduce ssh_forward_listen() (Fixes: #194) Mike DePaulo 2015-05-15 22:22:13 -04:00
  • 8a4a22d7b7 Reintroduce ssh_forward_listen() (Fixes: #194) Mike DePaulo 2015-05-15 22:22:13 -04:00
  • 2721cbc8ee ChangeLog: Set release date for 0.7.0 libssh-0.7.0 Andreas Schneider 2015-05-11 10:41:57 +02:00
  • 5eb7a6ca38 cpack: Use application version. Andreas Schneider 2015-05-08 13:53:04 +02:00
  • 3f4b5436e5 Bump version to 0.7.0 Andreas Schneider 2015-05-06 11:01:33 +02:00
  • 82cf5ea24c Update ChangeLog Andreas Schneider 2015-05-06 11:00:43 +02:00
  • 90e4786523 valgrind: Add suppression for openssl FIPS dlopen leak Andreas Schneider 2015-05-06 10:27:09 +02:00
  • f65f41acc2 valgrind: Ignore valgrind free bug on exit Andreas Schneider 2015-05-06 10:23:27 +02:00
  • 6e0dee7845 poll: Fix compilation with struct ssh_timestamp v0-6 Andreas Schneider 2015-04-02 15:02:29 +02:00
  • 8979150745 tests: Migrate torture_keyfiles to testkey functions Andreas Schneider 2015-05-06 09:47:37 +02:00
  • f81d296e54 torture: Move TORTURE_TESTKEY_PASSWORD to header Andreas Schneider 2015-05-06 09:47:17 +02:00
  • 57afe78167 tests: Fix memory leak in torture_server_x11 test Andreas Schneider 2015-05-06 09:33:51 +02:00
  • ee460dc04b kex: also compare host keys for 'first_kex_packet_follows' Jon Simons 2015-05-04 16:22:35 -07:00
  • f134cb3d57 server: return SSH_OK for ignored SSH_MSG_KEXDH_INIT case Jon Simons 2015-05-04 16:21:58 -07:00
  • 3eaad77de2 tests: Only link against threading library if available Andreas Schneider 2015-05-05 19:09:51 +02:00
  • 9244750a63 cmake: Add missing OpenSSL include directory Andreas Schneider 2015-05-05 19:04:49 +02:00
  • e8720a30e2 cmake: Add --enable-stdcall-fixup for MinGW builds Andreas Schneider 2015-05-05 18:59:30 +02:00
  • ad09009201 include: Fix variadic macro issues with MSVC Andreas Schneider 2015-05-05 18:45:47 +02:00
  • e4e3b3052f tests: Apply umask before calling mkstemp() Andreas Schneider 2015-05-05 10:42:36 +02:00
  • 96882cc58c example: Fix a use after free in the scp example Andreas Schneider 2015-05-05 10:36:11 +02:00
  • 7c79959e94 example: Check return value of ssh_get_fd() Andreas Schneider 2015-05-05 10:29:38 +02:00
  • ca501df8c8 sftp: Fix size check Andreas Schneider 2015-05-05 10:07:16 +02:00
  • a4cecf59d5 external: Fix resetting the state Andreas Schneider 2015-05-04 18:10:30 +02:00
  • 244881b87d external: Make sure we burn buffers in bcrypt Andreas Schneider 2015-05-04 17:23:13 +02:00
  • cf05e653de external: Fix a possible buffer overrun in bcrypt_pbkdf Andreas Schneider 2015-05-04 16:39:51 +02:00
  • 4b9916136d sftp: Add bound check for size Andreas Schneider 2015-05-04 16:46:21 +02:00
  • 33ecff11dd buffer: Cleanup vaargs in ssh_buffer_unpack_va() Andreas Schneider 2015-05-04 16:34:24 +02:00
  • 83d3ee7fdb string: Improve ssh_string_len() to avoid tainted variables Andreas Schneider 2015-05-04 16:32:05 +02:00
  • b1a3f4ee33 pki_container: Fix a memory leak Andreas Schneider 2015-05-04 16:21:04 +02:00
  • 05498e0e33 pki_container: Add check for return value Andreas Schneider 2015-05-04 16:16:27 +02:00
  • 4948fe21cd tests: Fix ctest default script Andreas Schneider 2015-05-04 15:52:17 +02:00
  • fe8fcb805c cmake: Add support for Address Sanitizer Andreas Schneider 2015-05-04 15:25:17 +02:00
  • c4af6fbce3 config: Add missing HAVE_ARPA_INET_H define Andreas Schneider 2015-05-04 10:04:26 +02:00
  • 9e99408dba Bump version to 0.6.5 libssh-0.6.5 Andreas Schneider 2015-04-29 12:24:33 +02:00
  • 6b49863bb0 Update Changelog Andreas Schneider 2015-04-29 12:23:50 +02:00
  • e9d16bd343 buffers: Fix a possible null pointer dereference Aris Adamantiadis 2015-04-15 16:25:29 +02:00
  • 94f6955fba CVE-2015-3146: Fix state validation in packet handlers Aris Adamantiadis 2015-04-15 16:08:37 +02:00
  • 3091025472 buffers: Fix a possible null pointer dereference Aris Adamantiadis 2015-04-15 16:25:29 +02:00
  • bf0c7ae0ae CVE-2015-3146: Fix state validation in packet handlers Aris Adamantiadis 2015-04-15 16:08:37 +02:00
  • d2a990a68e Fix leak of sftp->ext when sftp_new() fails Kevin Fan 2015-04-14 11:40:04 -07:00
  • b5dc8197f7 Fix leak of sftp->ext when sftp_new() fails Kevin Fan 2015-04-14 11:40:04 -07:00
  • 19e23e6128 cmake: Require cmake 2.8.5 Andreas Schneider 2015-04-10 14:35:29 +02:00
  • 584ab49b7b cmake: Detect network function correctly on Windows Andreas Schneider 2015-04-02 09:11:21 +02:00
  • 195f25cfbd cmake: Detect network function correctly on Windows Andreas Schneider 2015-04-02 09:11:21 +02:00
  • 1cb940c44a socket: Cleanup ssh_socket_close() code. Andreas Schneider 2015-04-10 10:41:14 +02:00
  • 3f04367fb8 bind: Correctly close sockets and invalidate them. Andreas Schneider 2015-04-10 10:40:48 +02:00
  • 6c7e552509 cmake: Require cmake version 2.8.0 Andreas Schneider 2015-04-10 13:31:37 +02:00
  • b1cb8de385 cmake: Check for sys/param.h header file Andreas Schneider 2015-04-10 13:06:43 +02:00
  • 69c9cd029f cmake: Check for arpa/inet.h header file Andreas Schneider 2015-04-10 13:02:26 +02:00
  • c699b9ca94 external: Use standard int types Andreas Schneider 2015-04-10 12:57:07 +02:00
  • 53586ed4ba include: Do not make x11 variables const Andreas Schneider 2015-04-02 16:19:45 +02:00
  • 5236358a48 messages: Don't leak memory after callback execution Andreas Schneider 2015-04-02 16:13:20 +02:00
  • d6fe9dc220 unittests: Fix memory leak in torture_pki_ed25519 Andreas Schneider 2015-04-02 15:04:34 +02:00