From b8346c1d820d480a09f0e1eb5cf111ff3a1df0c6 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 30 Nov 2010 09:06:28 +0000 Subject: [PATCH] o [Ncat] Ncat now uses case-insensitive string comparison when checking authentication schemes and parameters. Florian Roth found a server offering "BASIC" instead of "Basic", and the HTTP RFC requires case-insensitive comparisons in most places. [David] --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 74a264976..dd4d5f4a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Ncat now uses case-insensitive string comparison when + checking authentication schemes and parameters. Florian Roth found a + server offering "BASIC" instead of "Basic", and the HTTP RFC + requires case-insensitive comparisons in most places. [David] + o [NSE] Added the hddtemp-info script from Toni Ruotto, which gets hard drive temperatures from the hddtemp service.