index
:
platform/upstream/sshfs
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Uncategorized; Licenses: GPL-2.0;
Geunsik Lim <geunsik.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-18
fix missing newline in manual page
HEAD
upstream/2.10
upstream
master
Alan Jenkins
1
-0
/
+1
2013-02-05
Add FIXME for deadlock if $PATH contains mountpoint.
Miklos Szeredi
1
-0
/
+4
2012-05-14
When checking root directory use LSTAT not STAT
Miklos Szeredi
2
-1
/
+7
2012-03-08
Released 2.4
sshfs_2_4
Miklos Szeredi
2
-1
/
+5
2012-03-08
make sure idmap files aren't writable by others
Mike Kelly
2
-0
/
+22
2012-02-14
Add slave option to run sftp over stdin and stdout
Chris Wolfe
3
-1
/
+36
2012-02-14
Split fd into separate read and write pipes
Chris Wolfe
1
-10
/
+17
2012-02-08
fix unused but set variables
Miklos Szeredi
1
-6
/
+0
2012-02-08
Remove some trailing whitespace.
Chris Wolfe
2
-7
/
+7
2011-12-21
skip blank lines
Mike Kelly
1
-0
/
+4
2011-12-21
increase portability
Mike Kelly
1
-19
/
+15
2011-12-21
fix typo in error message
Mike Kelly
1
-1
/
+1
2011-12-21
default to erroring if we can't remap a uid/gid
Mike Kelly
2
-29
/
+65
2011-12-20
Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE
Mike Kelly
3
-2
/
+240
2011-12-20
Fix a possible small memory leak
Mike Kelly
1
-2
/
+7
2011-12-20
Fix typo in error message
Mike Kelly
1
-1
/
+1
2011-12-20
Fix error handling in sshfs_read_end
Miklos Szeredi
1
-2
/
+2
2011-12-05
Make chown respect the UID mapping policy
Miklos Szeredi
2
-0
/
+9
2011-11-16
Submit max 32k reads and writes to the sftp server
Miklos Szeredi
2
-114
/
+269
2011-11-14
Add locking around modifver and connver
Miklos Szeredi
2
-4
/
+23
2011-11-14
Fix double free if reconnection races with request sending
Miklos Szeredi
2
-4
/
+17
2011-10-21
Remove "-oPreferredAuthentications" from ssh options
Miklos Szeredi
2
-1
/
+5
2011-09-23
Add "FIXME: really needs LSETSTAT extension (debian Bug#640038)"
Miklos Szeredi
1
-0
/
+1
2011-08-24
sshfs: fstat workaround
Percy Jahn
2
-0
/
+13
2011-07-01
Released 2.3
sshfs_2_3
Miklos Szeredi
2
-0
/
+16
2011-07-01
Update COPYING
Miklos Szeredi
1
-21
/
+20
2011-07-01
Add hard link operation
Miklos Szeredi
2
-0
/
+30
2011-03-25
Fix possible deadlock on reconnection
Miklos Szeredi
2
-0
/
+7
2011-01-25
Fix cleanup when ssh connection is terminated.
Miklos Szeredi
5
-25
/
+388
2010-04-28
* Set FD_CLOEXEC on fuse device. This prevents deadlocks that
Miklos Szeredi
4
-10
/
+25
2009-07-15
* Check that the remote path specified refers to the same type of
Miklos Szeredi
2
-14
/
+73
2009-07-15
tear down mount on connect failure
Miklos Szeredi
1
-1
/
+3
2009-07-15
Check mountpoint and fuse options before starting an ssh
Miklos Szeredi
2
-11
/
+61
2009-07-15
Add option 'delay_connect': This will always create the sshfs mount,
Miklos Szeredi
4
-22
/
+27
2009-02-12
* Print usage information and version to stdout, not stderr.
Miklos Szeredi
3
-4
/
+9
2008-10-20
Released 2.2
sshfs_2_2
Miklos Szeredi
2
-1
/
+5
2008-10-20
Escape commas in fsname option if libfuse supports it
Miklos Szeredi
2
-16
/
+45
2008-10-08
Fix harmless glib assertations with "cache=no"
Miklos Szeredi
2
-0
/
+8
2008-10-08
* Handle numerical IPv6 addresses enclosed in square brackets. Reported by An...
Miklos Szeredi
2
-2
/
+55
2008-07-11
Released 2.1
sshfs_2_1
Miklos Szeredi
3
-13
/
+27
2008-06-24
Add '-F' option to specify the ssh config file
Miklos Szeredi
3
-0
/
+17
2008-05-06
Fix bug in caching which could cause file corruption for append mode writes
Miklos Szeredi
4
-14
/
+63
2008-04-25
man page update from Bartosz
Miklos Szeredi
1
-1
/
+30
2008-04-23
Add manual page
sshfs_2_0
Miklos Szeredi
2
-1
/
+215
2008-04-23
Add manual page
Miklos Szeredi
2
-1
/
+7
2008-04-22
Released 2.0
Miklos Szeredi
2
-0
/
+15
2008-04-22
Support "statvfs@openssh.com" extension...
Miklos Szeredi
2
-2
/
+91
2008-04-22
Limit write requests to 64kB
Miklos Szeredi
2
-0
/
+9
2008-04-22
Allow the '-ossh_command=CMD' command to contain parameters...
Miklos Szeredi
2
-6
/
+74
2008-04-22
Fix incorrect disk usage reported by 'du' for files of size 4GB or above
Miklos Szeredi
3
-7
/
+75
[next]