summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-30 12:33:20 +1000
committerDamien Miller <djm@mindrot.org>2014-07-30 12:33:20 +1000
commit426117b2e965e43f47015942b5be8dd88fe74b88 (patch)
tree73487762ff2b620f0b161cc60ce85af1de0a02a9 /ChangeLog
parentf497794b6962eaf802ab4ac2a7b22ae591cca1d5 (diff)
- 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 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;