kris
b642da09ca
a couple more fixes to the CHANGELOG
2007-10-29 02:33:09 +00:00
fyodor
bade93cc3c
Add a couple Zenmap changes David made
2007-10-29 02:28:03 +00:00
kris
0ce3c8968e
just fixing a couple typos in last set of CHANGELOG entries
2007-10-29 02:20:29 +00:00
fyodor
39bc50f2ee
latest auto-generated configure
2007-10-29 02:17:21 +00:00
fyodor
31f49b275c
update CHANGELOG with newest changes, update version number in more places
2007-10-29 02:15:58 +00:00
kris
96b644c426
setting default protocols for IPProto Ping to ICMP, IGMP and IPIP encapsulation (removing TCP/UDP and adding IPIP).
2007-10-29 01:36:25 +00:00
fyodor
8238243261
change Nmap version number to 4.22SOC8 in prep for next release; remove some useless defines
2007-10-29 00:51:45 +00:00
fyodor
0ddd43b70a
trivial wording change
2007-10-28 08:53:12 +00:00
kris
7ac1b98cb4
Of course, after I commit the big patch I find a possible bug :) In case we can't findHost() on a packet received doing the IPProto Ping
2007-10-28 00:30:19 +00:00
kris
1b1fcc753b
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
kris
a4878d3150
removing getopt1.c from NmapFE.dsp
2007-10-25 19:07:29 +00:00
kris
3a7fc0585d
just adding a couple things to the CHANGELOG
2007-10-25 00:45:23 +00:00
fyodor
02db0e5981
Rename Umit to Zenmap to reduce confusion between the version we ship with Nmap as the integrated GUI and the version maintained separately at umit.sourceforge.net
2007-10-24 21:45:50 +00:00
fyodor
25de001e67
latest build of Nmap manpage
2007-10-24 21:25:28 +00:00
fyodor
fecbe72dbe
I think these are just automated sorting changes
2007-10-24 21:25:15 +00:00
kris
51c7cdb4c9
Fixing reason code based on ICMP response (during host discovery)
2007-10-24 18:31:51 +00:00
david
aeb9cae04b
Redo some changes to the NSE pcre module that were originally done
...
before pcre was made a C module. Remove the nse_pcrelib.vcproj file,
change snprintf to Snprintf, and add a typecast to avoid a warning on
Windows. This and r6026 should be considered a unit.
2007-10-23 01:10:46 +00:00
david
83382600f2
Revert r5485. This changes the pcre Lua module back to statically linked
...
code instead of a dynamically loaded C module. Linking the dynamic
shared module with the static libpcre.a was failing on OpenBSD. See
http://seclists.org/nmap-dev/2007/q4/0085.html .
2007-10-23 00:45:00 +00:00
david
d41f9ee095
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
kris
5b052e84dd
NmapOps functions shouldn't call other NmapOps functions through the global NmapOps o variable (e.g. use af() instead of o.af() in NmapOps::ValidateOptions()). It didn't hurt anything as 'o' is the only NmapOps object though
2007-10-21 02:52:52 +00:00
kris
2de3c2062f
Fixing a LUAFLAGS assignment in configure
2007-10-19 18:15:07 +00:00
david
8bc752b155
Link with -lcrypto when testing for -lssl in the main configure.
2007-10-18 04:20:41 +00:00
david
45d54d11f1
Include nmap.h in portreasons.h. This fixes a compilation problem on OpenBSD.
2007-10-17 05:03:34 +00:00
david
abf3ad1d81
Don't remove umit/setup.py on distclean.
2007-10-14 21:24:06 +00:00
david
df4f55bd1f
Update the version numbers in mswin32/nmap.rc and mswin32/nsis/Nmap.nsi.
2007-10-14 21:09:09 +00:00
kris
3195434fed
a minor change to that last rev: the setsockopt() calls in Nmap cast the option values to (const char *)
2007-10-14 15:12:49 +00:00
kris
dfc9eba4db
enable --ttl support for connect() scans
2007-10-14 14:37:56 +00:00
david
8725d37b47
Avoid rebuilding nmap every time "make" is run. The target "all" takes
...
care of building all prerequisites. One downside is that you can't do
"make nmap" in an clean tree any more, if anyone ever did that. You have
to do "make" once to build the prerequisites. This is how Automake does
it. I'll keep thinking about this.
2007-10-14 04:24:42 +00:00
david
b41c987471
Remove the unused DEPS variable from Makefile.in.
2007-10-14 04:05:16 +00:00
doug
eceea7ea95
Removed the Amazon httpd match line because it is too specific
2007-10-13 00:26:57 +00:00
fyodor
a3cb8dfdcc
update by Jason DePriest to do HELP query in addition to EHLO
2007-10-12 21:56:20 +00:00
doug
41e5fdb353
Q3 2007 Service Updates
2007-10-12 18:48:33 +00:00
david
0a2764f198
Remove massping.
...
2 files changed, 1301 deletions(-)
Would that all patches could be like that.
2007-10-12 03:46:46 +00:00
david
c76cdc8e44
Make the old massping be used when NEW_MASSPING is undefined in targets.h. This
...
is the last revision that contains massping.
2007-10-12 03:38:38 +00:00
fyodor
e0de18c783
fix typo
2007-10-11 09:15:39 +00:00
fyodor
99642e6765
latest build.
2007-10-11 08:53:54 +00:00
fyodor
111d79ae92
add new libexec dir
2007-10-11 08:52:48 +00:00
david
ea2b9bc233
Small reference guide changes: illicit -> elicit, TTL_EXCCEDED -> Time Exceeded.
2007-10-11 04:29:26 +00:00
kris
9eb8be248c
just a tiny whitespace fix in the CHANGELOG
2007-10-10 18:17:21 +00:00
david
0e22a98004
Give Adriano CHANGELOG credit for some Umit things.
2007-10-09 20:11:02 +00:00
kris
9baeec2897
Changing a comment in nselib/ipOps.lua as it seems to be remnants of a patch for ripeQuery.nse (references doing a RIPE lookup)
2007-10-09 13:29:47 +00:00
kris
0f7d4e49d8
Updating ip_is_reserved(): 186/8 and 187/8 went to LACNIC
2007-10-09 13:22:41 +00:00
fyodor
f1aee178ea
fix refguide typo
2007-10-09 09:21:16 +00:00
fyodor
f0529ad31a
update Nmap version number to 4.22SOC7, update CHANGELOG with changes for that upcoming release
2007-10-09 09:08:25 +00:00
fyodor
ba545c1ef9
Unix installation now places NSELib dynamic libraries in 'libexec' rather than 'share' directories, since they are architecture dependent. Thanks to Christoph J. Thompson for the patch.
2007-10-07 21:32:38 +00:00
david
14676144b6
Change \n\r to \r\n in two scripts that needed it: anonFTP and finger.
2007-10-03 20:48:05 +00:00
fyodor
99627d0642
note that -P0 still does arp scan in some cases
2007-10-03 19:42:38 +00:00
david
9a43e5394c
Disable auto-generation of libpcre/pcre_chartables.c. That file is meant
...
to be automatically generated by the makefile; however we include a copy
to enable the Windows build to work. On Unix, the makefile was
overwriting the file with a symbolic link to
libpcre/pcre_chartables.c.dist, which was causing revision-control
headaches. Now that file is copied instead of linked to, so its contents
don't change.
It is safe to use a static copy of the file instead of an auto-generated
one because Nmap has never used the auto-generation feature. You need to
use a special flag --enable-rebuild-chartables to get that. So copying
the file has the same behavior as creating a link. Furthermore, it's not
desirable to generate that file (using dftables, an auxiliary program
that uses the current locale) because we don't want our regular
expressions to be locale-dependent.
pcre_chartables.c was also removed from CLEANFILES so it's not deleted
by "make clean" or "make distclean". pcre.h is still deleted by "make
distclean" because it's included in AC_CONFIG_FILES. That's not as big a
deal.
2007-10-03 08:11:45 +00:00
david
515d45ab9d
Reduce the congestion control increment cap back to 50. 50 seems to be good
...
enough for host discovery, and 100 doesn't give much benefit because the probe
timeouts increase to slow the scan down. While it's faster in some cases, it
also increases the variance in scan times. For more analysis see
http://www.bamsoftware.com/wiki/Nmap/PerformanceGraphs#timeouts .
2007-10-02 19:35:34 +00:00
david
6306350106
Try doubling perf->cc_scale_max to 100.
2007-10-02 07:30:25 +00:00