index
:
sshfs.git
master
sshfs_2.x
[FORK] A network filesystem client to connect to SSH servers
Yuuta Liang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshfs.c
Age
Commit message (
Expand
)
Author
2012-02-14
Split fd into separate read and write pipes
Chris Wolfe
2012-02-08
Remove some trailing whitespace.
Chris Wolfe
2011-12-21
skip blank lines
Mike Kelly
2011-12-21
increase portability
Mike Kelly
2011-12-21
fix typo in error message
Mike Kelly
2011-12-21
default to erroring if we can't remap a uid/gid
Mike Kelly
2011-12-20
Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE
Mike Kelly
2011-12-20
Fix a possible small memory leak
Mike Kelly
2011-12-20
Fix typo in error message
Mike Kelly
2011-12-20
Fix error handling in sshfs_read_end
Miklos Szeredi
2011-12-05
Make chown respect the UID mapping policy
Miklos Szeredi
2011-11-16
Submit max 32k reads and writes to the sftp server
Miklos Szeredi
2011-11-14
Add locking around modifver and connver
Miklos Szeredi
2011-11-14
Fix double free if reconnection races with request sending
Miklos Szeredi
2011-10-21
Remove "-oPreferredAuthentications" from ssh options
Miklos Szeredi
2011-09-23
Add "FIXME: really needs LSETSTAT extension (debian Bug#640038)"
Miklos Szeredi
2011-08-24
sshfs: fstat workaround
Percy Jahn
2011-07-01
Add hard link operation
Miklos Szeredi
2011-03-25
Fix possible deadlock on reconnection
Miklos Szeredi
2011-01-25
Fix cleanup when ssh connection is terminated.
Miklos Szeredi
2010-04-28
* Set FD_CLOEXEC on fuse device. This prevents deadlocks that
Miklos Szeredi
2009-07-15
* Check that the remote path specified refers to the same type of
Miklos Szeredi
2009-07-15
tear down mount on connect failure
Miklos Szeredi
2009-07-15
Check mountpoint and fuse options before starting an ssh
Miklos Szeredi
2009-07-15
Add 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-20
Escape commas in fsname option if libfuse supports it
Miklos Szeredi
2008-10-08
* Handle numerical IPv6 addresses enclosed in square brackets. Reported by An...
Miklos Szeredi
2008-07-11
Released 2.1
sshfs_2_1
Miklos Szeredi
2008-06-24
Add '-F' option to specify the ssh config file
Miklos Szeredi
2008-05-06
Fix bug in caching which could cause file corruption for append mode writes
Miklos Szeredi
2008-04-22
Support "statvfs@openssh.com" extension...
Miklos Szeredi
2008-04-22
Limit write requests to 64kB
Miklos Szeredi
2008-04-22
Allow the '-ossh_command=CMD' command to contain parameters...
Miklos Szeredi
2008-04-22
Fix incorrect disk usage reported by 'du' for files of size 4GB or above
Miklos Szeredi
2008-03-31
Support "posix-rename@openssh.com" extension...
Miklos Szeredi
2008-03-28
Add support for password authentication with pam_mount.
Miklos Szeredi
2008-03-27
*** empty log message ***
Miklos Szeredi
2007-12-11
Released 1.9
Miklos Szeredi
2007-12-10
Fix crash on writing files
Miklos Szeredi
2007-12-10
change indenting
Miklos Szeredi
2007-05-15
fixes
Miklos Szeredi
2007-04-18
Fix crash within gdb
Miklos Szeredi
2007-03-16
Don't set DISPLAY environment variable to empty string
Miklos Szeredi
2007-02-19
fix
Miklos Szeredi
2006-12-20
Work around write performace issues due to missing TCP_NODELAY in sshd
Miklos Szeredi
2006-09-29
fix segfault
Miklos Szeredi
2006-08-17
fix
Miklos Szeredi
2006-08-16
fixes
Miklos Szeredi
2006-04-13
fix
Miklos Szeredi
[next]