Lines Matching full:gss
43 * Helper GSS-API error functions.
60 /* convert major status code (GSS-API error) to text */
94 failf(data, "GSS-API error: %s failed:\n%s", function, buf);
122 unsigned char socksreq[4]; /* room for GSS-API exchange header only */
125 /* GSS-API request looks like
187 failf(data, "Failed to initial GSS-API token.");
192 socksreq[0] = 1; /* GSS-API subnegotiation version */
199 failf(data, "Failed to send GSS-API authentication request.");
211 failf(data, "Failed to send GSS-API authentication token.");
227 /* GSS-API response looks like
237 failf(data, "Failed to receive GSS-API authentication response.");
253 failf(data, "Invalid GSS-API authentication response type (%d %d).",
267 "Could not allocate memory for GSS-API authentication "
278 failf(data, "Failed to receive GSS-API authentication token.");
323 infof(data, "SOCKS5 server authencticated user %s with GSS-API.\n",user);
328 socksreq[0] = 1; /* GSS-API subnegotiation version */
339 infof(data, "SOCKS5 server supports GSS-API %s data protection.\n",
358 * first version of the SOCKS/GSS-API protocol
365 * - "token" is the GSS-API encapsulated protection level
394 failf(data, "Failed to wrap GSS-API encryption value into token.");
405 failf(data, "Failed to send GSS-API encryption request.");
415 failf(data, "Failed to send GSS-API encryption type.");
424 failf(data, "Failed to send GSS-API encryption type.");
434 failf(data, "Failed to receive GSS-API encryption response.");
448 failf(data, "Invalid GSS-API encryption response type (%d %d).",
467 failf(data, "Failed to receive GSS-API encryptrion type.");
482 failf(data, "Failed to unwrap GSS-API encryption value into token.");
488 failf(data, "Invalid GSS-API encryption response length (%d).",
500 failf(data, "Invalid GSS-API encryption response length (%d).",
512 (socksreq[0]==0)?"out GSS-API data":
513 ((socksreq[0]==1)?" GSS-API integrity":" GSS-API confidentiality"));