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-03-29 01:39:47 +0100
commite08f96cf1105a3ee9a23de7102d593443e031e0c (patch)
tree9c93015f3103621c06f793f2b35e040c08355fd4 /auth-options.h
parent1e06dfb99d3a59ef0b0a804ed1c2a590b3fab71c (diff)
Quieten logs when multiple from= restrictions are used
Bug-Debian: http://bugs.debian.org/630606 Forwarded: no Last-Update: 2013-09-14 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 52cbb42aa..823552761 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 *, char *, u_long); 37int auth_parse_options(struct passwd *, char *, 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 **);