bugzilla-daemon at mindrot.org
2006-Apr-01 05:58 UTC
[Bug 474] sftp should provide logging
http://bugzilla.mindrot.org/show_bug.cgi?id=474 ------- Comment #4 from djm at mindrot.org 2006-04-01 16:58 ------- Created an attachment (id=1106) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1106&action=view) sftp transaction logging This diff implements transaction logging for sftp-server. It adds commandline options to sftp-server to specify the log level and facility (using the same keywords as sshd) and extends sshd's Subsystem command to accept commandline arguments. To see it work, use a subsystem like: Subsystem sftp /usr/libexec/sftp-server -l INFO log level VERBOSE produces as bit more verbiage and the old request TRACE stuff is available at the debug levels. Note that is doesn't do any of the control stuff of the other patch - that can be dealt with separately ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Apr-25 08:37 UTC
[Bug 474] sftp should provide logging
http://bugzilla.mindrot.org/show_bug.cgi?id=474 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #835 is|0 |1 obsolete| | Attachment #1010 is|0 |1 obsolete| | Attachment #1106 is|0 |1 obsolete| | ------- Comment #5 from djm at mindrot.org 2006-04-25 18:37 ------- Created an attachment (id=1126) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1126&action=view) revised patch, adding chroot option Here is a revised patch that changes the way the subsystem arguments are processed, adds logging of file handles closed implicitly by a logout or fatal error and adds a chroot option to sftp-server (requires sftp-server to be installed setuid). Note that all of this is still experimental, especially the chroot stuff. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.