bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-04 03:00 UTC
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430 --- Comment #6 from Damien Miller <djm at mindrot.org> 2010-01-04 14:00:26 EST --- Created an attachment (id=1763) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1763) /home/djm/sftp-ro.diff Adds a -R commandline option to disable writes and other filesystem- modifying options. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-04 03:01 UTC
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #173 is|0 |1
obsolete| |
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-04 03:01 UTC
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #586 is|0 |1
obsolete| |
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-09 00:21 UTC
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1763| |ok+
Flag| |
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Darren Tucker <dtucker at zip.com.au> 2010-01-05
11:27:32 EST ---
(From update of attachment 1763)>-.Op Fl eh
>+.Op Fl Reh
Aren't these supposed to be alphabetized?
>- "usage: %s [-eh] [-f log_facility] [-l log_level] [-u
umask]\n",
>+ "usage: %s [-Reh] [-f log_facility] [-l log_level] [-u
umask]\n",
Ditto.
>- while (!skipargs && (ch = getopt(argc, argv,
"f:l:u:che")) != -1) {
>+ while (!skipargs && (ch = getopt(argc, argv,
"f:l:u:Rche")) != -1) {
Ditto.
Other than that it looks OK to me.
--- Comment #8 from Damien Miller <djm at mindrot.org> 2010-01-09 11:21:15
EST ---
patch applied, will be in 4.5p1
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.