From df4c69306bf93293dfa2c3bedb43bd967c529ec4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 23 Dec 2013 13:31:19 +0000 Subject: [PATCH] New todo file for me. --- todo/dmiller.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 todo/dmiller.txt diff --git a/todo/dmiller.txt b/todo/dmiller.txt new file mode 100644 index 000000000..d42c7dee7 --- /dev/null +++ b/todo/dmiller.txt @@ -0,0 +1,20 @@ +* Make Zenmap unit tests work. Guessing lots don't, since r32569 fixed real code + that matched some unit tests, too. + +* Make sure Ndiff, Zenmap are 2to3 compatible with python -3 + +* make build process detect Python major version (2 or 3). Breaks on Arch Linux, + which uses Python 3 by default. + +* Script to check for updated versions of included libs. Have shell for libpcap, + but should convert to python. + +* Get rid of global_structures.h (integrate into more-specific header files) + +* NSE stuff + * sstp-discover - review and commit + * broadcast-srvloc-info - test + * broadcast-rpcbind - write, test + * Patrik's tns lib and oracle scripts + +* Grock libdnet, consider separate release?