Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-08 | Gracefully handle multiple spaces in ssh_command option (#169) | mssalvatore | |
When using the "ssh_command" option, commands with multiple spaces in a row will not be properly parsed. Example: Properly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" Improperly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" This commit changes the ssh_command parsing logic so that both of the above examples are considered valid and properly handled. Fixes: #114. | |||
2019-03-31 | allow /dev/fd/N as a mountpoint (#166) | DrDaveD | |
2019-02-27 | Travis CI: Use Xenial instead of Trusty. | Nikolaus Rath | |
2019-02-25 | Update clean_req() to match the definition of GHRFunc (#160) | mssalvatore | |
The current definition of the clean_req() function produces a compiler warning as it expects 2 parameters but GHRFunc expects 3. This commit resolves issue #157. | |||
2019-01-04 | Also remap GID under non-MacOS | Clayton G. Hobbs | |
The manpage says that -o idmap=user maps the UID and GID, but it apparently only mapped the UID. The code was in place to map the GID as well, but it was hidden behind #ifdef __APPLE__. This commit removes those #ifdefs, and in a couple of cases the code inside an #else, to make the option behave as documented. | |||
2018-12-22 | Bump meson dependency | Nikolaus Rath | |
build_by_default arg in custom_target needs 0.40.0 | |||
2018-12-22 | Released 3.5.1sshfs-3.5.1 | Nikolaus Rath | |
2018-12-22 | Use fusermount3 instead of fusermount | Nikolaus Rath | |
We're using libfuse3, so we should be using its fusermount command. | |||
2018-12-22 | Kill filesystem process on test cleanup. | Nikolaus Rath | |
2018-12-22 | meson: fallback to looking for rst2man.py | Tim Harder | |
As that's what upstream docutils installs by default. | |||
2018-12-22 | Docs: add section on interrupted connections | smheidrich | |
Also rename "SSHFS hangs" section to something more specific to differentiate it from this new section. Cf. issues #77 and #3. | |||
2018-12-22 | Added "BindInterface" as valid "-o" option. | S. D. Cloudt | |
2018-08-28 | Released 3.5.0sshfs-3.5.0 | Nikolaus Rath | |
2018-08-11 | Add AppVeyor CI for Cygwin | Bill Zissimopoulos | |
2018-08-01 | Port SSHFS to Cygwin | Bill Zissimopoulos | |
2018-07-25 | Fix error return value from rename() | Quentin Rameau | |
Fuse operations expect negated errno values. | |||
2018-06-29 | Released 3.4.0sshfs-3.4.0 | Nikolaus Rath | |
2018-06-28 | Update README.rst | Samuel Murray | |
OS-X is now called macOS | |||
2018-06-20 | Correct workaround condition for not using handle in sshfs_getattr (#127) | Rian Hunter | |
In libfuse<3, when `fstat_workaround` was true, that meant to always use the `path` argument to resolve fgetattr instead of the supplied handle. Before this change, the logic was interpreting `fstat_workaround` to not use the `path` argument when it was true. This change reverts to the libfuse<3 behavior. | |||
2018-06-18 | Make utimens(NULL) work correctly | Daniel Lublin | |
2018-06-09 | Add workaround to always pass a 0 mode when creating a file (#128) | Josh Triplett | |
Add workaround to always pass a 0 mode when creating a file This works around servers that produce an error for any non-zero mode. | |||
2018-04-29 | Released 3.3.2sshfs-3.3.2 | Nikolaus Rath | |
2018-03-31 | Fix Travis build environment. | Nikolaus Rath | |
Newest Meson requires Python 3.5.which isn't available in Trusty. Pip version pin no longer necessary. | |||
2018-03-28 | New workaround renamexdev to enable moving files across remote filesystems | G.raud Meyer | |
sshfs.rst: update the documentation. | |||
2017-11-27 | Fix rst markup | Nikolaus Rath | |
2017-11-17 | change make directory command in readme | Brandon Carter | |
2017-11-13 | Updated professional support information. | Nikolaus Rath | |
2017-10-25 | Released 3.3.1sshfs-3.3.1 | Nikolaus Rath | |
2017-10-25 | meson.build: don't use cp -p instead of --preserve-mode | Nikolaus Rath | |
The latter is not supported on OS X. | |||
2017-10-15 | Fix memory leak on opendir error | Timo Savola | |
2017-09-26 | Ignore fstab-specific mount options | Nikolaus Rath | |
Fixes: #96. | |||
2017-09-22 | Install manpage in man1/, not 1/ | Nikolaus Rath | |
Fixes: #95. | |||
2017-09-20 | Don't attempt to remove non-existing file. | Nikolaus Rath | |
2017-09-20 | Released 3.3.0sshfs-3.3.0 | Nikolaus Rath | |
2017-09-20 | Add support for printing release contributors. | Nikolaus Rath | |
2017-09-20 | Dropped support for writeback caching | Nikolaus Rath | |
As of kernel 4.14, the FUSE module's + writeback implementation is not compatible with network filesystems, and there are no imminent plans to change that. For more details, see https://marc.info/?l=fuse-devel&m=150592103107662&w=2 or As a consequence, the -o unreliable_append option has become obsolete as well. Fixes: #93 Fixes: #88 Fixes: #81 | |||
2017-09-20 | Add support for mounting from /etc/fstab | Nikolaus Rath | |
Fixes: #92. | |||
2017-09-20 | Dropped FAQ file | Nikolaus Rath | |
Most entries were obsolete. Useful content has been moved to the man page. | |||
2017-09-20 | Dropped support for autotools build | Nikolaus Rath | |
It's just too much of a pain to maintain. | |||
2017-09-20 | Updated manual page with missing options. | Nikolaus Rath | |
Fixes: #82. | |||
2017-09-20 | tst_link(): fix test failure | Nikolaus Rath | |
2017-09-20 | travis: fix build procedure. | Nikolaus Rath | |
2017-09-19 | Improve documentation for symlink handling options. | Nikolaus Rath | |
Fixes: #51. | |||
2017-08-22 | Use 'buildtype' to set debug/optimization options | Nikolaus Rath | |
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing. | |||
2017-08-18 | Converted manpage to Restructured Text | Nikolaus Rath | |
2017-08-14 | Bump version number | Anatol Pomozov | |
2017-08-06 | Released 3.2.0sshfs-3.2.0 | Nikolaus Rath | |
2017-08-06 | Drop -u option to cp | Nikolaus Rath | |
Not supported on OS X, and not strictly necessary. Fixes: #64. | |||
2017-08-06 | removed obsolete answers from FAQ | harrim4n | |
2017-08-06 | Removed obsolete options from man page | harrim4n | |