1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Format CHANGELOG: wrap text at 80 and hanging indent

This commit is contained in:
dmiller
2012-07-02 15:39:35 +00:00
parent e97449e062
commit 5178fe236e

View File

@@ -1,5 +1,7 @@
# Nmap Changelog ($Id$); -*-text-*-
o Added handling for the unexpected error WSAENETRESET (10052). This error is currently wrapped in the ifdef for WIN32 as there error appears to be unique to windows [Sean Rivera]
o Added handling for the unexpected error WSAENETRESET (10052). This error is
currently wrapped in the ifdef for WIN32 as there error appears to be unique
to windows [Sean Rivera]
o [NSE] Added http-sitemap-generator script which spiders a web server
and displays its directory structure along with number and types
@@ -12,9 +14,10 @@ o [NSE] Added the script firewall-bypass which detects a vulnerability in
netfilter and other firewalls that use helpers to dynamically open ports for
protocols such as ftp and sip. [Hani Benhabiles]
o Removed the log_errors variable. (Treating it as true everywhere). This change
did not effect the support for older scripts that still call it. However nmap --log-errors
now does nothing. Also updated the documentation to reflect this change[Sean Rivera]
o Removed the log_errors variable. (Treating it as true everywhere). This
change did not effect the support for older scripts that still call it.
However nmap --log-errors now does nothing. Also updated the documentation to
reflect this change[Sean Rivera]
o Reduced the size of Port structures by about two thirds (from 176 to
64 bytes on x86_64). They had accidentally been made bigger than