docs
Use the filename tag for file name extensions in zenmap.xml.
2007-12-20 08:59:17 +00:00
libdnet-stripped
Canonicalize interface type numbers used internally by libdnet. Also
2007-12-03 23:51:26 +00:00
liblua
move back now
2007-11-27 22:42:03 +00:00
libpcap
Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh,
2007-11-27 06:22:46 +00:00
libpcre
Upgrading libpcre from version 7.2 to 7.4. Tested on Linux and Windows
2007-12-20 22:24:53 +00:00
mswin32
Fixed an error that showed itself on Windows when attempting to scan
2007-12-20 10:02:14 +00:00
nselib
default port state for shortports is now open or open|filtered instead of only open
2007-12-08 19:25:09 +00:00
nselib-bin
Remove from the nselib-bin directory files that are automatically generated:
2007-11-29 09:44:30 +00:00
scripts
Adding new MySQLinfo NSE script for printing MySQL server information
2007-12-19 07:23:59 +00:00
acinclude.m4
Fix the test for GTK+ in configure.ac and move the macro RECVFROM_ARG6_TYPE from aclocal.m4 to acinclude.m4.
2007-10-22 23:27:22 +00:00
aclocal.m4
Check for Python only if Zenmap is requested, and bail out if Zenmap is
2007-11-22 08:37:34 +00:00
CHANGELOG
Upgrading libpcre from version 7.2 to 7.4. Tested on Linux and Windows
2007-12-20 22:24:53 +00:00
charpool.cc
Align blocks to 2 * sizeof(size_t) in charpool.c. This is what Glibc's malloc
2007-11-13 01:17:39 +00:00
charpool.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
config.guess
Regenerate configure scripts with Autoconf 2.61 and update config.guess
2007-11-18 21:36:31 +00:00
config.h.in
better detection and support for systems which use pcre/pcre.h rather than just pcre.h. Bug reported by Lionel Cons
2007-11-27 19:32:49 +00:00
config.sub
Regenerate configure scripts with Autoconf 2.61 and update config.guess
2007-11-18 21:36:31 +00:00
configure
Regenerate configure. When configure.ac was modified in r6345 to add nselib-bin
2007-11-29 09:36:33 +00:00
configure.ac
adding nselib nselib-bin second (should work on unix now)
2007-11-27 22:18:59 +00:00
COPYING
Minor source code header improvements
2006-08-25 01:47:49 +00:00
COPYING.OpenSSL
depcomp
Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh,
2007-11-27 06:22:46 +00:00
FingerPrintResults.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
FingerPrintResults.h
merge soc07 r4959 - Put <extrareasons> inside <extraports> as this should really simplify XML parsers' jobs because they won't have to keep track of what states and reasons go together
2007-08-11 04:30:24 +00:00
global_structures.h
Remove the first-generation OS detection and nmap-os-fingerprints.
2007-11-03 01:31:02 +00:00
HACKING
Remove NmapFE.
2007-11-01 07:45:43 +00:00
idle_scan.cc
Remove the first-generation OS detection and nmap-os-fingerprints.
2007-11-03 01:31:02 +00:00
idle_scan.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
INSTALL
a bunch of misc. changes
2005-12-29 11:34:45 +00:00
install-sh
ltmain.sh
Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh,
2007-11-27 06:22:46 +00:00
MACLookup.cc
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
2007-08-11 04:06:09 +00:00
MACLookup.h
trivial comment-related patch from Kris Katterjohn
2006-09-07 04:21:43 +00:00
main.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
Makefile.in
Rename Python packages umitCore to zenmapCore and umitGUI to zenmapGUI with the
2007-12-01 00:21:28 +00:00
missing
Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh,
2007-11-27 06:22:46 +00:00
nmap-header-template.cc
Minor source code header improvements
2006-08-25 01:47:49 +00:00
nmap-mac-prefixes
o Updated nmap-mac-prefixes with the latest IEEE data. Also added
2007-12-04 20:29:16 +00:00
nmap-os-db
sorting change, I think
2007-12-19 19:20:57 +00:00
nmap-protocols
Nmap 3.9999
2006-01-28 07:57:37 +00:00
nmap-rpc
nmap-service-probes
improve a mysql signature (suggested by Lionel Cons)
2007-12-19 17:29:10 +00:00
nmap-services
Renamed irc-serv protocols to irc and added a couple
2007-12-19 01:26:32 +00:00
nmap.cc
Adding my strftime()-like conversion extensions to the logging functions (-oA, -oX, etc). This contains a CHANGELOG entry and refguide changes which (hopefully) sum it up pretty well.
2007-12-13 21:22:57 +00:00
nmap.h
Update CHANGELOG and version numbers for what is hoped to become 4.50
2007-12-12 10:38:52 +00:00
nmap.spec.in
Split the zenmap RPM subpackage into its own spec file.
2007-11-08 08:17:35 +00:00
nmap_amigaos.h
Minor source code header improvements
2006-08-25 01:47:49 +00:00
nmap_dns.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
nmap_dns.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
nmap_error.cc
merge soc07 r5116 - Flush LOG_NORMAL in gh_perror() and pfatal() instead of LOG_STDOUT when --log-errors is used
2007-08-11 05:36:05 +00:00
nmap_error.h
Minor source code header improvements
2006-08-25 01:47:49 +00:00
nmap_rpc.cc
merge soc07 r5085 - Changing bare printf()s to log_write(LOG_PLAIN,)s because these were always printed even when things like XML and greppable output were sent to stdout (e.g. -oX -). This also adds o.scriptTrace() to make --script-trace behave more like --packet-trace and --version-trace. Nsock tracing was done unconditionally in NSE, and that has been changed to only be done when o.scriptTrace() is true.
2007-08-11 05:13:16 +00:00
nmap_rpc.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
nmap_tty.cc
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
nmap_tty.h
Minor source code header improvements
2006-08-25 01:47:49 +00:00
nmap_winconfig.h
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
2007-08-11 04:06:09 +00:00
NmapOps.cc
reword error message
2007-11-14 22:58:37 +00:00
NmapOps.h
Remove the first-generation OS detection and nmap-os-fingerprints.
2007-11-03 01:31:02 +00:00
NmapOutputTable.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
NmapOutputTable.h
merge soc07 r4943:4947 - added textual information to traceroute's timeout consolidation elements; Reference trace consolidation is now displayed textually instead of symbolically.
2007-08-11 04:27:37 +00:00
nse_auxiliar.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
nse_auxiliar.h
cannot directly include nmap_winconfig in these the way I was, or it will be included in nonwin32
2006-12-11 01:40:03 +00:00
nse_debug.cc
merge soc07 r5085 - Changing bare printf()s to log_write(LOG_PLAIN,)s because these were always printed even when things like XML and greppable output were sent to stdout (e.g. -oX -). This also adds o.scriptTrace() to make --script-trace behave more like --packet-trace and --version-trace. Nsock tracing was done unconditionally in NSE, and that has been changed to only be done when o.scriptTrace() is true.
2007-08-11 05:13:16 +00:00
nse_debug.h
NSE committed
2006-12-11 00:34:26 +00:00
nse_init.cc
Consider Windows paths starting with \ absolute when used with the --script option.
2007-12-14 08:33:31 +00:00
nse_init.h
script arguments now get checked before nmap starts scanning
2007-08-20 21:56:36 +00:00
nse_macros.h
adding nselib nselib-bin second (should work on unix now)
2007-11-27 22:18:59 +00:00
nse_main.cc
From r6465, pass 0 as the third arg of lua_gc() instead of NULL. gcc gave me a warning because the argument is an int and not a pointer. I grepped in liblua/ and saw usage in there using 0 as well.
2007-12-09 00:50:33 +00:00
nse_main.h
script arguments now get checked before nmap starts scanning
2007-08-20 21:56:36 +00:00
nse_nmaplib.cc
fixed a problem which caused a segfault when using set_port_version with a version table which does not have all of its values set
2007-12-04 10:30:54 +00:00
nse_nmaplib.h
NSE committed
2006-12-11 00:34:26 +00:00
nse_nsock.cc
move the check, wheter a socket is open, before connecting it again to l_nsock_queued() - otherwise there are problems with the returned values..
2007-12-12 18:23:19 +00:00
nse_nsock.h
merge soc07 r5360:5367 - Merge Majek's raw packet NSE patch
2007-08-11 06:13:25 +00:00
nse_pcrelib.cc
adjust pcre/pcre.h fix so it actually works. needs to be below a header which includes config.h
2007-11-28 18:46:17 +00:00
nse_pcrelib.h
Revert r5485. This changes the pcre Lua module back to statically linked
2007-10-23 00:45:00 +00:00
nse_string.cc
merge soc07 r4821 - fix nse build system issues
2007-08-11 03:35:12 +00:00
nse_string.h
NSE committed
2006-12-11 00:34:26 +00:00
osscan.cc
Fixing a double-free crash caused when using -O and --release-memory. Found with Coverity, CID 19
2007-11-15 23:36:18 +00:00
osscan.h
Remove the first-generation OS detection and nmap-os-fingerprints.
2007-11-03 01:31:02 +00:00
osscan2.cc
Avoid negative array index (-1). Found with Coverity, CID 11
2007-11-16 00:17:23 +00:00
osscan2.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
output.cc
Fix the message printed when a host is skipped, for example on Windows when
2007-12-14 09:53:42 +00:00
output.h
Adding my strftime()-like conversion extensions to the logging functions (-oA, -oX, etc). This contains a CHANGELOG entry and refguide changes which (hopefully) sum it up pretty well.
2007-12-13 21:22:57 +00:00
portlist.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
portlist.h
Change reason.cc/h to portreasons.cc/h. This is because of a reason.h on Windows which causes compilation problems. A workaround was employed, but this is incase it pops up again. I also changed the recent CHANGELOG entry mentioning reason.h so there's no confusion
2007-08-15 19:26:26 +00:00
portreasons.cc
fix reason typo "arp-reponse"
2007-12-07 04:15:14 +00:00
portreasons.h
Update port state reason to script-set when an NSE script changes the --reason of a port state. Also make reason element available in port-table. Patch by Matthew Boyle
2007-11-15 21:03:00 +00:00
protocols.cc
Remove the struct scan_lists parameter from getpts_aux and some of its auxiliary functions. It was used only to keep track of the number of ports and protocols, which can be derived after the bit map is filled in. This is preparation for a minor refactoring of getpts so it can be used for ping port selection.
2007-10-30 04:40:10 +00:00
protocols.h
Remove the struct scan_lists parameter from getpts_aux and some of its auxiliary functions. It was used only to keep track of the number of ports and protocols, which can be derived after the bit map is filled in. This is preparation for a minor refactoring of getpts so it can be used for ping port selection.
2007-10-30 04:40:10 +00:00
README-WIN32
a bunch of misc. changes
2005-12-29 11:34:45 +00:00
scan_engine.cc
Fixing a bug in host reason reporting: "unknown-reason" was given when a host was found to be down due to no response. Now it's correctly reported as "no-response"
2007-12-08 03:57:28 +00:00
scan_engine.h
just fixing some typos in some comments and an error string
2007-09-19 19:43:23 +00:00
service_scan.cc
Setting uninitialized pointer to NULL. It was possible that it would not be set, and also not be NULL so it would bypass the assert() on it, which in turn caused a crash. Found with Coverity, CID 18
2007-11-16 00:48:44 +00:00
service_scan.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
services.cc
Remove the struct scan_lists parameter from getpts_aux and some of its auxiliary functions. It was used only to keep track of the number of ports and protocols, which can be derived after the bit map is filled in. This is preparation for a minor refactoring of getpts so it can be used for ping port selection.
2007-10-30 04:40:10 +00:00
services.h
Remove the struct scan_lists parameter from getpts_aux and some of its auxiliary functions. It was used only to keep track of the number of ports and protocols, which can be derived after the bit map is filled in. This is preparation for a minor refactoring of getpts so it can be used for ping port selection.
2007-10-30 04:40:10 +00:00
shtool
Target.cc
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
2007-08-14 06:46:54 +00:00
Target.h
Change reason.cc/h to portreasons.cc/h. This is because of a reason.h on Windows which causes compilation problems. A workaround was employed, but this is incase it pops up again. I also changed the recent CHANGELOG entry mentioning reason.h so there's no confusion
2007-08-15 19:26:26 +00:00
TargetGroup.cc
Fixing a bug in TargetGroup::parse_expr(). A specification like '192.168.1.-4' would actually cause Nmap to treat it like '192.168.1.-'. Found with Coverity, CID 2.
2007-11-15 23:01:32 +00:00
TargetGroup.h
Minor source code header improvements
2006-08-25 01:47:49 +00:00
targets.cc
Adding a new ping type: IPProto Ping. It's used with '-PO'. I've changed references to -P0 (zero) to -PN throughout the source code and refguide.xml
2007-10-28 00:05:03 +00:00
targets.h
Adding a new ping type: IPProto Ping. It's used with '-PO'. I've changed references to -P0 (zero) to -PN throughout the source code and refguide.xml
2007-10-28 00:05:03 +00:00
tcpip.cc
List all interface aliases on Windows. All aliases of one interface will be
2007-11-26 23:44:20 +00:00
tcpip.h
enable --ttl support for connect() scans
2007-10-14 14:37:56 +00:00
timing.cc
merge soc07 r5100 - Changing fprintf(stderr, )'s to error()'s (or fatal() if followed by and exit()). Besides providing consistency, this also allows more errors to actually be logged with --log-errors.
2007-08-11 05:16:56 +00:00
timing.h
merge soc07 r4822 - Reduce the number of build dependencies.
2007-08-11 03:35:46 +00:00
traceroute.cc
Fixing another possible NULL dereference, in getTracePort() in traceroute.cc. Found with Coverity, CID 29
2007-11-16 03:45:03 +00:00
traceroute.h
merge soc07 r5124:5142 - build/install system updates; changelog updates; umit install code; compilation fixes; integrate umit
2007-08-11 05:41:41 +00:00
utils.cc
Use just PAGE_READWRITE, not PAGE_READONLY | PAGE_READWRITE in the call to
2007-12-14 09:06:45 +00:00
utils.h
Removing numberlist2array(); it's unused since David switched the ping port selection to use the same mechanism as port scans (e.g. using -PShttp*).
2007-11-15 22:42:17 +00:00
zenmap.spec.in
Update changelog of zenmap.spec.in.
2007-11-27 18:39:56 +00:00