Merge branch '3581_sftp_fixes'
commitab0c2afba5a142c6091bd40d913c75f4669f1280
authorAndrew Borodin <aborodin@vmail.ru>
Sat, 13 Feb 2016 13:40:13 +0000 (13 16:40 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 13 Feb 2016 13:40:13 +0000 (13 16:40 +0300)
tree7ef63f2d0d10c40a1015a67bab06bfe0c670731e
parent9dcf03342a2719a61765d94d5bcaf4f579475be1
parent924a84a3b4bfb594847e39e50ca46a887637f55a
Merge branch '3581_sftp_fixes'

* 3581_sftp_fixes:
  sftpfs: fix bad pointer arithmetic in config parser.
  (sftpfs_fill_config_entity_from_config): fix read of config file.
  Use LIBSSH2_INVALID_SOCKET macro.
  libssh2_session_startup() is deprecated in libssh2 >= 1.2.8.
  SFTP: refactoring.
  SFTP: minor refactoring.
  (sftpfs_close_connection): fix connection memleaks.
  (sftpfs_close_connection): fix connection memleaks.
  Ticket #3581: various SFTP fixes.