Re: [PATCH] http: Control GSSAPI credential delegation.

2016-09-28 Thread Junio C Hamano
Petr Stodulka writes: > However, I discuss it with libcurl maintainer and he confirm that this > option can be required in some cases and this is what I need to do. > this already. I tested just setting of parameter in libcurl according > to description and nothing else

Re: [PATCH] http: Control GSSAPI credential delegation.

2016-09-28 Thread Petr Stodulka
On 28.9.2016 19:16, Jeff King wrote: > On Wed, Sep 28, 2016 at 06:05:52PM +0200, Petr Stodulka wrote: > >> Delegation of credentials is disabled by default in libcurl since >> version 7.21.7 due to security vulnerability CVE-2011-2192. Which >> makes troubles with GSS/kerberos authentication

Re: [PATCH] http: Control GSSAPI credential delegation.

2016-09-28 Thread Jeff King
On Wed, Sep 28, 2016 at 06:05:52PM +0200, Petr Stodulka wrote: > Delegation of credentials is disabled by default in libcurl since > version 7.21.7 due to security vulnerability CVE-2011-2192. Which > makes troubles with GSS/kerberos authentication where delegation > of credentials is required.

Re: [PATCH] http: Control GSSAPI credential delegation.

2016-09-28 Thread Petr Stodulka
On 28.9.2016 18:05, Petr Stodulka wrote: > Delegation of credentials is disabled by default in libcurl since > version 7.21.7 due to security vulnerability CVE-2011-2192. Which > makes troubles with GSS/kerberos authentication where delegation > of credentials is required. This can be changed