head	1.5;
access;
symbols
	old_RELEASE_4_3_0:1.4
	old_RELEASE_4_2_0:1.4
	old_RELEASE_4_1_1:1.4
	old_RELEASE_4_1_0:1.4
	old_RELEASE_3_5_0:1.4
	old_RELEASE_4_0_0:1.4
	old_RELEASE_3_4_0:1.4
	old_RELEASE_3_3_0:1.4
	old_RELEASE_2_2_8:1.1;
locks; strict;
comment	@# @;


1.5
date	2001.05.28.01.02.07;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	99.09.10.06.52.19;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	99.07.23.18.21.54;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	98.12.17.02.45.00;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	98.11.29.23.02.39;	author asami;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to version 2.54 Beta 22.  Nmapfe versions will now track nmap itself.
@
text
@--- Makefile.in.orig	Fri May  7 04:51:52 1999
+++ Makefile.in	Fri Jul 23 10:46:08 1999
@@@@ -71,7 +71,7 @@@@
 PROGRAMS =  $(bin_PROGRAMS)
 
 
-DEFS = @@DEFS@@ -I. -I$(srcdir) 
+DEFS = @@DEFS@@ -DNMAP_PATH=\"$(bindir)/\"  -I. -I$(srcdir) 
 CPPFLAGS = @@CPPFLAGS@@
 STATIC =
 LDFLAGS = @@LDFLAGS@@ $(STATIC)
@@@@ -231,11 +231,11 @@@@
 maintainer-clean-depend:
 	-rm -rf .deps
 
-%.o: %.c
+.c.o:
 	@@echo '$(COMPILE) -c $<'; \
 	$(COMPILE) -c $<
 
-%.lo: %.c
+.c.lo:
 	@@echo '$(LTCOMPILE) -c $<'; \
 	$(LTCOMPILE) -c $<
 	@@-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
@


1.4
log
@A more optimized way of building the GUI only w/in the nmap distfile
extraction.
@
text
@@


1.3
log
@Hard code the path to nmap w/in nmapfe.  Thus it will work in the face of a
limited path.

Bug reported by:	Andre Albsmeier <andre.albsmeier@@mchp.siemens.de>
@
text
@d1 2
a2 2
--- nmapfe/Makefile.in.orig	Fri May  7 04:51:52 1999
+++ nmapfe/Makefile.in	Fri Jul 23 10:46:08 1999
@


1.2
log
@Somehow this delete didn't propagate.
@
text
@d1 25
a25 20
--- tcpip.c.orig	Sun Nov 29 10:00:13 1998
+++ tcpip.c	Sun Nov 29 10:00:51 1998
@@@@ -563,7 +563,7 @@@@
 if (ifc.ifc_len == 0) 
   fatal("SIOCGIFCONF claims you have no network interfaces!\n");
 #if HAVE_SOCKADDR_SA_LEN
-  len = MAX(sizeof(struct sockaddr), ifr->ifr_addr.sa_len);
+  len = ifr->ifr_addr.sa_len;
 #else
   len = sizeof(SA);
 #endif
@@@@ -581,6 +581,7 @@@@
       dev[63] = '\0';
       return 1;
     }
+    len = ifr->ifr_addr.sa_len;
   }
   /* Shucks, we didn't find it ... */
   dev[0] = '\0';

@


1.1
log
@Fix the bug when the user specs the source address as the tun0/ppp0
link.

Submitted by:	jmb
@
text
@@

