1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-18 04:19:00 +00:00
This commit is contained in:
fyodor
2009-06-04 02:42:33 +00:00
parent c5d5b47769
commit 722009d907

View File

@@ -1,11 +1,5 @@
TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*-
o [NSE] Script scanning does not seem to work on Fyodor's Linux
machines after being installed from latest SVN (or 4.85BETA9) and run
as a non-root user (it works fine as root). The command "nmap -sC
localhost" leads to NSE failure messages which differ based on the
exact version run.
o Build x86 VM instance for RPM building. [Fyodor]
o Look into building RPMs with SSL support. Statically linking to
@@ -575,6 +569,13 @@ o random tip database
DONE:
o [NSE] Script scanning does not seem to work on Fyodor's Linux
machines after being installed from latest SVN (or 4.85BETA9) and run
as a non-root user (it works fine as root). The command "nmap -sC
localhost" leads to NSE failure messages which differ based on the
exact version run. [Was a relatively simple permissions problem in
our Makefile.in -- I fixed it]
o [NSE] Release socket locks on connection failure or
timeout. [Patrick]