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


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

1.4
date	2001.04.02.05.33.40;	author mharo;	state Exp;
branches;
next	1.3;

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

1.2
date	99.09.10.06.52.19;	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.5
log
@Update to version 2.54 Beta 22.  Nmapfe versions will now track nmap itself.
@
text
@--- gladesig.c.orig	Mon Aug 30 11:27:21 1999
+++ gladesig.c	Sun Apr  1 22:31:42 2001
@@@@ -163,7 +163,7 @@@@
 on_Get_Nmap_Version_activate           (GtkMenuItem    *menuitem,
                                         gpointer        user_data)
 {
-     execute("nmap -V");
+     execute( NMAP_PATH "nmap -V");
 }
 
 
@@@@ -467,7 +467,8 @@@@
 if (size > command_size)
   command = realloc(command, size);
 
- strcpy(command, "nmap ");
+ strcpy(command, NMAP_PATH);
+ strcat(command, "nmap ");
  /*Uhm... yeah.. Spit out which scan to perform based
    on the which_scan variable */
  
@@@@ -487,7 +488,7 @@@@
  	strncat(command, " -sR ", 5);
    
  if (GTK_TOGGLE_BUTTON(MW->fast_check)->active)
-   strncat(command, " -F ", 3);
+   strncat(command, " -F ", 4);
  
  if (GTK_TOGGLE_BUTTON(MW->range_check)->active) {
    val = gtk_entry_get_text(GTK_ENTRY(MW->range_text));
@


1.4
log
@Correct incorrect format of command if "Fast scan" option is enabled

PR:		26158
Submitted by:	    Victor Bondarenko <victor@@indite.org>
@
text
@@


1.3
log
@Finish upgrading this to 0.9.5.
@
text
@d1 3
a3 3
--- gladesig.c.orig	Fri May  7 04:51:52 1999
+++ gladesig.c	Fri Jul 23 11:09:45 1999
@@@@ -171,7 +171,7 @@@@
d12 1
a12 1
@@@@ -296,7 +296,8 @@@@
d22 9
@


1.2
log
@A more optimized way of building the GUI only w/in the nmap distfile
extraction.
@
text
@d1 2
a2 2
--- nmapfe_sig.c.orig	Fri May  7 04:51:52 1999
+++ nmapfe_sig.c	Fri Jul 23 11:09:45 1999
@


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 2
a2 2
--- nmapfe/nmapfe_sig.c.orig	Fri May  7 04:51:52 1999
+++ nmapfe/nmapfe_sig.c	Fri Jul 23 11:09:45 1999
@

