From d3651a95ee52fc1ca40212074140ccd96008b5d5 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 1 May 2009 22:04:59 +0000 Subject: [PATCH] o [Ncat] Unbreak hostname resolution on BSD systems where a recently fixed libc bug caused getaddrinfo(3) to fail unless a socket type hint is provided. Patch originally provided by Hajimu UMEMOTO of FreeBSD. [Daniel Roethlisberger] --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8bfa690e9..bd666a5bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Unbreak hostname resolution on BSD systems where a recently + fixed libc bug caused getaddrinfo(3) to fail unless a socket type + hint is provided. Patch originally provided by Hajimu UMEMOTO of + FreeBSD. [Daniel Roethlisberger] + o [NSE] Added Boolean Operators for --script. You may now use a boolean operator ("and", "or", or "not") combined with categories, filenames, and filenames with a '*', wildcard, to match many files. This change