[Openvas-commits] r1290 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 5 23:06:38 CEST 2008
Author: jan
Date: 2008-09-05 23:06:37 +0200 (Fri, 05 Sep 2008)
New Revision: 1290
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/nessus.h
Log:
* nessus/nessus.h: Removed "timestamps" as protocol extension for
OTP1.0 (it is default now).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2008-09-05 21:05:51 UTC (rev 1289)
+++ trunk/openvas-client/ChangeLog 2008-09-05 21:06:37 UTC (rev 1290)
@@ -1,3 +1,8 @@
+2008-09-05 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+ * nessus/nessus.h: Removed "timestamps" as protocol extension for
+ OTP1.0 (it is default now).
+
2008-09-01 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
* nessus/nessus.h: Removed "plugins_version", "plugins_cve_id",
Modified: trunk/openvas-client/nessus/nessus.h
===================================================================
--- trunk/openvas-client/nessus/nessus.h 2008-09-05 21:05:51 UTC (rev 1289)
+++ trunk/openvas-client/nessus/nessus.h 2008-09-05 21:06:37 UTC (rev 1290)
@@ -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 >< timestamps %s >\n"
+#define PROTO_NAME_OTP "< OTP/1.0 >< %s >\n"
# define SSL_VER_DEF_NAME "TLSv1"
# define SSL_VER_DEF_METH TLSv1_client_method
More information about the Openvas-commits
mailing list