Nmap Development mailing list archives

Re: NCat Proxy Support - Proxy-Authenticate


From: David Fifield <david () bamsoftware com>
Date: Thu, 2 Dec 2010 11:16:57 -0800

On Thu, Dec 02, 2010 at 04:47:39PM +0100, Florian Roth wrote:

I compiled it again with ALL CAPS and it works as expected. 

/* http.c */
if (strcmp(scheme, "BASIC") == 0) { ...

Something must have gone wrong with your update. That line of code in
http.c is different since r21227:

    if (str_equal_i(scheme, "Basic")) {

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: