diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ | |||
14 | Split the regress log into 3 parts: the debug output from ssh, the debug | 14 | Split the regress log into 3 parts: the debug output from ssh, the debug |
15 | log from sshd and the output from the client command (ssh, scp or sftp). | 15 | log from sshd and the output from the client command (ssh, scp or sftp). |
16 | Somewhat functional now, will become more useful when ssh/sshd -E is added. | 16 | Somewhat functional now, will become more useful when ssh/sshd -E is added. |
17 | - dtucker@cvs.openbsd.org 2013/04/07 02:16:03 | ||
18 | [regress/Makefile regress/rekey.sh regress/integrity.sh | ||
19 | regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh] | ||
20 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | ||
21 | save the output from any failing tests. If a test fails the debug output | ||
22 | from ssh and sshd for the failing tests (and only the failing tests) should | ||
23 | be available in failed-ssh{,d}.log. | ||
17 | 24 | ||
18 | 20130516 | 25 | 20130516 |
19 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | 26 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be |