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