Searched defs:cauthctxt (Results 1 – 1 of 1) sorted by relevance
312 struct cauthctxt { struct313 const char *server_user;314 const char *local_user;315 const char *host;316 const char *service;317 struct cauthmethod *method;318 sig_atomic_t success;319 char *authlist;322 gss_OID_set gss_supported_mechs;323 u_int mech_tried;[all …]