bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] NTLM auth broken in 1.13.4


From: Hrvoje Niksic
Subject: Re: [Bug-wget] NTLM auth broken in 1.13.4
Date: Wed, 10 Jul 2013 22:26:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Giuseppe Scrivano <address@hidden> writes:

> Tom Merriam <address@hidden> writes:
>
>> I built wget with openssl (configure --with-ssl=openssl && make) and I
>> am able to authenticate against my server.
>>
>> Is this a bug with wget, gnutls, or with the way debian builds wget?
>
> I am quite sure that this is a bug in wget.

The NTLM code kindly donated by Daniel has always required OpenSSL.
configure.ac says:

    dnl Enable NTLM if requested and if SSL is available.
    if test x"$LIBSSL" != x || test "$ac_cv_lib_ssl32_SSL_connect" = yes
    then
      if test x"$ENABLE_NTLM" != xno
      then
        AC_DEFINE([ENABLE_NTLM], 1,
         [Define if you want the NTLM authorization support compiled in.])
        AC_LIBOBJ([http-ntlm])
      fi
    ...

Updating the code to also support GNU/TLS appears straightforward.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]