From 6f910154b5ecd6ecea435df5cb479ceb832136a9 Mon Sep 17 00:00:00 2001 From: sean Date: Sun, 1 Jul 2012 17:48:46 +0000 Subject: [PATCH] Added my name to the changelog to match the rest of the style. Also added a note about the error message WSAENETRESET. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e002b9d4d..b7b99afd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ # 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 [NSE] Added http-sitemap-generator script which spiders a web server and displays its directory structure along with number and types @@ -13,7 +14,7 @@ o [NSE] Added the script firewall-bypass which detects a vulnerability in 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 +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