aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
AgeCommit message (Expand)Author
2013-01-08Add unnamed semaphore implementation for Mac OS XBenjamin Fleischer
2012-03-11Bump version to OSXFUSE SSHFS 2.4.1Benjamin Fleischer
2012-03-09Bump version to OSXFUSE SSHFS 2.4.0Benjamin Fleischer
2012-03-09Use "#ifdef __APPLE__" instead of "#if __APPLE__"Benjamin Fleischer
2012-03-09make sure idmap files aren't writable by othersMike Kelly
2012-03-09Add slave option to run sftp over stdin and stdoutChris Wolfe
2012-03-09Split fd into separate read and write pipesChris Wolfe
2012-03-09Remove some trailing whitespace.Chris Wolfe
2012-03-09skip blank linesMike Kelly
2012-03-09increase portabilityMike Kelly
2012-03-09fix typo in error messageMike Kelly
2012-03-09default to erroring if we can't remap a uid/gidMike Kelly
2012-03-09Make IDMAP_USER the default option on OS XBenjamin Fleischer
2012-01-22Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILEMike Kelly
2012-01-22Fix a possible small memory leakMike Kelly
2012-01-22Fix typo in error messageMike Kelly
2012-01-22Fix error handling in sshfs_read_endMiklos Szeredi
2012-01-22Make chown respect the UID mapping policyMiklos Szeredi
2012-01-22Submit max 32k reads and writes to the sftp serverMiklos Szeredi
2012-01-22Add locking around modifver and connverMiklos Szeredi
2012-01-22Fix double free if reconnection races with request sendingMiklos Szeredi
2012-01-22Remove "-oPreferredAuthentications" from ssh optionsMiklos Szeredi
2012-01-22Add "FIXME: really needs LSETSTAT extension (debian Bug#640038)"Miklos Szeredi
2012-01-22sshfs: fstat workaroundPercy Jahn
2012-01-20Apply modified sshfs 2.2 patch from MacFUSEBenjamin Fleischer
2011-07-01Add hard link operationMiklos Szeredi
2011-03-25Fix possible deadlock on reconnectionMiklos Szeredi
2011-01-25Fix cleanup when ssh connection is terminated.Miklos Szeredi
2010-04-28* Set FD_CLOEXEC on fuse device. This prevents deadlocks thatMiklos Szeredi
2009-07-15* Check that the remote path specified refers to the same type ofMiklos Szeredi
2009-07-15tear down mount on connect failureMiklos Szeredi
2009-07-15Check mountpoint and fuse options before starting an sshMiklos Szeredi
2009-07-15Add option 'delay_connect': This will always create the sshfs mount,Miklos Szeredi
2009-02-12* Print usage information and version to stdout, not stderr.Miklos Szeredi
2008-10-20Escape commas in fsname option if libfuse supports itMiklos Szeredi
2008-10-08* Handle numerical IPv6 addresses enclosed in square brackets. Reported by An...Miklos Szeredi
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-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-11Released 1.9Miklos Szeredi
2007-12-10Fix crash on writing filesMiklos Szeredi
2007-12-10change indentingMiklos Szeredi
2007-05-15fixesMiklos Szeredi