[Openvas-commits] r399 - in trunk/openvas-client: . include

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 20 18:55:03 CEST 2007


Author: bh
Date: 2007-09-20 18:55:03 +0200 (Thu, 20 Sep 2007)
New Revision: 399

Removed:
   trunk/openvas-client/include/nessus-devel.h
Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/include/includes.h
Log:
* include/includes.h: No longer includes nessus-devel.h

* include/nessus-devel.h: Removed because it's not actually used.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2007-09-20 13:02:57 UTC (rev 398)
+++ trunk/openvas-client/ChangeLog	2007-09-20 16:55:03 UTC (rev 399)
@@ -1,3 +1,9 @@
+2007-09-20  Bernhard Herzog  <bh at intevation.de>
+
+	* include/includes.h: No longer includes nessus-devel.h
+
+	* include/nessus-devel.h: Removed because it's not actually used.
+
 2007-09-18  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	Post-release version bump.

Modified: trunk/openvas-client/include/includes.h
===================================================================
--- trunk/openvas-client/include/includes.h	2007-09-20 13:02:57 UTC (rev 398)
+++ trunk/openvas-client/include/includes.h	2007-09-20 16:55:03 UTC (rev 399)
@@ -263,7 +263,6 @@
 
 #include <ntcompat.h>
 #include <libnessus.h>
-#include <nessus-devel.h>
 #ifndef __HARG_INTERNAL__
 #include <harglists.h>
 #endif

Deleted: trunk/openvas-client/include/nessus-devel.h
===================================================================
--- trunk/openvas-client/include/nessus-devel.h	2007-09-20 13:02:57 UTC (rev 398)
+++ trunk/openvas-client/include/nessus-devel.h	2007-09-20 16:55:03 UTC (rev 399)
@@ -1,62 +0,0 @@
-/*
- * Nessus Development Header
- */
-
-#ifndef NESSUSNT
-
-#ifndef HAVE_MEMCPY
-#define memcpy(d, s, n) bcopy ((s), (d), (n))
-#define memmove(d, s, n) bcopy ((s), (d), (n))
-#endif
-
-#endif
-
-
-#if !defined(HAVE_BZERO) || (HAVE_BZERO == 0)
-#define bzero(s,z) memset(s,0,z)
-#endif
-
-#if !defined(HAVE_BCOPY) || (HAVE_BCOPY == 0)
-#define bcopy(x,y,z) memcpy(y,x,z)
-#endif
-
-typedef struct {
-  int ntp_version;	/*  NTP_VERSION, as defined in ntp.h      	  */
-  int ciphered:1;		/*  TRUE, if we are using encryption      	  */
-  int ntp_11:1;		/*  TRUE, if we may use NTP 1.1 features; should
-			    better be splitted into different capability
-			    attributes, but this one simplifies the step
-			    from NTP 1.1 to NTP 1.2. In the future we'll
-			    use caps, I promise! :-)			  */
-  int scan_ids:1;         /*  TRUE, if HOLE and INFO messages should
-			    contain scan ID's.				  */
-  int pubkey_auth:1;	/* TRUE if the client wants to use public key
-  			    authentification */
-  int escape_crlf:1;	/* TRUE if the client wants us to escape CRLF
-  			   (they will be replaced by ';' if set to FALSE)
-			   */
-
-  int md5_caching:1;	/* TRUE if the client does not want us to send the
-			   list of plugins directly, but just the md5 
-			   hash instead
-			 */
-			 
-  int plugins_version:1;	/* TRUE if the client wants us to send the versions
-  			   of our plugins
-			 */			 
-
-  int timestamps:1;	/* TRUE if the client wants us to send timestamps
-			   regarding the start and end of the whole scan
-			   and of each server (msg TIME)
-			 */
-  int plugins_cve_id:1;	/* the the CVE ID of the plugins along with their version */
-
-  int dns:1; /* send the host name and host ip */
-  int dependencies:1; /* send the list of plugins dependencies */
-  int fast_login:1;
-  int md5_by_name:1;
-  int plugins_bugtraq_id:1;
-  int plugins_xrefs:1;
-} ntp_caps;
-
-



More information about the Openvas-commits mailing list