[Openvas-commits] r9785 - in trunk/openvas-manager: . src/schema_formats/XML

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 20 22:55:44 CET 2010


Author: mattm
Date: 2010-12-20 22:55:43 +0100 (Mon, 20 Dec 2010)
New Revision: 9785

Modified:
   trunk/openvas-manager/ChangeLog
   trunk/openvas-manager/src/schema_formats/XML/OMP.xml
Log:
	* src/schema_formats/XML/OMP.xml: Add trust time to GET_AGENTS.

Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog	2010-12-20 21:11:43 UTC (rev 9784)
+++ trunk/openvas-manager/ChangeLog	2010-12-20 21:55:43 UTC (rev 9785)
@@ -1,5 +1,9 @@
 2010-12-20  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/schema_formats/XML/OMP.xml: Add trust time to GET_AGENTS.
+
+2010-12-20  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	* src/schema_formats/XML/OMP.xml: Modify CREATE_TASK, GET_SYSTEM_REPORTS,
 	GET_TASKS and MODIFY_TASK for OMP 2.0 master slave feature.
 

Modified: trunk/openvas-manager/src/schema_formats/XML/OMP.xml
===================================================================
--- trunk/openvas-manager/src/schema_formats/XML/OMP.xml	2010-12-20 21:11:43 UTC (rev 9784)
+++ trunk/openvas-manager/src/schema_formats/XML/OMP.xml	2010-12-20 21:55:43 UTC (rev 9785)
@@ -40,8 +40,8 @@
 x       GET_TASKS  resp  + SLAVE
 x       MODIFY_TASK  req  + SLAVE
 x       GET_SYSTEM_REPORTS  req  + slave_id attrib
-    agent trust
-        GET_AGENTS  resp  + TRUST and TRUST/TIME
+x   agent trust
+x       GET_AGENTS  resp  + TRUST and TRUST/TIME
 x       new  VERIFY_AGENT
 x   lsc credentials
 x       new  MODIFY_LSC_CREDENTIAL
@@ -2477,7 +2477,13 @@
                   <alt>unknown</alt>
                 </alts>
               </t>
+              <e>time</e>
             </pattern>
+            <ele>
+              <name>time</name>
+              <summary>When the signature was verified</summary>
+              <pattern><t>ctime</t></pattern>
+            </ele>
           </ele>
         </ele>
         <ele>
@@ -2506,7 +2512,12 @@
             <name>Custom Scan Agent</name>
             <comment>Custom agent for use on the Web servers.</comment>
             <in_use>1</in_use>
-            <installer><trust>yes</trust></installer>
+            <installer>
+              <trust>
+                <time>Wed Jun 30 21:49:08 1993</time>
+                yes
+              </trust>
+            </installer>
           </agent>
           <truncated>...</truncated>
         </get_agents_response>
@@ -2524,7 +2535,12 @@
             <name>Custom Scan Agent</name>
             <comment>Custom agent for use on the Web servers.</comment>
             <in_use>1</in_use>
-            <installer><trust>yes</trust></installer>
+            <installer>
+              <trust>
+                <time>Wed Jun 30 21:49:08 1993</time>
+                yes
+              </trust>
+            </installer>
           </agent>
         </get_agents_response>
       </response>



More information about the Openvas-commits mailing list