Searched defs:cauthctxt (Results 1 – 1 of 1) sorted by relevance
273 struct cauthctxt { struct274 const char *server_user;275 const char *local_user;276 const char *host;277 const char *service;278 struct cauthmethod *method;279 sig_atomic_t success;280 char *authlist;283 gss_OID_set gss_supported_mechs;284 u_int mech_tried;[all …]