[Bug 1798] Add fsync() support to sftp/sftp-server

2016-08-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #22 from Damien Miller  ---
Close all resolved bugs after 7.3p1 release

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-10-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Daniel Black daniel.s...@internode.on.net changed:

   What|Removed |Added

 CC||daniel.s...@internode.on.ne
   ||t

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-10-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

   Attachment #2065|0   |1
is obsolete||

--- Comment #19 from Damien Miller d...@mindrot.org ---
Created attachment 2351
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2351action=edit
Updated to -current

Revised patch, with description of extension in the PROTOCOL file.

Hopefully I'll be able to get it in this time. I wasn't able to
convince everyone that it was worth the DoS risk before (many platforms
implement fsync() by just calling the fs-wide sync() function which can
trigger a lot of I/O), but now we have the request blacklist that can
avoid this in cases where users can't be trusted.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2076|

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-04-09 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

--- Comment #15 from Richard W.M. Jones rjo...@redhat.com ---
I have now added support to libssh2 to support this call, and
also tested that it works (it does).

http://www.libssh2.org/mail/libssh2-devel-archive-2013-04/0007.shtml
http://www.libssh2.org/mail/libssh2-devel-archive-2013-04/0006.shtml

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-04-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Richard W.M. Jones rjo...@redhat.com changed:

   What|Removed |Added

 CC||rjo...@redhat.com

--- Comment #14 from Richard W.M. Jones rjo...@redhat.com ---
I just came across this proposed extension of sftp in
OpenSSH, and it's something that we could really use
in order to make qemu ssh block device safe:

http://lists.nongnu.org/archive/html/qemu-devel/2013-04/msg01118.html

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-03-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2035|

--- Comment #13 from Damien Miller d...@mindrot.org ---
retarget to openssh-6.3

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2013-03-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2076

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2035

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2012-03-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

TJ Saunders t...@castaglia.org changed:

   What|Removed |Added

 CC||t...@castaglia.org

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2012-02-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|1930|

--- Comment #10 from Damien Miller d...@mindrot.org 2012-02-24 10:38:10 EST 
---
Retarget 6.0 = 6.1

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||1930

--- Comment #6 from Damien Miller d...@mindrot.org 2011-09-06 10:34:22 EST ---
Retarget unresolved bugs/features to 6.0 release

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|1845|

--- Comment #8 from Damien Miller d...@mindrot.org 2011-09-06 10:39:09 EST ---
Retarget unresolved bugs/features to 6.0 release

(try again - bugzilla's change several isn't)

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2011-07-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Iain Morgan imor...@nas.nasa.gov changed:

   What|Removed |Added

   Attachment #1905|0   |1
is obsolete||

--- Comment #5 from Iain Morgan imor...@nas.nasa.gov 2011-07-16 06:44:59 EST 
---
Created attachment 2065
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2065
Updated patch vs -current

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2011-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|1803|

--- Comment #4 from Damien Miller d...@mindrot.org 2011-01-24 12:30:52 EST ---
Retarget unclosed bugs from 5.7=5.8

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2011-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||1845

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1798] Add fsync() support to sftp/sftp-server

2010-07-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 CC||d...@mindrot.org
 Blocks||1708

--- Comment #1 from Damien Miller d...@mindrot.org  ---
The diff looks good, I'll add this to the list for V_5_6

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs