Home | History | Annotate | Download | only in lib

Lines Matching full:gss

71   /* Needs GSS-API authentication */
86 unsigned char socksreq[4]; /* room for GSS-API exchange header only */
90 /* GSS-API request looks like
196 socksreq[0] = 1; /* GSS-API subnegotiation version */
247 /* GSS-API response looks like
324 infof(data, "SOCKS5 server authencticated user %s with GSS-API.\n",
329 socksreq[0] = 1; /* GSS-API subnegotiation version */
340 infof(data, "SOCKS5 server supports GSS-API %s data protection.\n",
359 * first version of the SOCKS/GSS-API protocol
366 * - "token" is the GSS-API encapsulated protection level
588 (socksreq[0]==0)?"out GSS-API data":
589 ((socksreq[0]==1)?" GSS-API integrity":" GSS-API confidentiality"));