cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Patch to allow GSSAPI authentication to a socks5 server

From: Markus Moeller <huaraz_at_moeller.plus.com>
Date: Mon, 12 Jan 2009 23:05:38 -0000

"Quanah Gibson-Mount" <quanah_at_zimbra.com> wrote in message
news:2369E46FF2E59D0026BB78EB@[192.168.1.199]...
> --On Monday, January 12, 2009 10:18 PM +0100 Daniel Stenberg
> <daniel_at_haxx.se> wrote:
>
>> On Sun, 11 Jan 2009, Markus Moeller wrote:
>>
>>> Please find attached a patch to curl 7.19.2 which adds Socks5 GSSAPI
>>> authentication. It works on Unix and Windows.
>>
>> Thanks a lot! Here follows my comments on it:
>
> Does it work with both Heimdal & MIT libs?
>

It does as is for MIT libs.
With
#ifndef gss_nt_service_name
#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE
#endif
in socks_gssapi.c it works for Heimdal too, which I will add.

It should work for any other MIT version like SEAM(Sun) and NAS(IBM) too.

> --Quanah
>
> --
>
> Quanah Gibson-Mount
> Principal Software Engineer
> Zimbra, Inc
> --------------------
> Zimbra :: the leader in open source messaging and collaboration
>

Regards
Markus
Received on 2009-01-13