From 0970e3c255c54cca789a2a7dedafd3ab32d4fcba Mon Sep 17 00:00:00 2001 From: david Date: Tue, 24 Feb 2009 00:28:35 +0000 Subject: [PATCH] Add to CHANGELOG: o [NSE] A new function stdnse.sleep allows a script to sleep for a given time (and yield control to other scripts). [David] --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 32fd692e4..8acd401e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,9 @@ o The new --stats-every option takes a time interval that controls how when Nmap is run by another program as a subprocess. Thanks to Aleksandar Petrinic for the initial implementation. [David] +o [NSE] A new function stdnse.sleep allows a script to sleep for a + given time (and yield control to other scripts). [David] + o [Ncat] The syntax accepted by the --allow, --deny, --allowfile, and --denyfile options is now the same as Nmap's target specifications. Additionally any errors in the allow or deny specifications are