HomeSort by: relevance | last modified time | path
    Searched refs:sshauthopt (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 33 * 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_parse(const char *s, const char **errstr)
    [all...]
auth.h 50 struct sshauthopt;
147 int, struct sshauthopt **);
210 int auth_activate_options(struct ssh *, struct sshauthopt *);
212 void auth_log_authopts(const char *, const struct sshauthopt *, int);
225 int auth_authorise_keyopts(struct passwd *, struct sshauthopt *, int,
228 const char *, struct sshauthopt **);
230 const struct sshkey_cert *, struct sshauthopt **);
232 char *, const char *, const char *, const char *, struct sshauthopt **);
234 struct sshkey *, const char *, const char *, struct sshauthopt **);
monitor_wrap.h 42 struct sshauthopt;
59 int, struct sshauthopt **);
61 struct sshauthopt **);
auth-options.c 77 cert_option_list(struct sshauthopt *opts, struct sshbuf *oblob,
195 struct sshauthopt *
198 struct sshauthopt *ret;
207 sshauthopt_free(struct sshauthopt *opts)
234 struct sshauthopt *
237 struct sshauthopt *ret = NULL;
324 struct sshauthopt *
329 struct sshauthopt *ret = NULL;
503 struct sshauthopt *
506 struct sshauthopt *ret
    [all...]
auth2-pubkeyfile.c 67 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts,
188 const char *loc, struct sshauthopt **authoptsp)
193 struct sshauthopt *opts = NULL;
238 const struct sshkey_cert *cert, struct sshauthopt **authoptsp)
281 struct sshauthopt **authoptsp)
285 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL;
432 const char *remote_host, struct sshauthopt **authoptsp)
439 struct sshauthopt *opts = NULL;
auth2-pubkey.c 107 struct sshauthopt *authopts = NULL;
327 struct sshkey_cert *cert, struct sshauthopt **authoptsp)
333 struct sshauthopt *opts = NULL;
384 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
522 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
526 struct sshauthopt *principals_opts = NULL, *cert_opts = NULL;
527 struct sshauthopt *final_opts = NULL;
635 struct sshauthopt **authoptsp)
664 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
799 int auth_attempt, struct sshauthopt **authoptsp
    [all...]
auth.c 79 extern struct sshauthopt *auth_opts;
733 /* Log sshauthopt options locally and (optionally) for remote transmission */
735 auth_log_authopts(const char *loc, const struct sshauthopt *opts, int do_remote)
805 auth_activate_options(struct ssh *ssh, struct sshauthopt *opts)
807 struct sshauthopt *old = auth_opts;
823 struct sshauthopt *restricted;
827 /* A blank sshauthopt defaults to permitting nothing */
monitor_wrap.c 515 int pubkey_auth_attempt, struct sshauthopt **authoptp)
530 struct sshkey *key, int pubkey_auth_attempt, struct sshauthopt **authoptp)
535 struct sshauthopt *opts = NULL;
monitor.c 104 extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */
153 static struct sshauthopt *key_opts = NULL;
1342 struct sshauthopt *opts = NULL;
sshd-auth.c 162 struct sshauthopt *auth_opts = NULL;
auth-pam.c 323 extern struct sshauthopt *auth_opts;
serverloop.c 91 extern struct sshauthopt *auth_opts;
sshd-session.c 206 struct sshauthopt *auth_opts = NULL;
session.c 129 extern struct sshauthopt *auth_opts;
259 set_fwdpermit_from_authopts(struct ssh *ssh, const struct sshauthopt *opts)
sshconnect2.c 76 struct sshauthopt *auth_opts;

Completed in 56 milliseconds