Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
batrick 9338ee98c2 [NSE] Corrected a bug in nse_nsock.cc that could result in the use of
an invalid Lua state if the thread was collected due to timeout or other even
more rare reasons. Essentially, the callbacks from the nsock library
were using a collected Lua state. I have solved this by maintaining a
reference to the Lua State Thread in the nsock userdata's environment table.
This is a temporary patch for the stable release pending a more detailed
review of the NSE nsock library binding.
2009-05-18 05:27:44 +00:00
docs 2009-05-15 23:02:04 +00:00
libdnet-stripped Fix all the compiler warnings when building with Visual C++ 2008. 2009-04-29 17:56:30 +00:00
liblua Fix all the compiler warnings when building with Visual C++ 2008. 2009-04-29 17:56:30 +00:00
libpcap
libpcre Fix all the compiler warnings when building with Visual C++ 2008. 2009-04-29 17:56:30 +00:00
macosx In the Mac build, discard local changes on export and rebuild the script 2009-04-24 18:59:27 +00:00
mswin32 Added uninstall entry for ca-bundle.crt (CAs for Ncat on Win32) to NSIS script. 2009-05-16 15:30:57 +00:00
ndiff Remove the claim that XML output is not supported from "ndiff -h". That 2009-05-13 00:41:55 +00:00
nselib [NSE] Significantly shortend hextobin function for packet module. 2009-05-06 08:32:59 +00:00
scripts Fix a problem, reported by David, which resulted in an error arising from an 2009-05-01 23:35:44 +00:00
acinclude.m4
aclocal.m4
CHANGELOG o Fixed an assertion failure which could occur on at least SPARC Linux 2009-05-15 03:01:01 +00:00
charpool.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
charpool.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
config.guess
config.sub
configure
configure.ac
COPYING Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
COPYING.OpenSSL
depcomp
FingerPrintResults.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
FingerPrintResults.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
global_structures.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
HACKING
idle_scan.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
idle_scan.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
INSTALL
ltmain.sh
MACLookup.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
MACLookup.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
main.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
Makefile.in This path was changed in svn, so I might as well change on my filesystem too 2009-05-13 01:32:34 +00:00
missing
nmap-header-template.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap-mac-prefixes
nmap-os-db sort nmap-os-db 2009-05-13 02:22:38 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes o Improved the Oracle DB version detection signatures. [Tom Sellers] 2009-05-14 04:32:50 +00:00
nmap-services Nmap 4.85BETA6 autobuilt and version files 2009-03-31 22:19:16 +00:00
nmap.cc Fix a compiler warning. 2009-05-04 23:25:46 +00:00
nmap.h Update version numbers in prep for next release; also made some CHANGELOG edits (not done with those yet though) 2009-05-13 01:03:35 +00:00
nmap.spec.in Install and use ca-bundle.crt on Unix. Rename ncat/ncat_exec.c to 2009-04-29 04:14:04 +00:00
nmap_amigaos.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_config.h.in Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_dns.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_dns.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_error.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_error.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_rpc.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_rpc.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_tty.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_tty.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_winconfig.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOps.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOps.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOutputTable.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOutputTable.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nse_binlib.cc Fixed a compiler warning. 2009-04-22 18:43:37 +00:00
nse_binlib.h
nse_bit.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_bit.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_debug.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_debug.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_fs.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_fs.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_macros.h Merge of nse-lua (nse-lua-merge) minus most enchancements that were 2009-04-05 06:01:27 +00:00
nse_main.cc [NSE] Added Boolean Operators for --script. You may now use a boolean operator 2009-04-30 05:49:47 +00:00
nse_main.h Merge of nse-lua (nse-lua-merge) minus most enchancements that were 2009-04-05 06:01:27 +00:00
nse_main.lua Corrected a log message to use format strings rather than use concatentation. 2009-05-17 19:51:01 +00:00
nse_nmaplib.cc Removed some extraneous whitespace. 2009-05-17 19:43:21 +00:00
nse_nmaplib.h Merge of nse-lua (nse-lua-merge) minus most enchancements that were 2009-04-05 06:01:27 +00:00
nse_nsock.cc [NSE] Corrected a bug in nse_nsock.cc that could result in the use of 2009-05-18 05:27:44 +00:00
nse_nsock.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_openssl.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_openssl.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_pcrelib.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_pcrelib.h
osscan.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
osscan.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
osscan2.cc o [Nbase] The checksum functions now have an nbase_ prefix. This 2009-04-16 09:38:13 +00:00
osscan2.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
output.cc Only increment o.numhosts_scanned when we have truly finished scanning a 2009-05-04 22:59:35 +00:00
output.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
portlist.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
portlist.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
portreasons.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
portreasons.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
protocols.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
protocols.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
README-WIN32
scan_engine.cc Require -d3, not just -d, for the message 2009-04-20 16:37:11 +00:00
scan_engine.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
service_scan.cc Merge from /nmap-exp/david/nmap-ssl, /nmap-exp/david/ncat-ssl, and 2009-04-25 03:24:00 +00:00
service_scan.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
services.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
services.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
shtool
Target.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
Target.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
TargetGroup.cc Improved the parsing of host expressions to handle a few cases where supplying invalid targets would cause Nmap to scan unintended hosts. 2009-05-13 09:09:55 +00:00
TargetGroup.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
targets.cc Only increment o.numhosts_scanned when we have truly finished scanning a 2009-05-04 22:59:35 +00:00
targets.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
tcpip.cc Update the error message shown when attempting to scan an interface 2009-05-11 22:31:48 +00:00
tcpip.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
timing.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
timing.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
traceroute.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
traceroute.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
utils.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
utils.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
zenmap.spec.in

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( http://nmap.org ).