From e91c17f7a98e26041853173f0b3f487884531fdf Mon Sep 17 00:00:00 2001 From: shinnok Date: Wed, 13 Jul 2011 17:55:24 +0000 Subject: [PATCH] Add a new task in my TODO file and note a completed one. --- todo/shinnok.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/todo/shinnok.txt b/todo/shinnok.txt index 53eacb9d1..bba43d27f 100644 --- a/todo/shinnok.txt +++ b/todo/shinnok.txt @@ -35,8 +35,6 @@ o Pending uncompleted SSL handshakes when in --exec* listening mode make http://seclists.org/nmap-dev/2011/q2/988 --- -o Fix ncat.xml(the input for the man page) examples section. - o NMAP reports different service results every so often with the same port. http://seclists.org/nmap-dev/2011/q2/815 @@ -47,6 +45,10 @@ 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): ======================= @@ -104,6 +106,9 @@ o We should offer partial results when a host COMPLETED: ========== +o Fix ncat.xml(the input for the man page) examples section. - David came up + with the final right fix on this one. + o Ncat should close its socket and refuse further connections after the first one, if invoked without --keep-open. That's what traditional netcat does too. - DONE [r24197]