From 741a9ddbf439771716173f03816dc2c36596f4dd Mon Sep 17 00:00:00 2001 From: david Date: Mon, 5 Apr 2010 23:02:11 +0000 Subject: [PATCH] Change Ncat's fix_line_endings to take a state pointer, used to remember if the previous read ended with \r. If the next read starts with \n, we shouldn't insert an extra \r before it. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e975f2dfb..d67af3687 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Fixed the --crlf option not to insert an extra \r byte in the + case that one system read ends with \r and the next begins with \n + (should be rare). [David] + o [NSE] Added a library for Microsoft SQL Server and 7 new scripts. The new scripts are: - ms-sql-brute.nse uses the unpwdb library to guess credentials for MSSQL