[Openvas-commits] r1326 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 10 15:01:29 CEST 2008
Author: jan
Date: 2008-09-10 15:01:12 +0200 (Wed, 10 Sep 2008)
New Revision: 1326
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/nessus_plugin.h
Log:
* nessus/nessus_plugin.h (struct nessus_plugin): Finally remove
the old ID. Its use has been eliminated all over the code.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2008-09-10 12:57:23 UTC (rev 1325)
+++ trunk/openvas-client/ChangeLog 2008-09-10 13:01:12 UTC (rev 1326)
@@ -1,5 +1,10 @@
2008-09-10 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ * nessus/nessus_plugin.h (struct nessus_plugin): Finally remove
+ the old ID. Its use has been eliminated all over the code.
+
+2008-09-10 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
Migrate the XML export format to a new version that now also
uses OID as a base. Many node names have changed. There is currently
no old version supported.
Modified: trunk/openvas-client/nessus/nessus_plugin.h
===================================================================
--- trunk/openvas-client/nessus/nessus_plugin.h 2008-09-10 12:57:23 UTC (rev 1325)
+++ trunk/openvas-client/nessus/nessus_plugin.h 2008-09-10 13:01:12 UTC (rev 1326)
@@ -1,6 +1,5 @@
struct nessus_plugin {
- int id;
char * oid;
char * name;
char * md5sum;
More information about the Openvas-commits
mailing list