From eba4e034f7d2437ed416f85f860872044b4bd2b2 Mon Sep 17 00:00:00 2001 From: d33tah Date: Wed, 10 Jul 2013 15:15:20 +0000 Subject: [PATCH] mark the SIGPIPE as done --- todo/nmap.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 665b5115d..c26dae78c 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -19,13 +19,6 @@ o Nping in ICMP mode (default) must not be checking the icmp IDs or from the other nping (as well as its own) and it screws up the timing stats too. -o Make Ncat reset the signal handler for SIGPIPE to SIG_DFL before - execing a program with --exec and friends. A "broken pipe" error in - a subprocess should kill the subprocess. Lack of default SIGPIPE - handling is what prevents a trivial Lua chargen script--it loops - forever after the socket disconnects because none of its writes - fail. Cf. http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009-07-02-python-sigpipe.html. - o Update CHANGELOG for new release o New Nmap Release @@ -740,6 +733,13 @@ o random tip database DONE: +o Make Ncat reset the signal handler for SIGPIPE to SIG_DFL before + execing a program with --exec and friends. A "broken pipe" error in + a subprocess should kill the subprocess. Lack of default SIGPIPE + handling is what prevents a trivial Lua chargen script--it loops + forever after the socket disconnects because none of its writes + fail. Cf. http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009-07-02-python-sigpipe.html. + o [Nping] In '-q' mode, Nping should keep the line giving the min/max/avg rtt times. That way people can avoid seeing each individual packet but still see the stats which are similar to what normal ping gives