From 548ed66bdca7186e6d1ebcbdf677404326a2f607 Mon Sep 17 00:00:00 2001 From: shinnok Date: Sat, 30 Jul 2011 12:00:30 +0000 Subject: [PATCH] Note a completed task and update status on antoher in my TODO file. --- todo/shinnok.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/todo/shinnok.txt b/todo/shinnok.txt index c7bb6490b..429006713 100644 --- a/todo/shinnok.txt +++ b/todo/shinnok.txt @@ -1,11 +1,10 @@ In progress: ============ -o Nmap should defer address parsing in arguments until it has read - through all the args. Otherwise you get an error if you use like -S - with an IPv6 address before you put -6 in the command line. You - get a similar problem (on David's IPv6 branch) if you do "-A -6" - (but "-6 -A works properly). +o De-duplicate code by unifying ncat_broker.c and ncat_listen.c code paths, + either as a single file in ncat_listen.c or merge duplicate code in + ncat_listen.c and keep only broker specific code in ncat_broker.c(it it's a + lot of code, otherwise ncat_listen.c would do just fine). Hanging(waiting for further input, etc..): ========================================== @@ -20,11 +19,6 @@ o Review latest revision of Marek's ncat_proxy.patch - DONE Pending: ======== -o De-duplicate code by unifying ncat_broker.c and ncat_listen.c code paths, - either as a single file in ncat_listen.c or merge duplicate code in - ncat_listen.c and keep only broker specific code in ncat_broker.c(it it's a - lot of code, otherwise ncat_listen.c would do just fine). - Pending (low priority): ======================= @@ -79,6 +73,12 @@ o We should offer partial results when a host COMPLETED: ========== +o Nmap should defer address parsing in arguments until it has read + through all the args. Otherwise you get an error if you use like -S + with an IPv6 address before you put -6 in the command line. You + get a similar problem (on David's IPv6 branch) if you do "-A -6" + (but "-6 -A works properly). + o E-mail nmap-dev with QtCreator usage steps for Nmap --