mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add to CHANGELOG:
o [Ncat] Fixed the combination of --max-conns and --exec on Windows. The count of connected clients was not decreased when the program spawned by --exec finished. With --max-conns 5, for example, no more connections would be allowed after the fifth, even if some of the earlier ones had ended. Jon Greaves reported the problem and Venkat contributed a patch. o [Ncat] The code that manages the count of connected clients has been made robust with respect to signals. The code was contributed by Solar Designer.
This commit is contained in:
parent
4467a32059
commit
020fcc0b62
1 changed files with 11 additions and 0 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,5 +1,16 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] Fixed the combination of --max-conns and --exec on Windows.
|
||||
The count of connected clients was not decreased when the program
|
||||
spawned by --exec finished. With --max-conns 5, for example, no more
|
||||
connections would be allowed after the fifth, even if some of the
|
||||
earlier ones had ended. Jon Greaves reported the problem and Venkat
|
||||
contributed a patch.
|
||||
|
||||
o [Ncat] The code that manages the count of connected clients has been
|
||||
made robust with respect to signals. The code was contributed by
|
||||
Solar Designer.
|
||||
|
||||
o The files read by the -iL (input from file) and --excludefile
|
||||
options now support comments that start with # and go to the end of
|
||||
the line. This was implemented by Tom Sellers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue