[Openvas-commits] r1268 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 1 16:47:17 CEST 2008
Author: jan
Date: 2008-09-01 16:47:16 +0200 (Mon, 01 Sep 2008)
New Revision: 1268
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/nessus.h
Log:
* nessus/nessus.h: Removed "dependecies" as protocol extension
for OTP1.0 (it is default now).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2008-09-01 14:43:53 UTC (rev 1267)
+++ trunk/openvas-client/ChangeLog 2008-09-01 14:47:16 UTC (rev 1268)
@@ -1,3 +1,8 @@
+2008-09-01 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+ * nessus/nessus.h: Removed "dependecies" as protocol extension
+ for OTP1.0 (it is default now).
+
2008-09-01 Michael Wiegand <michael.wiegand at intevation.de>
* nessus/plugin_infos.c (plugin_info_window_setup): Add description when
Modified: trunk/openvas-client/nessus/nessus.h
===================================================================
--- trunk/openvas-client/nessus/nessus.h 2008-09-01 14:43:53 UTC (rev 1267)
+++ trunk/openvas-client/nessus/nessus.h 2008-09-01 14:47:16 UTC (rev 1268)
@@ -39,7 +39,7 @@
#define DEFAULT_SERVER "localhost"
#define PROTO_NAME "< NTP/1.2 >< plugins_cve_id plugins_version plugins_bugtraq_id plugins_xrefs timestamps dependencies %s >\n"
-#define PROTO_NAME_OTP "< OTP/1.0 >< plugins_cve_id plugins_version plugins_bugtraq_id plugins_xrefs timestamps dependencies %s >\n"
+#define PROTO_NAME_OTP "< OTP/1.0 >< plugins_cve_id plugins_version plugins_bugtraq_id plugins_xrefs timestamps %s >\n"
# define SSL_VER_DEF_NAME "TLSv1"
# define SSL_VER_DEF_METH TLSv1_client_method
More information about the Openvas-commits
mailing list