summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-04-23 15:21:06 +1000
committerDamien Miller <djm@mindrot.org>2013-04-23 15:21:06 +1000
commit03d4d7e60b16f913c75382e32e136ddfa8d6485f (patch)
tree56db601b0ddcd36e27c565ce0e127330ac2de381 /ChangeLog
parent37f1c08473b1ef2a188ee178ce2e11e841f88563 (diff)
- dtucker@cvs.openbsd.org 2013/04/07 02:10:33
[log.c log.h ssh.1 ssh.c sshd.8 sshd.c] Add -E option to ssh and sshd to append debugging logs to a specified file instead of stderr or syslog. ok markus@, man page help jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47c7ce01c..51077256d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,10 @@
39 - markus@cvs.openbsd.org 2013/04/06 16:07:00 39 - markus@cvs.openbsd.org 2013/04/06 16:07:00
40 [channels.c sshd.c] 40 [channels.c sshd.c]
41 handle ECONNABORTED for accept(); ok deraadt some time ago... 41 handle ECONNABORTED for accept(); ok deraadt some time ago...
42 - dtucker@cvs.openbsd.org 2013/04/07 02:10:33
43 [log.c log.h ssh.1 ssh.c sshd.8 sshd.c]
44 Add -E option to ssh and sshd to append debugging logs to a specified file
45 instead of stderr or syslog. ok markus@, man page help jmc@
42 46
4320130418 4720130418
44 - (djm) [config.guess config.sub] Update to last versions before they switch 48 - (djm) [config.guess config.sub] Update to last versions before they switch