head	1.5;
access;
symbols
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2002.06.19.11.13.12;	author olgeni;	state dead;
branches;
next	1.4;

1.4
date	2001.01.24.03.26.01;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.01.00.06.23;	author jedgar;	state Exp;
branches;
next	1.2;

1.2
date	99.12.27.21.49.05;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.12.01.05.27.12;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.

Give maintainership to udo.schweigert@@siemens.com, who already maintains
the -devel ports.
@
text
@--- nessus/preferences.c.orig	Sun Jan 30 12:22:46 2000
+++ nessus/preferences.c	Sun Jan 30 12:23:27 2000
@@@@ -60,27 +60,6 @@@@
  if(Alt_rcfile)return Alt_rcfile;
  else
   {
-#ifdef ENABLE_CRYPTO_LAYER
-  char *t, *s = peks_get_dirfile (NESSUS_RCFILE);
-  if (s == 0) 
-    return 0 ;
-  /* peks uses another memory management */
-  t = estrdup (s);
-  xfree (s);
-#ifdef _WIN32
-  /* on Windows we have no HOME varable set, by default */
-  if (getenv("HOME") == 0 && (s = peks_get_homedir (0)) != 0) {
-    char *e = strcat (strcpy (pmalloc (strlen (s) + 10), "HOME="), s);
-#   ifdef HAVE__PUTENV
-    _putenv (e);
-#   else
-    putenv (e);
-#   endif
-    xfree (e);
-  }
-#endif /* _WIN32 */
-  return t;
-#else
   char* home;
   char * ret;
   struct passwd * pwd;
@@@@ -100,7 +79,6 @@@@
    return(ret);
   } 
   return(NULL);
-#endif
  }
 }
@


1.4
log
@Upgrade to 1.0.7.

PR:		ports/24501, ports/24502, ports/24503, ports24504
Submitted by:	maintainer
@
text
@@


1.3
log
@Update port to 0.99.4

PR:		16478
Submitted by:	Maintainer
@
text
@a37 1
  
@


1.2
log
@Update to version 0.99.2

PR:		15714 (1 of 4)
Submitted by:	maintainer
@
text
@d1 6
a6 6
--- nessus/preferences.c.old	Mon Dec 27 10:39:54 1999
+++ nessus/preferences.c	Mon Dec 27 10:42:11 1999
@@@@ -57,27 +57,6 @@@@
 static char * 
 preferences_get_filename()
 {
d31 1
a31 1
@@@@ -97,7 +76,6 @@@@
d36 1
a38 1
 static int preferences_new()
@


1.1
log
@PR:			ports/14773
Submitted by:		maintainer
Update to 0.99.1, and disable nessus for compiling in -current.
Original patch submitted by the maintainer, and some fixes from me.
@
text
@d1 3
a3 12
--- nessus/preferences.c.orig	Sat Nov 13 18:06:16 1999
+++ nessus/preferences.c	Tue Nov 30 20:49:15 1999
@@@@ -24,7 +24,7 @@@@
 #include "globals.h"
 #include "nessus.h"
 #ifdef ENABLE_CRYPTO_LAYER
-#include <peks.h>
+#include "peks/peks.h"
 #endif
 
 static int preferences_new();
@@@@ -60,15 +60,6 @@@@
d14 12
d31 1
a31 1
@@@@ -88,7 +79,6 @@@@
@

