summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-10 23:01:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-10 23:01:51 +1000
commite7140f20cb2da1456e6080059eef54cf0f3533f2 (patch)
tree7c4809d2dbb4b9e93599a2fb29c51a4621f88346 /ChangeLog
parentb06cc4abf8e2eb4d1e14f19911a7e0afde50ee95 (diff)
- dtucker@cvs.openbsd.org 2008/06/10 04:50:25
[sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8] Add extended test mode (-T) and connection parameters for test mode (-C). -T causes sshd to write its effective configuration to stdout and exit. -C causes any relevant Match rules to be applied before output. The combination allows tesing of the parser and config files. ok deraadt djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e16603175..3c2cc2168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,12 @@
12 - djm@cvs.openbsd.org 2008/06/10 04:17:46 12 - djm@cvs.openbsd.org 2008/06/10 04:17:46
13 [sshd_config.5] 13 [sshd_config.5]
14 better reference for pattern-list 14 better reference for pattern-list
15 - dtucker@cvs.openbsd.org 2008/06/10 04:50:25
16 [sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
17 Add extended test mode (-T) and connection parameters for test mode (-C).
18 -T causes sshd to write its effective configuration to stdout and exit.
19 -C causes any relevant Match rules to be applied before output. The
20 combination allows tesing of the parser and config files. ok deraadt djm
15 21
1620080609 2220080609
17 - (dtucker) OpenBSD CVS Sync 23 - (dtucker) OpenBSD CVS Sync
@@ -4098,4 +4104,4 @@
4098 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4104 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4099 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4105 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4100 4106
4101$Id: ChangeLog,v 1.4950 2008/06/10 12:59:53 dtucker Exp $ 4107$Id: ChangeLog,v 1.4951 2008/06/10 13:01:51 dtucker Exp $