summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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