Skip to content
Snippets Groups Projects
  1. Jul 23, 2019
  2. Jul 04, 2019
  3. Jun 24, 2019
    • Pino Toscano's avatar
      ssh: switch from libssh2 to libssh · b10d49d7
      Pino Toscano authored
      
      Rewrite the implementation of the ssh block driver to use libssh instead
      of libssh2.  The libssh library has various advantages over libssh2:
      - easier API for authentication (for example for using ssh-agent)
      - easier API for known_hosts handling
      - supports newer types of keys in known_hosts
      
      Use APIs/features available in libssh 0.8 conditionally, to support
      older versions (which are not recommended though).
      
      Adjust the iotest 207 according to the different error message, and to
      find the default key type for localhost (to properly compare the
      fingerprint with).
      Contributed-by: default avatarMax Reitz <mreitz@redhat.com>
      
      Adjust the various Docker/Travis scripts to use libssh when available
      instead of libssh2. The mingw/mxe testing is dropped for now, as there
      are no packages for it.
      
      Signed-off-by: default avatarPino Toscano <ptoscano@redhat.com>
      Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Acked-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-id: 20190620200840.17655-1-ptoscano@redhat.com
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-id: 5873173.t2JhDm7DL7@lindworm.usersys.redhat.com
      Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
      b10d49d7
  4. Jun 18, 2019
  5. Jun 12, 2019
  6. Jun 11, 2019
  7. May 28, 2019
  8. May 21, 2019
  9. May 03, 2019
  10. Mar 25, 2019
  11. Mar 12, 2019
  12. Mar 07, 2019
  13. Feb 22, 2019
  14. Feb 08, 2019
  15. Jan 17, 2019
  16. Jan 14, 2019
Loading