1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00
Commit Graph

3493 Commits

Author SHA1 Message Date
diman
c1697dbdc5 changed the windows projects to work with the new dir layout 2007-11-27 23:48:33 +00:00
fyodor
add61ca6a4 move back version w/history 2007-11-27 23:13:53 +00:00
fyodor
fcadb941ef removing these new files so I can move back the ones which still have their svn history 2007-11-27 23:12:13 +00:00
fyodor
d69da47694 I don't think PIL is needed any more 2007-11-27 22:59:01 +00:00
fyodor
4f2f45c13c now that history is restored, can delete this tmp dir 2007-11-27 22:51:02 +00:00
fyodor
454e4e3b17 I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
fyodor
bbb0744761 now move nselib to recover history 2007-11-27 22:42:39 +00:00
fyodor
da0dd01696 move back now 2007-11-27 22:42:03 +00:00
fyodor
af034f1edc move liblua to liblua-old because I'm trying to regenerate the history for liblua 2007-11-27 22:40:48 +00:00
diman
c0f07c99ac adding nselib nselib-bin second (should work on unix now) 2007-11-27 22:18:59 +00:00
diman
335ec2868f adding nselib and nselib-bin the first 2007-11-27 22:17:30 +00:00
fyodor
4640996d01 Note some recent zenmap changes 2007-11-27 22:11:42 +00:00
fyodor
93d2a47292 generated files for 4.23RC3 2007-11-27 20:38:23 +00:00
fyodor
1ad7bc1471 Changelog entries for 4.23RC3 2007-11-27 20:37:53 +00:00
fyodor
960cfdedb5 bump up nmap version number to 4.23RC3 2007-11-27 20:37:22 +00:00
fyodor
5e7f606ea5 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:33:08 +00:00
fyodor
7c7cec7c1d 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
majek04
4ed4ffa219 Added promiscuous.nse for detecting local NIC in promisc mode. First script using pcap for nse. 2007-11-27 18:59:53 +00:00
david
f573a7426e Update changelog of zenmap.spec.in. 2007-11-27 18:39:56 +00:00
david
84e831b717 Make the man page directory before attempting to copy the man page in
zenmap.spec.in. "make distro" works for me.
2007-11-27 18:38:33 +00:00
david
f3ea111cb0 Install zenmap.1 in zenmap.spec.in, not Makefile. 2007-11-27 08:19:17 +00:00
david
93fb0fc165 Install zenmap.1 and package it in the Zenmap RPM. 2007-11-27 07:45:08 +00:00
david
8b082919a8 Add docs/zenmap.1. 2007-11-27 07:29:22 +00:00
david
dfb9c157c7 Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh,
ltmain.sh, and missing from subdirectories. Autoconf automatically looks
in the parent directory for these files. I had to copy the files
depcomp, ltmain.sh, and missing into the root of the source tree.
2007-11-27 06:22:46 +00:00
david
e1a5a6424d Show a warning in libdnet whenever a Windows interface type is unrecognized.
(These get mapped to interfaces beginning with "net": net0, net1, etc.) I
originally planned to make this a debugging message to be displayed at a
certain debuggin level whether the interface type is recognized or not. It
looked to be a pain to give libdnet visibility of Nmap debugging level, so
instead it just prints a message to stderr only when the interface type is
unrecognized.
2007-11-27 00:39:01 +00:00
david
d08af8a057 List all interface aliases on Windows. All aliases of one interface will be
given the same name, e.g., "eth0". Use -e to choose the interface and -S to
choose the source address.
2007-11-26 23:44:20 +00:00
fyodor
d2123e7011 slight rewording 2007-11-26 22:33:47 +00:00
david
11b584df01 Add the beginning of a manual page for Zenmap. This includes
description, options summary, environment variables, bugs, history, and
authors sections. It doesn't have how-to sections, which I would like to
have next.

This is my first foray into DocBook. I'm using version 4.5 of the DTD. I
had to hard-code that number into the document type declaration to get
it to build.

The command lines I'm using to build are
xsltproc --xinclude --output zenmap.1 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl zenmap.xml
xsltproc --xinclude --output zenmap.html /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl zenmap.xml
2007-11-26 05:46:23 +00:00
david
ab6ab83942 Add a note about AutoReqProv: no to zenmap.spec.in. 2007-11-22 08:41:23 +00:00
david
a8e9dbf814 Use an explicit --with-zenmap in zenmap.spec.in. 2007-11-22 08:38:41 +00:00
david
1f1e8bcb1d Check for Python only if Zenmap is requested, and bail out if Zenmap is
explicitly requested and Python is not available.
2007-11-22 08:37:34 +00:00
david
53752ad8de Change l_exc_finalize to recognize both nil and false as exception indicators.
Previously only nil did this but most of NSE's internal functions return nil. A
value of true means there was no exception and anything else is a fatal error.
2007-11-22 08:31:13 +00:00
david
672f9fc527 Fix a typing error in configure.ac: with_nsock -> with_libnsock. This made it impossible to name an alternative nsock directory with something like --with-libnsock=/home/david/nsock.w 2007-11-22 07:45:28 +00:00
david
70425e715d Make nmap be rebuilt when something in a subdirectory changes. Rather than
"all" depending on libpcre/libpcre.a, it now depends on a target pcre_build,
which always runs and does the build in the subdirectory. "nmap" depends on
libpcre/libpcre.a itself. The same thing happens for other subdirectory builds.
Subdirectory builds are prerequisites of "all" and "make nmap" happens in the
body of "all" so the subdirectories are always built first.
2007-11-22 07:43:59 +00:00
david
3782d2c020 Add an nmap.have_ssl NSE function and use it in the script showHTMLTitle.nse to
avoid doing an SSL probe if SSL is not available.
2007-11-22 06:38:23 +00:00
david
1c59946d7a Throw an exception instead of calling luaL_argerror in l_nsock_connect when an SSL connection is requested but OpenSSL isn't available. 2007-11-21 02:31:07 +00:00
david
fbeb42a7a1 Remove an unused "url" local variable from scripts/showHTMLTitle.nse. 2007-11-20 23:39:14 +00:00
david
a460f4433c Make nbase_dist_clean and nsock_dist_clean with distclean. 2007-11-20 23:37:36 +00:00
david
d63bb4db35 Use literal directory names (not variable references) in calls to
AC_CONFIG_SUBDIRS to avoid this warning:

$ autoconf
configure.ac:689: warning: AC_CONFIG_SUBDIRS: you should use literals
autoconf/status.m4:929: AC_CONFIG_SUBDIRS is expanded from...
configure.ac:689: the top level
2007-11-19 21:49:56 +00:00
david
d029d1d75a Look for strip in configure and strip nmap with strip -x on install. install -s
or strip with no arguments was stripping dynamically loaded NSE functions on
Mac OS X. The difference between plain strip and strip -x was so slight on
Linux that I just made it unconditional.
2007-11-19 21:36:21 +00:00
david
891abf25c3 Move the call to AC_CANONICAL_HOST up higher in configure.ac. 2007-11-19 21:01:33 +00:00
fyodor
1192b1b2cb trivial wording change to CHANGELOG; nmap-os-db resorted 2007-11-19 05:36:48 +00:00
fyodor
1f13e32bb9 changelog fixes 2007-11-19 05:28:09 +00:00
kris
74eaa60bba just fixing a few typos in the CHANGELOG 2007-11-19 02:52:46 +00:00
fyodor
91726c3ab2 version number bump 2007-11-19 02:35:37 +00:00
fyodor
351b65429b reflect latest changes in CHANGELOG, bump Nmap version number 2007-11-19 02:28:02 +00:00
david
d345085863 Regenerate configure scripts with Autoconf 2.61 and update config.guess
and config.sub with the latest versions from
http://cvs.savannah.gnu.org/viewvc/config/?root=config.
2007-11-18 21:36:31 +00:00
david
85ab7254fa Re-override distutils's overriding of the Python interpreter path to be
"/usr/bin/env python" when DESTDIR is defined. This keeps from hardcoding a
specific interpreter location when building for installation on another
machine.
2007-11-16 22:18:09 +00:00
david
c6739547ef Change the dependency from gtk2 to pygtk2 in zenmap.spec.in. 2007-11-16 19:38:07 +00:00
david
5ad8ce148d Add
AutoReqProv: no
to zenmap.spec.in. This keeps dependencies from being calculated
automatically. This is because we don't want RPM to say the package
depends on python(abi) = 2.4, say, when it doesn't really. To replace
the automatic dependency calculation I added an explicit dependency on
python >= 2.4.
2007-11-16 19:35:38 +00:00