summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:02 +0000
committerColin Watson <cjwatson@debian.org>2017-10-04 13:54:48 +0100
commit50e9edb57b6808cbbf63fe3433febb103baac1e8 (patch)
treefc751a3326cc04f9392f2a08f48791e9f8a2cff5 /auth-options.h
parentf500e89e2310f6308a998357d72d767e3b01553c (diff)
Quieten logs when multiple from= restrictions are used
Bug-Debian: http://bugs.debian.org/630606 Forwarded: no Last-Update: 2017-10-04 Patch-Name: auth-log-verbosity.patch
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-options.h b/auth-options.h
index 547f01635..4de0f14dc 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -33,6 +33,7 @@ extern int forced_tun_device;
33extern int key_is_cert_authority; 33extern int key_is_cert_authority;
34extern char *authorized_principals; 34extern char *authorized_principals;
35 35
36void auth_start_parse_options(void);
36int auth_parse_options(struct passwd *, char *, const char *, u_long); 37int auth_parse_options(struct passwd *, char *, const char *, u_long);
37void auth_clear_options(void); 38void auth_clear_options(void);
38int auth_cert_options(struct sshkey *, struct passwd *, const char **); 39int auth_cert_options(struct sshkey *, struct passwd *, const char **);