summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-17 09:19:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-17 09:19:10 +1000
commit75129025a2d504b630d1718fef0da002f5662f63 (patch)
tree20f11cfa09be4128d81665ab06094d358dd2a3b0 /ChangeLog
parent7c8b1e72331293b4707dc6f7f68a69e975a3fa70 (diff)
- dtucker@cvs.openbsd.org 2013/04/06 06:00:22
[regress/rekey.sh regress/test-exec.sh regress/integrity.sh regress/multiplex.sh Makefile regress/cfgmatch.sh] Split the regress log into 3 parts: the debug output from ssh, the debug log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 95586e871..14450ac65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,16 @@
4 [regress/proxy-connect.sh] 4 [regress/proxy-connect.sh]
5 repeat test with a style appended to the username 5 repeat test with a style appended to the username
6 - dtucker@cvs.openbsd.org 2013/03/23 11:09:43 6 - dtucker@cvs.openbsd.org 2013/03/23 11:09:43
7 [test-exec.sh] 7 [regress/test-exec.sh]
8 Only regenerate host keys if they don't exist or if ssh-keygen has changed 8 Only regenerate host keys if they don't exist or if ssh-keygen has changed
9 since they were. Reduces test runtime by 5-30% depending on machine 9 since they were. Reduces test runtime by 5-30% depending on machine
10 speed. 10 speed.
11 - dtucker@cvs.openbsd.org 2013/04/06 06:00:22
12 [regress/rekey.sh regress/test-exec.sh regress/integrity.sh
13 regress/multiplex.sh Makefile regress/cfgmatch.sh]
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).
16 Somewhat functional now, will become more useful when ssh/sshd -E is added.
11 17
1220130516 1820130516
13 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be 19 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be