Page MenuHomeSolus

Update sshfs-fuse to 2.10
ClosedPublic

Authored by kyrios123 on Aug 4 2017, 12:26 PM.
Referenced Files
F11047044: D771.id.diff
Thu, Aug 10, 2:38 PM
F11047043: D771.id4877.diff
Thu, Aug 10, 2:38 PM
F11047042: D771.id1677.diff
Thu, Aug 10, 2:38 PM
F11032771: D771.diff
Wed, Aug 9, 2:47 PM
F10782825: D771.id4877.diff
May 25 2023, 5:14 PM
F10782810: D771.diff
May 25 2023, 5:07 PM
F10782808: D771.id1677.diff
May 25 2023, 5:07 PM
F10728967: D771.diff
May 10 2023, 10:04 AM
Subscribers
None

Details

Summary
  • Fixed a crash due to a race condition when listing directory contents.
  • Added unit tests
  • Documented limited hardlink support.
  • Added support for building with Meson.
  • Added support for more SSH options.
  • Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.
  • Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11
  • Removed support for -o workaround=all. Workarounds should always enabled explicitly and only when needed. There is no point in always enabling a potentially changing set of workarounds.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • I'm using sshfs to access my NAS. I haven't encountered any issue.

Note: this version was built against fuse 2.9.7 - D770

Diff Detail

Repository
R2959 sshfs-fuse
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage