Commit Graph

  • 38272eaf2e Bump the github-actions group across 1 directory with 2 updates dependabot/github_actions/github-actions-20989e708e dependabot[bot] 2026-06-20 10:12:27 +00:00
  • 8bf7f92cd8 introduce dependency cooldown master h4sh 2026-06-07 12:18:20 +10:00
  • 7a2d988775 Merge pull request #363 from libfuse/3.7.6-release sshfs-3.7.6 h4sh 2026-05-30 09:35:39 +10:00
  • 879f15a83b prep for 3.7.6 3.7.6-release h4sh5 2026-05-30 09:22:08 +10:00
  • 6678accb85 Merge pull request #362 from abhinavagarwal07/advisory-fix-1 h4sh 2026-05-30 09:12:11 +10:00
  • 6893c3a51b Merge pull request #361 from abhinavagarwal07/contain-symlinks Abhinav Agarwal 2026-05-29 16:06:54 -07:00
  • 29bb565ea6 reject hostname option injection via bracketed mount source Abhinav Agarwal 2026-05-29 15:38:43 -07:00
  • b6b23b7482 Merge pull request #358 from abhinavagarwal07/ci-platform-coverage h4sh 2026-05-30 08:56:57 +10:00
  • bcd132f17c add contain_symlinks option to prevent symlink escape attacks Abhinav Agarwal 2026-05-17 01:27:17 -07:00
  • 8711fa13a2 ci: add platform build coverage ci-platform-coverage Abhinav Agarwal 2026-05-20 23:45:39 -07:00
  • 5b86832e9f ci: add CentOS Stream 9 and Fedora build jobs ci-rpm-distros Abhinav Agarwal 2026-05-20 23:15:09 -07:00
  • 54123d7a3a ci: add clang-tidy and ThreadSanitizer ci-clang-tidy-tsan Abhinav Agarwal 2026-05-18 22:45:37 -07:00
  • 05b0cd4f22 ci: add Valgrind memcheck job ci-valgrind Abhinav Agarwal 2026-05-18 22:45:33 -07:00
  • 5353d18555 ci: add platform build coverage Abhinav Agarwal 2026-05-20 23:45:39 -07:00
  • 5393ddf795 ci: add CodeQL static analysis ci-codeql Abhinav Agarwal 2026-05-18 20:53:50 -07:00
  • e6667c2032 ci: add ASan and UBSan CI jobs ci-sanitizers Abhinav Agarwal 2026-05-18 22:45:26 -07:00
  • 25b58aad4d Merge pull request #359 from libfuse/fix-null-deref-strict-warnings Abhinav Agarwal 2026-05-21 17:28:01 -07:00
  • c71eea8e68 fix null-deref warning in tokenize_on_space and promote strict-warnings to required Abhinav Agarwal 2026-05-20 23:36:22 -07:00
  • afbdf92fa6 Merge pull request #353 from abhinavagarwal07/ci-werror-clang Abhinav Agarwal 2026-05-20 23:41:00 -07:00
  • daac34f7c8 ci: add gcc/clang matrix with -Werror ci-werror-clang Abhinav Agarwal 2026-05-18 21:04:32 -07:00
  • d9ec8e7d28 ci: harden workflow with SHA pins, permissions, timeouts, and dependabot ci-hygiene Abhinav Agarwal 2026-05-18 21:04:29 -07:00
  • 88692b79eb Merge pull request #352 from abhinavagarwal07/ci-hygiene h4sh 2026-05-19 16:48:12 +10:00
  • 035dcde9ba ci: harden workflow with SHA pins, permissions, timeouts, and dependabot Abhinav Agarwal 2026-05-18 21:04:29 -07:00
  • cc14ae1c79 Merge pull request #351 from abhinavagarwal07/fix-conntab-null-deref h4sh 2026-05-18 12:39:06 +10:00
  • 78f807b3dd Merge pull request #350 from abhinavagarwal07/fix-statfs-div-by-zero h4sh 2026-05-18 12:38:39 +10:00
  • fd885f023c Merge pull request #349 from abhinavagarwal07/fix-sftp-read-buffer-safety h4sh 2026-05-18 12:37:56 +10:00
  • 033a1d48f5 fix conntab lookup after rename in sshfs_release Abhinav Agarwal 2026-05-17 18:18:19 -07:00
  • 82285f9c28 fix statfs divide-by-zero when blksize is 0 Abhinav Agarwal 2026-05-17 18:17:23 -07:00
  • 43b2708186 fix malformed SFTP reply handling Abhinav Agarwal 2026-05-17 18:05:47 -07:00
  • d749988c80 Merge pull request #348 from abhinavagarwal07/add-tests-round-2 h4sh 2026-05-18 07:28:44 +10:00
  • 7921230f83 add tests for error paths, option coverage, and fix existing test bugs Abhinav Agarwal 2026-05-16 21:13:58 -07:00
  • ea60e3466e Merge pull request #347 from abhinavagarwal07/add-tests-rename-chmod-fsync-statvfs h4sh 2026-05-16 06:18:44 +10:00
  • 033a88349c add tests for rename, chmod, fsync, and statvfs values Abhinav Agarwal 2026-05-15 11:27:49 -07:00
  • 1cd6995713 remove basically unused -v and --verbose flag h4sh5 2026-04-15 14:49:05 +10:00
  • 9e35c39ba8 version bump and new changelog sshfs-3.7.5 h4sh5 2025-11-12 05:46:43 +10:00
  • bf540dd68b Merge pull request #336 from libfuse/ipv6-connect h4sh 2025-11-11 23:09:38 +10:00
  • 882d3a0185 add documentation on bypassing SSH ipv6-connect h4sh5 2025-11-11 17:53:52 +10:00
  • 113882adda ipv6 support for directport connection h4sh5 2025-11-11 16:30:19 +10:00
  • ccb6821019 Disable macOS specific FUSE API extensions Benjamin Fleischer 2025-03-08 23:36:06 +01:00
  • ed0825440c Mountpoint does not have to exist on macOS Benjamin Fleischer 2025-03-08 23:26:32 +01:00
  • a9eb71cb1c Remove conditional fuse_darwin.h include Benjamin Fleischer 2025-03-08 23:16:27 +01:00
  • b1715a5a62 Remove fuse_opt compatibility code Benjamin Fleischer 2025-03-08 23:12:12 +01:00
  • 21fdcad6fb bump to upload-artifact@v4 h4sh5 2025-03-09 08:58:15 +10:00
  • 3ea4c59f63 Update macOS specific parts in README sshfs_2.x Benjamin Fleischer 2024-11-29 22:44:37 +01:00
  • cba87df1d7 Remove fuse_darwin.h import on macOS Benjamin Fleischer 2024-11-29 22:37:26 +01:00
  • ef94977c5a Merge pull request #314 from manu0401/windows_openssh Haoxi Tan 2024-11-30 08:25:19 +10:00
  • d78a624756 Windows native OpenSSH fix Emmanuel Dreyfus 2024-11-20 16:00:40 +01:00
  • ddf1e42ce7 Merge pull request #306 from jpalus/fill-stat-info-from-cache Haoxi Tan 2024-11-05 08:07:34 +10:00
  • 1a52814a4e Merge branch 'master' into fill-stat-info-from-cache Haoxi Tan 2024-11-05 08:05:23 +10:00
  • c9bf8ad451 Merge pull request #305 from jpalus/fix-link-leak Haoxi Tan 2024-11-05 08:01:26 +10:00
  • 5f767dec5b Fill stat info when returning cached data for readdir Jan Palus 2024-06-17 11:48:44 +02:00
  • 8bb9d33d16 Fix memleak in cache after readlink Jan Palus 2024-06-17 00:08:34 +02:00
  • eadf7f104a Merge pull request #295 from libfuse/rm-rst Haoxi Tan 2024-02-27 14:09:05 +10:00
  • 1af815b7dc remove README.rst file since README.md file exists rm-rst h4sh5 2024-02-27 14:04:42 +10:00
  • 683b8c2454 👷 use latest major version for actions/checkout (#289) Thomas Merz 2023-12-22 19:05:32 +01:00
  • 70c8fd9031 Merge pull request #277 from g-easy/master Haoxi Tan 2023-11-06 19:55:14 +10:00
  • 47a580dd77 test improvements h4sh 2023-09-23 23:05:21 +10:00
  • e5f4fcaad7 github action build+test h4sh 2023-09-23 23:00:12 +10:00
  • 8c97da5b16 Update README.md Haoxi Tan 2023-09-23 22:52:14 +10:00
  • 551752c3a5 No longer orphaned Haoxi Tan 2023-09-23 22:51:16 +10:00
  • c91eb9a9a9 Released 3.7.3 sshfs-3.7.3 Nikolaus Rath 2022-05-26 14:23:35 +01:00
  • 103c6ba68b Fix typo: occured -> occurred (#280) Peter Wienemann 2022-03-07 20:41:43 +01:00
  • 3aa3efcb52 Implement connect to vsock. easy 2022-02-15 14:39:50 +11:00
  • a2054a2b73 Typo Fix (#274) Matthew Berginski 2021-12-27 06:27:40 -05:00
  • fd02499b4c add missing backtick (#270) Kim Brose 2021-10-30 14:04:15 +02:00
  • c2715f7453 Fix typo in ssh_opts (#269) Antonio Rojas 2021-10-06 09:19:22 +02:00
  • 1abde6e779 Clarify the need for libfuse3. Nikolaus Rath 2021-06-14 09:09:31 +01:00
  • a181b9b60b add .git-blame-ignore-revs (#261) Cam Cope 2021-08-30 10:08:07 -07:00
  • d54c7ecbd6 Fixup whitespace and configure CI to keep it that way Cam Cope 2021-08-30 07:35:33 -07:00
  • 803e0e65cf Fix script issues identified through shellcheck (#258) a1346054 2021-08-25 12:45:42 +00:00
  • 9700b35370 Released 3.7.2 sshfs-3.7.2 Nikolaus Rath 2021-06-08 09:52:08 +01:00
  • 6c1b92df81 Fix deadlock in conn cleanup (#244) Andrew Stone 2021-02-25 04:13:30 -08:00
  • d18869a307 Update to newer CI environment. Nikolaus Rath 2021-01-19 10:16:41 +00:00
  • dfd4cba385 Workaround for mkdir on existing directory (#242) Peter Belm 2021-01-19 10:13:09 +00:00
  • 8059e2ce63 Released 3.7.1 sshfs-3.7.1 Nikolaus Rath 2020-11-09 09:52:00 +00:00
  • 9e01ffd161 Rename option to 'passive' and add some example in manual. (#232) Junichi Uekawa 2020-11-02 19:51:48 +09:00
  • de0504e45b sshfs.c: fix build with gcc 4.8 (#233) Fabrice Fontaine 2020-11-02 10:31:23 +01:00
  • 6625146af9 Update sshfs.rst (#220) Junichi Uekawa 2020-09-04 20:06:30 +09:00
  • 76ffb37444 Unset OLDPWD environment variable (#227) Simon Arlott 2020-09-03 08:13:24 +01:00
  • a96e521474 Remove pointer to professional consulting offers Nikolaus Rath 2020-08-10 19:57:05 +01:00
  • 11df8874dc Fix typo in docs (#213) bjoe2k4 2020-05-17 11:30:59 +02:00
  • a7e1038203 Released 3.7.0 sshfs-3.7.0 Nikolaus Rath 2020-01-03 11:04:02 +00:00
  • 8340a67b31 sftp_init_reply_ok: fix small memory leak (#198) Dominique Martinet 2019-11-30 12:42:40 +01:00
  • ab0e339e80 Protect changes to conn->req_count with mutex. Nikolaus Rath 2019-11-27 10:54:13 +00:00
  • b19e3b8001 Fix memory leak in conntab Nikolaus Rath 2019-11-27 10:42:47 +00:00
  • e910453156 Disable buflimit workaround by default. Nikolaus Rath 2019-11-27 10:29:46 +00:00
  • 28c22270f8 Add missing mutex lock/unlocks when accessing conntab Nikolaus Rath 2019-11-27 09:42:30 +00:00
  • 8822b60d9d Add support for using multiple connections Timo Savola 2017-10-14 17:36:36 +03:00
  • 0f3ab4fd4f Drop reference counter for struct sshfs_file Nikolaus Rath 2019-11-24 10:23:42 +00:00
  • ddd968b025 Do not fail tests if connecting to localhost for first time. Nikolaus Rath 2019-11-24 10:19:13 +00:00
  • 2421675f3f Added build/ to gitignore. Nikolaus Rath 2019-11-23 20:58:10 +00:00
  • eade8feb05 fix some whitespace and indentation (#194) jeg139 2019-11-23 12:07:19 +01:00
  • 4d866526dc Fix some inconsistent whitespace (#192) Michael Forney 2019-11-23 03:06:05 -08:00
  • 6935b49eea Add documentation of permission handling to manpage. Nikolaus Rath 2019-11-03 13:38:35 +00:00
  • a548abd1f3 Fix markup. Nikolaus Rath 2019-11-03 09:38:31 +00:00
  • a1e5f12c53 Released 3.6.0 sshfs-3.6.0 Nikolaus Rath 2019-11-03 09:34:29 +00:00
  • 011986306b Remedy gcc 7.4.0 warnings (#187) kalvdans 2019-11-03 10:28:37 +01:00
  • e1a9050c61 Added direct_io option (#173) sunwire 2019-10-19 20:26:10 +01:00
  • af63f35ac1 Free addrinfo and close socket when returning error (#186) kalvdans 2019-10-19 21:23:45 +02:00
  • 667cf34622 sshfs: fix another instance preventing use of global I/O size on macOS (#185) Viktor Szakats 2019-09-12 14:33:32 +02:00