From d011afb07c2d4eac1434a7f596f92d90b0ea5e21 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 5 Jun 2009 02:30:58 +0000 Subject: [PATCH] [Ncat] Handling of newlines on Windows has been improved. CRLF is automatically converted to bare LF when input is from the console, but not when it is from a pipe or a file. No newline translation is done on output (it was being done before). This makes it possible to transfer binary files with Ncat on Windows without any corruption. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index da8be426c..5997d4b5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Handling of newlines on Windows has been improved. CRLF is + automatically converted to bare LF when input is from the console, but + not when it is from a pipe or a file. No newline translation is done + on output (it was being done before). This makes it possible to + transfer binary files with Ncat on Windows without any corruption. + [David] + o Added initial SCTP port scanning support to Nmap. SCTP is a layer 4 protocol used mostly for telephony related applications. This brings the following new features: