summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-08-24 12:49:36 +0100
committerColin Watson <cjwatson@debian.org>2018-08-24 12:49:36 +0100
commite6547182a54f0f268ee36e7c99319eeddffbaff2 (patch)
tree417527229ad3f3764ba71ea383f478a168895087 /auth.h
parented6ae9c1a014a08ff5db3d768f01f2e427eeb476 (diff)
parent71508e06fab14bc415a79a08f5535ad7bffa93d9 (diff)
Import openssh_7.8p1.orig.tar.gz
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/auth.h b/auth.h
index 23ce67caf..977562f0a 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.95 2018/03/03 03:15:51 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.96 2018/04/10 00:10:49 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -89,7 +89,7 @@ struct Authctxt {
89 struct sshkey **prev_keys; 89 struct sshkey **prev_keys;
90 u_int nprev_keys; 90 u_int nprev_keys;
91 91
92 /* Last used key and ancilliary information from active auth method */ 92 /* Last used key and ancillary information from active auth method */
93 struct sshkey *auth_method_key; 93 struct sshkey *auth_method_key;
94 char *auth_method_info; 94 char *auth_method_info;
95 95
@@ -187,8 +187,6 @@ int auth2_challenge(struct ssh *, char *);
187void auth2_challenge_stop(struct ssh *); 187void auth2_challenge_stop(struct ssh *);
188int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **); 188int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
189int bsdauth_respond(void *, u_int, char **); 189int bsdauth_respond(void *, u_int, char **);
190int skey_query(void *, char **, char **, u_int *, char ***, u_int **);
191int skey_respond(void *, u_int, char **);
192 190
193int allowed_user(struct passwd *); 191int allowed_user(struct passwd *);
194struct passwd * getpwnamallow(const char *user); 192struct passwd * getpwnamallow(const char *user);
@@ -239,8 +237,6 @@ pid_t subprocess(const char *, struct passwd *,
239 237
240int sys_auth_passwd(struct ssh *, const char *); 238int sys_auth_passwd(struct ssh *, const char *);
241 239
242#define SKEY_PROMPT "\nS/Key Password: "
243
244#if defined(KRB5) && !defined(HEIMDAL) 240#if defined(KRB5) && !defined(HEIMDAL)
245#include <krb5.h> 241#include <krb5.h>
246krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *); 242krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);