[Bug 1555] add hard link and attribute extensions to sftp-server

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Feb 13 22:07:58 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1555





--- Comment #2 from Miklos Szeredi <miklos at szeredi.hu>  2009-02-13 22:07:57 ---
Created an attachment (id=1602)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1602)
add protocol extension to ATTR message

This patch adds all the missing commonly used UNIX attributes: st_dev,
st_ino, st_nlink, st_rdev, st_blocks, st_blksize, st_ctime.  In
addition it extends st_atime and st_mtime to 64bits, and adds
nanosecond resolution to all three timestamps.

This is implemented as an extension to the ATTR message.  This patch
alone is sufficient for SSHFS to be able to use these attributes.  The
following two patches optimize the bandwidth use for this extension.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list