RE: [PATCH v2] cmake: fix NTLM detection and add Kerberos feature

2014-11-19 Thread Steve Holme
On Wed, 19 Nov 2014, Peter Wu wrote: > As I was involved in the original changes on which this is based I have > pushed - however I have split the NTLM and Kerberos change as one > is a fix and the other an addition. > > By the way, I noticed that the author URL contains the four characters > "_at

Re: [PATCH v2] cmake: fix NTLM detection and add Kerberos feature

2014-11-19 Thread Peter Wu
On Wednesday 19 November 2014 19:59:09 Steve Holme wrote: > On Wed, 19 Nov 2014, Peter Wu wrote: > > > Based on recent configure patches: > > > >eda919f configure: Added krb5 to the supported features > >f0d860d configure: Fixed NTLM missing from features when > > CURL_DISABLE_HTTP define

RE: [PATCH v2] cmake: fix NTLM detection and add Kerberos feature

2014-11-19 Thread Steve Holme
On Wed, 19 Nov 2014, Peter Wu wrote: > Based on recent configure patches: > >eda919f configure: Added krb5 to the supported features >f0d860d configure: Fixed NTLM missing from features when CURL_DISABLE_HTTP > defined >fe0f896 configure: assume krb5 when gss-api works >676d62f co