Searched refs:sshauthopt (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth-options.h33 * sshauthopt represents key options parsed from authorized_keys or
36 struct sshauthopt { struct
82 struct sshauthopt *sshauthopt_new(void);
83 struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
84 void sshauthopt_free(struct sshauthopt *opts);
85 struct sshauthopt *sshauthopt_copy(const struct sshauthopt *orig);
86 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
87 int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
93 struct sshauthopt *sshauthopt_pars
[all...]
H A Dauth.h52 struct sshauthopt;
145 int, struct sshauthopt **);
210 const struct sshauthopt *auth_options(struct ssh *);
211 int auth_activate_options(struct ssh *, struct sshauthopt *);
213 void auth_log_authopts(const char *, const struct sshauthopt *, int);
226 int auth_authorise_keyopts(struct passwd *, struct sshauthopt *, int,
229 const char *, struct sshauthopt **);
231 const struct sshkey_cert *, struct sshauthopt **);
233 char *, const char *, const char *, const char *, struct sshauthopt **);
235 struct sshkey *, const char *, const char *, struct sshauthopt **);
[all...]
H A Dmonitor_wrap.h41 struct sshauthopt;
57 int, struct sshauthopt **);
59 struct sshauthopt **);
H A Dauth-options.c77 cert_option_list(struct sshauthopt *opts, struct sshbuf *oblob,
194 struct sshauthopt *
197 struct sshauthopt *ret;
206 sshauthopt_free(struct sshauthopt *opts)
233 struct sshauthopt *
236 struct sshauthopt *ret = NULL;
323 struct sshauthopt *
328 struct sshauthopt *ret = NULL;
502 struct sshauthopt *
505 struct sshauthopt *re
[all...]
H A Dauth2-pubkeyfile.c65 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts,
183 const char *loc, struct sshauthopt **authoptsp)
188 struct sshauthopt *opts = NULL;
233 const struct sshkey_cert *cert, struct sshauthopt **authoptsp)
276 struct sshauthopt **authoptsp)
280 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL;
418 const char *remote_host, struct sshauthopt **authoptsp)
425 struct sshauthopt *opts = NULL;
H A Dauth2-pubkey.c105 struct sshauthopt *authopts = NULL;
324 struct sshkey_cert *cert, struct sshauthopt **authoptsp)
350 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
488 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
492 struct sshauthopt *principals_opts = NULL, *cert_opts = NULL;
493 struct sshauthopt *final_opts = NULL;
595 struct sshauthopt **authoptsp)
624 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
759 int auth_attempt, struct sshauthopt **authoptsp)
763 struct sshauthopt *opt
[all...]
H A Dauth.c79 extern struct sshauthopt *auth_opts;
813 /* Log sshauthopt options locally and (optionally) for remote transmission */
815 auth_log_authopts(const char *loc, const struct sshauthopt *opts, int do_remote)
885 auth_activate_options(struct ssh *ssh, struct sshauthopt *opts)
887 struct sshauthopt *old = auth_opts;
902 struct sshauthopt *restricted;
906 /* A blank sshauthopt defaults to permitting nothing */
H A Dmonitor_wrap.c426 int pubkey_auth_attempt, struct sshauthopt **authoptp)
441 struct sshkey *key, int pubkey_auth_attempt, struct sshauthopt **authoptp)
446 struct sshauthopt *opts = NULL;
H A Dmonitor.c100 extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */
147 static struct sshauthopt *key_opts = NULL;
1149 struct sshauthopt *opts = NULL;
H A Dauth-pam.c325 extern struct sshauthopt *auth_opts;
H A Dserverloop.c91 extern struct sshauthopt *auth_opts;
H A Dsession.c132 extern struct sshauthopt *auth_opts;
287 set_fwdpermit_from_authopts(struct ssh *ssh, const struct sshauthopt *opts)
H A Dsshd.c248 struct sshauthopt *auth_opts = NULL;
H A Dsshconnect2.c81 struct sshauthopt *auth_opts;

Completed in 286 milliseconds