aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-22Submit max 32k reads and writes to the sftp serverMiklos Szeredi
Also don't limit the kernel to 64k reads and writes, rather split into 32k sized chunks and send them to the server all at once. This is more efficient and less demanding from the server. Reported by Ludovic Courtès. Fix suggested by Niels Möller
2012-01-22Add locking around modifver and connverMiklos Szeredi
2012-01-22Fix double free if reconnection races with request sendingMiklos Szeredi
Patch by E. Kuemmerle
2012-01-22Remove "-oPreferredAuthentications" from ssh optionsMiklos Szeredi
Remove "-oPreferredAuthentications" from ssh options if the "password_stdin" option is used. Reported by E. Kuemmerle
2012-01-22Add "FIXME: really needs LSETSTAT extension (debian Bug#640038)"Miklos Szeredi
2012-01-22sshfs: fstat workaroundPercy Jahn
Add "-oworkaround=fstat" for SFTP servers which don't support the FSTAT message.
2012-01-20Apply modified sshfs 2.2 patch from MacFUSEBenjamin Fleischer
Based on Amit Singh's work at http://code.google.com/p/macfuse/
2011-07-01Released 2.3sshfs_2_3Miklos Szeredi
2011-07-01Update COPYINGMiklos Szeredi
2011-07-01Add hard link operationMiklos Szeredi
Works if the server supports the "hardlink@openssh.com" protocol extension.
2011-03-25Fix possible deadlock on reconnectionMiklos Szeredi
Reported by Florian Zumbiehl
2011-01-25Fix cleanup when ssh connection is terminated.Miklos Szeredi
This prevents sshfs hanging when the server is rebooted, for example.
2010-04-28* Set FD_CLOEXEC on fuse device. This prevents deadlocks thatMiklos Szeredi
happen in some circumstances (bugzilla.kernel.org #12864).
2009-07-15* Check that the remote path specified refers to the same type ofMiklos Szeredi
file as the mountpoint, i.e. both are directories or both are non-directories (debian bug #535343). Reported by Greg Kochanski * Allow mounting a single non-directory from the server
2009-07-15tear down mount on connect failureMiklos Szeredi
2009-07-15Check mountpoint and fuse options before starting an sshMiklos Szeredi
session (debian bug #535333). This is only supported if compiled against libfuse-2.6 or later. Reported by Greg Kochanski
2009-07-15Add option 'delay_connect': This will always create the sshfs mount,Miklos Szeredi
even if the connection to the server can't be established.
2009-02-12* Print usage information and version to stdout, not stderr.Miklos Szeredi
Libfuse also needs to be fixed up. Reported by Kārlis Repsons
2008-10-20Released 2.2sshfs_2_2Miklos Szeredi
2008-10-20Escape commas in fsname option if libfuse supports itMiklos Szeredi
2008-10-08Fix harmless glib assertations with "cache=no"Miklos Szeredi
2008-10-08* Handle numerical IPv6 addresses enclosed in square brackets. Reported by ↵Miklos Szeredi
Andre-John Mas * Fix error if username contains a comma character. Reported by Yang Zhang
2008-07-11Released 2.1sshfs_2_1Miklos Szeredi
2008-06-24Add '-F' option to specify the ssh config fileMiklos Szeredi
2008-05-06Fix bug in caching which could cause file corruption for append mode writesMiklos Szeredi
2008-04-25man page update from BartoszMiklos Szeredi
2008-04-23Add manual pagesshfs_2_0Miklos Szeredi
2008-04-23Add manual pageMiklos Szeredi
2008-04-22Released 2.0Miklos Szeredi
2008-04-22Support "statvfs@openssh.com" extension...Miklos Szeredi
2008-04-22Limit write requests to 64kBMiklos Szeredi
2008-04-22Allow the '-ossh_command=CMD' command to contain parameters...Miklos Szeredi
2008-04-22Fix incorrect disk usage reported by 'du' for files of size 4GB or aboveMiklos Szeredi
2008-03-31Support "posix-rename@openssh.com" extension...Miklos Szeredi
2008-03-28Add support for password authentication with pam_mount.Miklos Szeredi
2008-03-27*** empty log message ***Miklos Szeredi
2007-12-17Released 1.9sshfs_1_9Miklos Szeredi
2007-12-11Released 1.9Miklos Szeredi
2007-12-10Fix crash on writing filesMiklos Szeredi
2007-12-10change indentingMiklos Szeredi
2007-05-16Released 1.8sshfs_1_8Miklos Szeredi
2007-05-15fixesMiklos Szeredi
2007-04-18Fix spurious cache entries remaining after renaming a directoryMiklos Szeredi
2007-04-18Fix crash within gdbMiklos Szeredi
2007-03-16Don't set DISPLAY environment variable to empty stringMiklos Szeredi
2007-02-19fixMiklos Szeredi
2006-12-20Work around write performace issues due to missing TCP_NODELAY in sshdMiklos Szeredi
2006-11-11fixMiklos Szeredi
2006-09-29fix segfaultMiklos Szeredi
2006-08-18*** empty log message ***sshfs_1_7Miklos Szeredi