mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add a couple other improvements we forgot to include in the changelog
This commit is contained in:
@@ -62,6 +62,10 @@ o [NSE][GH#2208][GH#2203] SMB2 dialect handling has been
|
||||
* Dialect names are aligned with Microsoft, such as 3.0.2, instead of
|
||||
3.02 [nnposter]
|
||||
|
||||
o [GH#2350] Upgraded OpenSSL to version 1.1.1k. This addresses some
|
||||
CVE's which don't affect Nmap in a material way. Details:
|
||||
https://github.com/nmap/nmap/issues/2350
|
||||
|
||||
o Removed support for the ancient WinPcap library since we already include
|
||||
our own Npcap library (https://npcap.org) supporting the same API. WinPcap
|
||||
was abandoned years ago and it's official download page says that "WE
|
||||
@@ -72,6 +76,9 @@ o [GH#2257] Fix an issue in addrset matching that was causing all targets to
|
||||
be excluded if the --excludefile listed a CIDR range that contains an
|
||||
earlier, smaller CIDR range. [Daniel Miller]
|
||||
|
||||
o Upgrade the Windows NSIS installer to use the latest NSIS 3 (version
|
||||
3.07) instead of the previous NSIS 2 generation.
|
||||
|
||||
o Setting --host-timeout=0 will disable the host timeout, which is set by
|
||||
-T5 to 15 minutes. Earlier versions of Nmap require the user to specify a
|
||||
very long timeout instead.
|
||||
|
||||
@@ -431,11 +431,11 @@ typedef uLong FAR uLongf;
|
||||
typedef unsigned long z_crc_t;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
|
||||
#if 1 /* was set to #if 1 by ./configure */
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
|
||||
#if 1 /* was set to #if 1 by ./configure */
|
||||
# define Z_HAVE_STDARG_H
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user