1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 21:09:00 +00:00

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.
This commit is contained in:
david
2010-01-06 05:54:55 +00:00
parent 641a5ff24c
commit 953a1eab05

View File

@@ -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