mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 16:06:33 +00:00
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]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user