summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-07-28 14:32:20 +0100
committerColin Watson <cjwatson@debian.org>2011-07-28 14:32:20 +0100
commit7a15b74572af22c2642ce0b125a90f35a92a10b4 (patch)
tree5a93c65cbc21e3657703863169a17390da156e6b /auth-options.h
parentb231e29fdc2c76309619e2fbc45e5779df4fe147 (diff)
Quieten logs when multiple from= restrictions are used in different
authorized_keys lines for the same key; it's still not ideal, but at least you'll only get one log entry per key (closes: #630606).
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 7455c9454..a3f0a02da 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(Key *, struct passwd *); 39int auth_cert_options(Key *, struct passwd *);