From 296d76d3acac165a9063e848adb95f7291acab7b Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 5 Dec 2012 19:59:16 +0000 Subject: [PATCH] task updates from discussions w/David --- todo/nmap.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index e20ebba04..61234981c 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -1,23 +1,19 @@ TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*- -o Upgrade Mac Mini to Mac OS X 10.8 (Mountain Lion) and test building - as well as testing usage of our normal builds (which we currently - build on 10.6). +o We should document Ron's sample script + (http://nmap.org/svn/docs/sample-script.nse) in docs/scripting.xml + so that new script writers know about it. o Remove the -q/FAKE_ARGV stuff from Nmap, since I don't think people use that any more. o Complete migration away from Syn colocated machine - - Move submission CGIs to web + - [Done - actually was already on web] Move submission CGIs to web - Make sure notification still works - Mailman - - Install mailman software on web, including CGIs + - [Done] Install mailman software on web, including CGIs - Migrate mailing lists to web -o Make a branch from the 6.20BETA1 release (r30266) for new stable - release, apply any important bugfix patches from the meantime and then - release it after Thanksgiving as new Stable release. - o We should probably redo the Nmap header (e.g. on http://nmap.org) to make it more attractive. Or, at a minimum we should update the screenshots and think about which links we really need (some of those @@ -27,10 +23,6 @@ o NSE digest auth should use the more robust parsing from http.parse_www_authenticate as described at http://seclists.org/nmap-dev/2012/q3/868 -o We should document Ron's sample script - (http://nmap.org/svn/docs/sample-script.nse) in docs/scripting.xml - so that new script writers know about it. - o Nmap Network Scanning, 2nd Edition work [placeholder] o Add IPv6 subnet/pattern support like we offer for IPv4. @@ -675,6 +667,14 @@ o random tip database DONE: +o Upgrade Mac Mini to Mac OS X 10.8 (Mountain Lion) and test building + as well as testing usage of our normal builds (which we currently + build on 10.6). + +o Make a branch from the 6.20BETA1 release (r30266) for new stable + release, apply any important bugfix patches from the meantime and then + release it after Thanksgiving as new Stable release. + o [NSE] We may want to consider a better exception handling method -- one which doesn't require wrapping every I/O line in its own try function call. David says "Lua has an internal "exception handling"