From 953a1eab05e30283f784cc388bc0d43faf1feb66 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 6 Jan 2010 05:54:55 +0000 Subject: [PATCH] Merge r16378:16395 from /nmap-exp/david/ncat-exec. This adds caretaker handling of subprocesses to enable options like --ssl and --output with --exec and --sh-exec. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d58cd3178..380b18ed0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Nmat] The --ssl, --output, and --hex-dump options now work with + --exec and --sh-exec. This is done by forking a separate process to + handle network communications and relay the data to the subprocess. + [Venkat, David] + o [Zenmap] The locale setting had been taken from the Windows locale, which inadvertently made setting the locale with the LANG environment variable stop working. Now the LANG variable is examined