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