mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +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:
parent
641a5ff24c
commit
953a1eab05
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue