1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 18:29:03 +00:00

CHANGELOG:

o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
  every port (when it was selected, which it was not by default).
  Daniel Miller reported the bug. [Patrick]
This commit is contained in:
david
2011-02-01 21:28:06 +00:00
parent 21113fdfa9
commit c68449d5b3

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*- # Nmap Changelog ($Id$); -*-text-*-
o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
every port (when it was selected, which it was not by default).
Daniel Miller reported the bug. [Patrick]
o [NSE] Made it a controlled Lua stack trace instead of a fatal error o [NSE] Made it a controlled Lua stack trace instead of a fatal error
when an NSE script sets a negative socket timeout. Vlatko Kosturjak when an NSE script sets a negative socket timeout. Vlatko Kosturjak
reported the bug. [David] reported the bug. [David]