1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00
Commit Graph

822 Commits

Author SHA1 Message Date
david
95fa8efd19 Don't include sys/sockio.h from tcpip.cc; it's already in tcpip.h. 2007-11-15 17:29:22 +00:00
fyodor
39e2f3ed61 New PPTP version detection script from Thomas Buchanan 2007-11-14 23:30:22 +00:00
fyodor
0cdedc07fc reword error message 2007-11-14 22:58:37 +00:00
ejlbell
34763e08f4 Added support for multiple states in portnumber() rules 2007-11-14 20:04:45 +00:00
fyodor
d928402c79 remove hardcoded (and wrong) winpcap version number 2007-11-14 02:04:37 +00:00
fyodor
a62e2976da no longer strip Nmap binary. It was causing problems on OS X, and I noticed that debian package removes that too 2007-11-14 00:25:49 +00:00
david
6af91e9519 Link with -ldl whenever we include liblua, independent of whether we use
OpenSSL.
2007-11-13 01:55:37 +00:00
david
0e5ba41d15 Align blocks to 2 * sizeof(size_t) in charpool.c. This is what Glibc's malloc
does.
2007-11-13 01:17:39 +00:00
fyodor
278baafd04 added some new service numbers from Lee Fisher 2007-11-11 22:13:22 +00:00
david
fa31f0ae5e Check if -lnsl is required in configure. 2007-11-11 20:04:58 +00:00
david
21ee718329 Check for sys/sockio.h in configure and include sys/sockio.h in tcpip.cc. This is where SIOCGIFCONF is on Solaris 9. 2007-11-11 19:34:19 +00:00
david
fce25930e5 Give PYTHON as an argument to configure and not to both invocations of make in
zenmap.spec.in.
2007-11-11 18:49:43 +00:00
fyodor
e4c2889ead minor rewording 2007-11-10 22:30:04 +00:00
fyodor
6bf54bbc63 update CHANGELOG to reflect latest changes and prepare for 4.23RC1 release 2007-11-10 08:39:47 +00:00
david
4b8325988a Check for Python in configure and substitute PYTHON in the makefile. 2007-11-09 15:56:09 +00:00
david
a5d6cdac79 Remove AM_PATH_GTK_2_0 from aclocal.m4 for now. 2007-11-09 15:37:32 +00:00
fyodor
bd41a81279 add a short note 2007-11-09 10:43:35 +00:00
fyodor
af72dd2ae7 add dependency for python-sqlite2 2007-11-09 10:43:07 +00:00
david
72d231d5df Add nmapfe and xnmap to Zenmap's spec file. 2007-11-09 06:03:40 +00:00
david
4a753006db Make symlinks from nmapfe and xnmap to zenmap. Don't create the nmapfe symlink
unless that file doesn't exist or is already a link.
2007-11-09 05:29:25 +00:00
david
65abaee9f3 Split the zenmap RPM subpackage into its own spec file. 2007-11-08 08:17:35 +00:00
david
9d6a94d6ea Remove an entry for a test script from script.db. 2007-11-08 07:44:49 +00:00
fyodor
6fd80d1078 update a Linux sig 2007-11-06 22:44:05 +00:00
fyodor
80ea49e3f9 bump version number 2007-11-06 22:43:25 +00:00
david
e94746493f Fix the Zenmap build on 64-bit architectures (where %{_libdir} is "/usr/lib64"
but Python modules may not be installed there) and make it work with different
versions of Python.
2007-11-06 17:25:09 +00:00
david
c0c4c72bc5 Document that an apparently unused function is actually used by the fingerprint utilities. 2007-11-05 22:54:07 +00:00
ejlbell
9dea83347b Accidentally committed experimental version of robots.nse 2007-11-05 21:41:47 +00:00
ejlbell
4694e4e7a7 changed path back to original location 2007-11-05 21:26:04 +00:00
ejlbell
1a73a31df0 updated 'nse directory constant' that seems to effect scripts using nselib in certain functions 2007-11-05 21:21:08 +00:00
kris
1ba4d72254 fixing misspellings of "EXCEEDED" in comments and in the enum reason_codes (portreasons.h) 2007-11-05 13:04:23 +00:00
david
44366a7713 Fill in the Zenmap summary and description in nmap.spec.in. 2007-11-05 05:25:36 +00:00
david
c75de1de52 Add a zenmap subpackage to nmap.spec.in. 2007-11-05 05:18:48 +00:00
kris
03cbee6850 Fixing an assertion failure caused when running an ARP Ping scan. A Global Ping was attempted, but ARP wasn't checked for in sendPingProbe() 2007-11-04 19:33:58 +00:00
david
79bdfec9b5 Use --root to give DESTDIR to setup.py instead of embedding it in --prefix. This will help in making a Zenmap RPM. 2007-11-04 18:35:43 +00:00
kris
4cd9fa160d just fixing some spelling errors in comments 2007-11-03 03:54:11 +00:00
david
50c4981934 Remove the first-generation OS detection and nmap-os-fingerprints. 2007-11-03 01:31:02 +00:00
doug
9efe18921d Spell checking 2007-11-01 19:42:44 +00:00
david
f23d62d259 Don't use T: and U: in error messages as examples of proper form if they are
not allowed in the particular port/protocol specification that caused the
error.
2007-11-01 16:25:18 +00:00
david
2e65b35f84 Remove the artificial cap on the number of ping scan ports and protocols. Port
lists for ping scan now use the same syntax as the -p option except that T:,
U:, and P: are not allowed.
2007-11-01 16:15:11 +00:00
kris
9dfd8af1f3 updating ip_is_reserved(): 114/8 and 115/8 went to APNIC 2007-11-01 12:53:58 +00:00
david
f020df112f Change some references to o.ipprotscan into (rangetype & SCAN_PROTOCOLS) to avoid using global knowledge in getpts_aux. 2007-11-01 08:11:15 +00:00
david
b17c82a0b0 Remove NmapFE. 2007-11-01 07:45:43 +00:00
david
c1a366394f Update docs/nmap.usage.txt. 2007-11-01 07:45:04 +00:00
fyodor
69bc1886c9 gmail imapd patch from Matt Selsky 2007-11-01 05:38:13 +00:00
kris
d73e6900d9 Making a change to the IPProto ping section in the refguide: adding TCP and UDP to the list of protocols sent with additional headers. I removed these from the refguide by mistake when removing them from being sent by default 2007-10-31 23:24:12 +00:00
kris
8af261ea1a whoops, adding new limits for protocol numbers (0-255) passed to -PO. This didn't cause a crash or anything, just a wraparound in the protocol field (e.g. passing 258 caused 2 to be used) 2007-10-31 23:19:36 +00:00
doug
e52b86d3ea Fixed HP-UX false positives 2007-10-30 17:41:51 +00:00
david
2dcf70d520 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
fyodor
83224a187c new signature for scanme.nmap.org (Linux 2.6.20-1) 2007-10-29 03:04:55 +00:00
fyodor
0aeb4dc91a fix some more typos and spelling errors 2007-10-29 02:35:55 +00:00