summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2014-07-30 02:33:20 +0000
committerdjm <djm>2014-07-30 02:33:20 +0000
commit003c28db9cf3b33af1bec0673491cd99d322adde (patch)
tree576ba2d9be327674b1b10618fe8222d00ef79f8d
parent443df8d9da37ad6c8bcc3c906aa9a1bc4d9af7e3 (diff)
downloadopenssh-003c28db9cf3b33af1bec0673491cd99d322adde.tar.gz
- schwarze@cvs.openbsd.org 2014/07/28 15:40:08
[sftp-server.8 sshd_config.5] some systems no longer need /dev/log; issue noticed by jirib; ok deraadt
-rw-r--r--ChangeLog5
-rw-r--r--sftp-server.810
-rw-r--r--sshd_config.58
3 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index f6ed3881..5f086f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,11 @@
left in memory after they have been expired or deleted in some cases
(but note that ssh-agent is setgid so you would still need root to
access them). Pointed out by Kevin Burns, ok deraadt
+ - schwarze@cvs.openbsd.org 2014/07/28 15:40:08
+ [sftp-server.8 sshd_config.5]
+ some systems no longer need /dev/log;
+ issue noticed by jirib;
+ ok deraadt
20140725
- (djm) [regress/multiplex.sh] restore incorrectly deleted line;
diff --git a/sftp-server.8 b/sftp-server.8
index 1e0b277b..75d8d8d5 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.25 2013/10/14 14:18:56 jmc Exp $
+.\" $OpenBSD: sftp-server.8,v 1.26 2014/07/28 15:40:08 schwarze Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 14 2013 $
+.Dd $Mdocdate: July 28 2014 $
.Dt SFTP-SERVER 8
.Os
.Sh NAME
@@ -140,11 +140,11 @@ to be applied to newly-created files and directories, instead of the
user's default mask.
.El
.Pp
-For logging to work,
+On some systems,
.Nm
must be able to access
-.Pa /dev/log .
-Use of
+.Pa /dev/log
+for logging to work, and use of
.Nm
in a chroot configuration therefore requires that
.Xr syslogd 8
diff --git a/sshd_config.5 b/sshd_config.5
index f9208485..6766b57f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.175 2014/07/15 15:54:14 millert Exp $
-.Dd $Mdocdate: July 15 2014 $
+.\" $OpenBSD: sshd_config.5,v 1.176 2014/07/28 15:40:08 schwarze Exp $
+.Dd $Mdocdate: July 28 2014 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -344,9 +344,9 @@ For file transfer sessions using
.Dq sftp ,
no additional configuration of the environment is necessary if the
in-process sftp server is used,
-though sessions which use logging do require
+though sessions which use logging may require
.Pa /dev/log
-inside the chroot directory (see
+inside the chroot directory on some operating systems (see
.Xr sftp-server 8
for details).
.Pp