david
cfb8d87874
Add --with-libdnet=included to the configure --help output and clarify that it
...
is the default.
2008-04-10 21:00:09 +00:00
david
e025ff4173
Fix the test for liblua (on my computer it requires also linking with libm) and
...
simplify the Lua check in configure.ac.
2008-04-10 20:44:11 +00:00
fyodor
d421951a21
update changelog and regenerate files in prep for 4.60 build and release
2008-03-15 01:21:22 +00:00
fyodor
29ea08eb00
Change the Nmap URL in a few more places
2008-01-17 07:36:50 +00:00
david
a5c321c7fa
Regenerate configure. When configure.ac was modified in r6345 to add nselib-bin
...
to SUBDIRS, Autoconf wasn't run so the change didn't make it into configure.
2007-11-29 09:36:33 +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
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
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
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
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
6af91e9519
Link with -ldl whenever we include liblua, independent of whether we use
...
OpenSSL.
2007-11-13 01:55:37 +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
4b8325988a
Check for Python in configure and substitute PYTHON in the makefile.
2007-11-09 15:56:09 +00:00
david
b17c82a0b0
Remove NmapFE.
2007-11-01 07:45:43 +00:00
fyodor
39bc50f2ee
latest auto-generated configure
2007-10-29 02:17:21 +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
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
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
a26783da29
Add a separate build-umit step to the main makefile. This means that the build phase of Umit can occur as a non-root user, which means that "make clean" won't bomb out because it can't delete the directories created by root.
2007-09-21 22:10:54 +00:00
david
39878e619f
Have "make clean" clean up umit as well.
2007-09-21 21:27:33 +00:00
fyodor
11e1432402
latest configure
2007-08-17 20:42:20 +00:00
fyodor
4fa5dfe4f7
merge soc07 r5280 - fix config optimization bug
2007-08-11 06:03:50 +00:00
fyodor
3da2091ba4
merge soc07 r5245:5252 - update winpcap libs; fix config optimization bug
2007-08-11 06:01:12 +00:00
fyodor
d02249d459
merge soc07 r5244 - nmap config optimisations
2007-08-11 05:58:21 +00:00
fyodor
5528726e5b
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
fyodor
1ec0823730
merge soc07 r5119:5124 - changed configure.ac to search for dlopen in -ldl; modified the nsis installer - to copy the nselib dir; more install system fixes
2007-08-11 05:37:46 +00:00
fyodor
f025e86b0b
merge soc07 r5085:5094 - removed a period which could lead to slightly confusing output such as 'Read data files from: ..' when they are read from the current directory; Always print a message when the script database is updated successfully; Added a whole bunch of entries to the CHANGELOG in preparation for the first soc07 release; latest auto-generated files; add a question mark to a textual question
2007-08-11 05:14:52 +00:00
fyodor
25267a44d4
merge soc07 r5042 - Fixed some bugs on nse-C-modules - it now compiles and works (or should work) on linux, macosx, freebsd
2007-08-11 04:53:27 +00:00
fyodor
b47ec33739
merge soc07 r5024:5030 - remove unnecessary (and misspelled) moreinfo attribute and values; make nmap-dev directory a variable rather than hardcode it; Update version number; regenerated configure script
2007-08-11 04:50:43 +00:00
fyodor
80ade54171
merge soc07 r5016:5022 - Added support for C-modules; converted the nse_bitlib to such a module; adapted dns-test-open-recursion.nse to use the new module; Moved make_buffer to stdnse and updated the documentation
2007-08-11 04:49:25 +00:00
fyodor
8d74bbcd8a
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
fyodor
4b9f38d04a
newly generated configure
2007-03-12 02:16:58 +00:00
kris
ff6055805c
A small change in ordering in the configure script. We'll now test for inline and '' _after_ the host type testing. is tested for when doing the inline stuff, but doesn't seem to be set until (or can be reset during) the host type testing.
2007-02-01 03:28:58 +00:00
kris
811df5594f
Remove inet_aton() checks from configure and HAVE_INET_ATON from config.h.in
2007-01-27 00:29:47 +00:00
kris
4cbb311bc4
Change __BSD_SOURCE references to _BSD_SOURCE. The __FAVOR_BSD and __USE_BSD have double underscores in front, the *_SOURCE only have one.
2007-01-26 22:32:42 +00:00
fyodor
b361685be8
NSE committed
2006-12-11 00:34:26 +00:00
fyodor
d3c1c0427b
Final pcap changes
2006-08-17 00:36:10 +00:00
fyodor
971790a972
Final pcap changes
2006-08-17 00:36:00 +00:00
fyodor
3d9ccee8ff
I think I'm done with pcap upgrade and doug's pcap selectable_fd patch
2006-08-17 00:23:03 +00:00
fyodor
bb78bbc61f
Nmap 4.11
2006-06-24 04:13:43 +00:00
fyodor
48a6d1ce41
latest changes, including a couple doug fixes
2006-05-16 21:46:41 +00:00
fyodor
848ad2a96a
Nmap 4.02Alpha1 release for Everdream
2006-03-03 23:12:14 +00:00
fyodor
c9dd83e327
about to apply Doug DNS fix patch
2006-02-07 07:15:32 +00:00
fyodor
aaf6495447
Nmap 3.97Shmoo
2006-01-11 01:32:04 +00:00
fyodor
1a7e0a1901
Soon to release Nmap 3.94ALPHA3
2005-12-06 22:26:00 +00:00