1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-29 17:49:08 +00:00

CHANGELOG:

o Nmap no longer searches for data files (like nmap-services) in the
  current directory as a last resort. This is to reduce the chance of
  accessing an unexpected file in case the system-installed data files
  are not found. The main reason for searching the current directory
  was to support running ./nmap from a source directory. This is now
  supported by searching the directory containing the Nmap executable
  for data files. On non-Windows platforms, the executable directory
  followed by "../share/nmap" is also searched. Thanks to Solar
  Designed for implementation advice. [David]
This commit is contained in:
david
2011-03-26 06:48:36 +00:00
parent b9ffdfb9d0
commit e1e50c819d

View File

@@ -1,5 +1,15 @@
# Nmap Changelog ($Id$); -*-text-*-
o Nmap no longer searches for data files (like nmap-services) in the
current directory as a last resort. This is to reduce the chance of
accessing an unexpected file in case the system-installed data files
are not found. The main reason for searching the current directory
was to support running ./nmap from a source directory. This is now
supported by searching the directory containing the Nmap executable
for data files. On non-Windows platforms, the executable directory
followed by "../share/nmap" is also searched. Thanks to Solar
Designed for implementation advice. [David]
o Updated nmap-rpc from the master list, now maintained by IANA.
[Daniel Miller, David]