Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Feb 05, 2019
  3. Feb 04, 2019
  4. Feb 01, 2019
  5. Jan 31, 2019
  6. Jan 29, 2019
  7. Jan 28, 2019
  8. Jan 25, 2019
  9. Jan 24, 2019
    • Felix Hädicke's avatar
      setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh · 3cbf731d
      Felix Hädicke authored
      CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION are supported for
      libssh as well. So accepting these options only when compiling with
      libssh2 is wrong here.
      
      Fixes #3493
      Closes #3494
    • Felix Hädicke's avatar
      libssh: do not let libssh create socket · 15c94b31
      Felix Hädicke authored
      By default, libssh creates a new socket, instead of using the socket
      created by curl for SSH connections.
      
      Pass the socket created by curl to libssh using ssh_options_set() with
      SSH_OPTIONS_FD directly after ssh_new(). So libssh uses our socket
      instead of creating a new one.
      
      This approach is very similar to what is done in the libssh2 code, where
      the socket created by curl is passed to libssh2 when
      libssh2_session_startup() is called.
      
      Fixes #3491
      Closes #3495
  10. Jan 21, 2019
  11. Jan 20, 2019
  12. Jan 19, 2019
  13. Jan 18, 2019
  14. Jan 17, 2019
  15. Jan 16, 2019
  16. Jan 15, 2019
Loading