Nmap Development mailing list archives

Re: [nmap-svn] r31306 - nmap/todo


From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Wed, 10 Jul 2013 17:13:42 +0200

10/07/2013, 15:15:20 commit-mailer () nmap org commit-mailer () nmap org:
Author: d33tah
Date: Wed Jul 10 15:15:20 2013
New Revision: 31306

Log:
mark the SIGPIPE as done


Modified:
   nmap/todo/nmap.txt

Modified: nmap/todo/nmap.txt
============================================================================
== --- nmap/todo/nmap.txt     (original)
+++ nmap/todo/nmap.txt        Wed Jul 10 15:15:20 2013
@@ -19,13 +19,6 @@
   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 @@

 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

_______________________________________________
Sent through the svn mailing list
http://nmap.org/mailman/listinfo/svn

BTW, did I place it correctly or should it go to the end of the list? And why 
are we keeping the list of done items?
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: