Lines Matching full:gss
70 /* Needs GSS-API authentication */
85 unsigned char socksreq[4]; /* room for GSS-API exchange header only */
88 /* GSS-API request looks like
195 socksreq[0] = 1; /* GSS-API subnegotiation version */
246 /* GSS-API response looks like
323 infof(data, "SOCKS5 server authencticated user %s with GSS-API.\n",
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
587 (socksreq[0]==0)?"out GSS-API data":
588 ((socksreq[0]==1)?" GSS-API integrity":" GSS-API confidentiality"));