summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-18fix missing newline in manual pageHEADupstream/2.10upstreammasterAlan Jenkins1-0/+1
2013-02-05Add FIXME for deadlock if $PATH contains mountpoint.Miklos Szeredi1-0/+4
2012-05-14When checking root directory use LSTAT not STATMiklos Szeredi2-1/+7
2012-03-08Released 2.4sshfs_2_4Miklos Szeredi2-1/+5
2012-03-08make sure idmap files aren't writable by othersMike Kelly2-0/+22
2012-02-14Add slave option to run sftp over stdin and stdoutChris Wolfe3-1/+36
2012-02-14Split fd into separate read and write pipesChris Wolfe1-10/+17
2012-02-08fix unused but set variablesMiklos Szeredi1-6/+0
2012-02-08Remove some trailing whitespace.Chris Wolfe2-7/+7
2011-12-21skip blank linesMike Kelly1-0/+4
2011-12-21increase portabilityMike Kelly1-19/+15
2011-12-21fix typo in error messageMike Kelly1-1/+1
2011-12-21default to erroring if we can't remap a uid/gidMike Kelly2-29/+65
2011-12-20Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILEMike Kelly3-2/+240
2011-12-20Fix a possible small memory leakMike Kelly1-2/+7
2011-12-20Fix typo in error messageMike Kelly1-1/+1
2011-12-20Fix error handling in sshfs_read_endMiklos Szeredi1-2/+2
2011-12-05Make chown respect the UID mapping policyMiklos Szeredi2-0/+9
2011-11-16Submit max 32k reads and writes to the sftp serverMiklos Szeredi2-114/+269
2011-11-14Add locking around modifver and connverMiklos Szeredi2-4/+23
2011-11-14Fix double free if reconnection races with request sendingMiklos Szeredi2-4/+17
2011-10-21Remove "-oPreferredAuthentications" from ssh optionsMiklos Szeredi2-1/+5
2011-09-23Add "FIXME: really needs LSETSTAT extension (debian Bug#640038)"Miklos Szeredi1-0/+1
2011-08-24sshfs: fstat workaroundPercy Jahn2-0/+13
2011-07-01Released 2.3sshfs_2_3Miklos Szeredi2-0/+16
2011-07-01Update COPYINGMiklos Szeredi1-21/+20
2011-07-01Add hard link operationMiklos Szeredi2-0/+30
2011-03-25Fix possible deadlock on reconnectionMiklos Szeredi2-0/+7
2011-01-25Fix cleanup when ssh connection is terminated.Miklos Szeredi5-25/+388
2010-04-28* Set FD_CLOEXEC on fuse device. This prevents deadlocks thatMiklos Szeredi4-10/+25
2009-07-15* Check that the remote path specified refers to the same type ofMiklos Szeredi2-14/+73
2009-07-15tear down mount on connect failureMiklos Szeredi1-1/+3
2009-07-15Check mountpoint and fuse options before starting an sshMiklos Szeredi2-11/+61
2009-07-15Add option 'delay_connect': This will always create the sshfs mount,Miklos Szeredi4-22/+27
2009-02-12* Print usage information and version to stdout, not stderr.Miklos Szeredi3-4/+9
2008-10-20Released 2.2sshfs_2_2Miklos Szeredi2-1/+5
2008-10-20Escape commas in fsname option if libfuse supports itMiklos Szeredi2-16/+45
2008-10-08Fix harmless glib assertations with "cache=no"Miklos Szeredi2-0/+8
2008-10-08* Handle numerical IPv6 addresses enclosed in square brackets. Reported by An...Miklos Szeredi2-2/+55
2008-07-11Released 2.1sshfs_2_1Miklos Szeredi3-13/+27
2008-06-24Add '-F' option to specify the ssh config fileMiklos Szeredi3-0/+17
2008-05-06Fix bug in caching which could cause file corruption for append mode writesMiklos Szeredi4-14/+63
2008-04-25man page update from BartoszMiklos Szeredi1-1/+30
2008-04-23Add manual pagesshfs_2_0Miklos Szeredi2-1/+215
2008-04-23Add manual pageMiklos Szeredi2-1/+7
2008-04-22Released 2.0Miklos Szeredi2-0/+15
2008-04-22Support "statvfs@openssh.com" extension...Miklos Szeredi2-2/+91
2008-04-22Limit write requests to 64kBMiklos Szeredi2-0/+9
2008-04-22Allow the '-ossh_command=CMD' command to contain parameters...Miklos Szeredi2-6/+74
2008-04-22Fix incorrect disk usage reported by 'du' for files of size 4GB or aboveMiklos Szeredi3-7/+75