head	1.4;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	nmap_2_30_beta17:1.2
	nmap_2_30_beta18:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.07.01.03.38.04;	author foxfair;	state dead;
branches;
next	1.3;

1.3
date	2003.06.16.04.43.50;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.28.10.02.12;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.07.23.18.21.54;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@PR:		53933
Submitted by:	maintainer
Reviewed by:
Approved by:
Obtained from:
MFC after:
1. Upgrade Nmap to 3.30, which released at Jun 29, 2003. Major enchancement is
   OS fingerprints update. The fingerprint DB now contains almost 1000
   fingerprints.

   See ChangeLog at this link:

	http://lists.insecure.org/lists/nmap-hackers/2003/Apr-Jun/0016.html

2. Renamed the patch files to be more descriptive.
@
text
@--- nmapfe/nmapfe_sig.c.old	Sun Jun 15 17:37:46 2003
+++ nmapfe/nmapfe_sig.c	Sun Jun 15 17:44:47 2003
@@@@ -433,7 +433,7 @@@@
   if (size > command_size)
     command = realloc(command, size);
 
-  strcpy(command, "nmap ");
+  strcpy(command, NMAP_PATH "nmap ");
   /* Uhm... yeah.. Spit out which scan to perform based
     on the which_scan variable */
  
@


1.3
log
@nmap 3.27 -> 3.28

PR:		53351
Submitted by:	Dominic Marks <dom@@cus.org.uk>
@
text
@@


1.2
log
@Update to version 2.3 Beta 14
@
text
@d1 3
a3 12
--- nmapfe/nmapfe_sig.c.orig	Thu Jan 27 23:46:47 2000
+++ nmapfe/nmapfe_sig.c	Fri Jan 28 01:59:47 2000
@@@@ -164,7 +164,7 @@@@
 on_Get_Nmap_Version_activate           (GtkMenuItem    *menuitem,
                                         gpointer        user_data)
 {
-  execute("nmap -V");
+  execute( NMAP_PATH "nmap -V");
 }
 
 
@@@@ -468,7 +468,7 @@@@
d9 1
a9 1
   /*Uhm... yeah.. Spit out which scan to perform based
@


1.1
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 3
a3 3
--- nmapfe/nmapfe_sig.c.orig	Fri May  7 04:51:52 1999
+++ nmapfe/nmapfe_sig.c	Fri Jul 23 11:09:45 1999
@@@@ -171,7 +171,7 @@@@
d7 2
a8 2
-     execute("nmap -V");
+     execute( NMAP_PATH "nmap -V");
d12 3
a14 3
@@@@ -296,7 +296,8 @@@@
 if (size > command_size)
   command = realloc(command, size);
d16 4
a19 5
- strcpy(command, "nmap ");
+ strcpy(command, NMAP_PATH);
+ strcat(command, "nmap ");
  /*Uhm... yeah.. Spit out which scan to perform based
    on the which_scan variable */
@

