Home
last modified time | relevance | path

Searched defs:Authctxt (Results 1 – 7 of 7) sorted by relevance

/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth.h53 struct Authctxt { struct
58 int attempt;
59 int failures;
61 int force_pwchange;
63 char *service;
65 char *style;
72 void *methoddata;
73 void *kbdintctxt;
75 auth_session_t *as;
82 char *krb5_ccname;
[all …]
H A Dsshconnect2.c312 typedef struct cauthctxt Authctxt; typedef
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth.h55 struct Authctxt { struct
60 int attempt;
61 int failures;
63 int force_pwchange;
65 char *service;
67 char *style;
74 void *methoddata;
75 void *kbdintctxt;
77 auth_session_t *as;
84 char *krb5_ccname;
[all …]
H A Dsshconnect2.c244 typedef struct cauthctxt Authctxt; typedef
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dauth.h45 typedef struct Authctxt Authctxt; typedef
49 struct Authctxt { struct
50 sig_atomic_t success;
54 int attempt;
55 int failures;
56 int server_caused_failure;
57 int force_pwchange;
59 char *service;
61 char *style;
62 void *kbdintctxt;
[all …]
H A Dsshconnect2.c240 typedef struct Authctxt Authctxt; typedef
256 struct Authctxt { struct
276 int (*userauth)(Authctxt *authctxt); argument
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dauth.h45 typedef struct Authctxt Authctxt; typedef
49 struct Authctxt { struct
50 sig_atomic_t success;
54 int attempt;
55 int failures;
56 int force_pwchange;
58 char *service;
59 struct passwd *pw; /* set if 'valid' */
60 char *style;
61 void *kbdintctxt;
[all …]