diff options
Diffstat (limited to 'other/openssh-2.1.1p4/auth-options.h')
| -rw-r--r-- | other/openssh-2.1.1p4/auth-options.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/other/openssh-2.1.1p4/auth-options.h b/other/openssh-2.1.1p4/auth-options.h deleted file mode 100644 index 1ecdb9d..0000000 --- a/other/openssh-2.1.1p4/auth-options.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #ifndef AUTH_OPTIONS_H | ||
| 2 | #define AUTH_OPTIONS_H | ||
| 3 | /* Flags that may be set in authorized_keys options. */ | ||
| 4 | extern int no_port_forwarding_flag; | ||
| 5 | extern int no_agent_forwarding_flag; | ||
| 6 | extern int no_x11_forwarding_flag; | ||
| 7 | extern int no_pty_flag; | ||
| 8 | extern char *forced_command; | ||
| 9 | extern struct envstring *custom_environment; | ||
| 10 | |||
| 11 | /* return 1 if access is granted, 0 if not. side effect: sets key option flags */ | ||
| 12 | int auth_parse_options(struct passwd *pw, char *options, unsigned long linenum); | ||
| 13 | #endif | ||
