diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-06-10 23:01:51 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-06-10 23:01:51 +1000 |
commit | e7140f20cb2da1456e6080059eef54cf0f3533f2 (patch) | |
tree | 7c4809d2dbb4b9e93599a2fb29c51a4621f88346 /channels.h | |
parent | b06cc4abf8e2eb4d1e14f19911a7e0afde50ee95 (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 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.h b/channels.h index ec2435df0..dc1f483ed 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.h,v 1.92 2008/05/09 16:21:13 markus Exp $ */ | 1 | /* $OpenBSD: channels.h,v 1.93 2008/06/10 04:50:25 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -235,6 +235,7 @@ void channel_add_permitted_opens(char *, int); | |||
235 | int channel_add_adm_permitted_opens(char *, int); | 235 | int channel_add_adm_permitted_opens(char *, int); |
236 | void channel_clear_permitted_opens(void); | 236 | void channel_clear_permitted_opens(void); |
237 | void channel_clear_adm_permitted_opens(void); | 237 | void channel_clear_adm_permitted_opens(void); |
238 | void channel_print_adm_permitted_opens(void); | ||
238 | int channel_input_port_forward_request(int, int); | 239 | int channel_input_port_forward_request(int, int); |
239 | Channel *channel_connect_to(const char *, u_short, char *, char *); | 240 | Channel *channel_connect_to(const char *, u_short, char *, char *); |
240 | Channel *channel_connect_by_listen_address(u_short, char *, char *); | 241 | Channel *channel_connect_by_listen_address(u_short, char *, char *); |