[Openvas-commits] r6231 - in trunk/openvas-manager: . src/tests
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 21 16:43:21 CET 2009
Author: mattm
Date: 2009-12-21 16:43:19 +0100 (Mon, 21 Dec 2009)
New Revision: 6231
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/tests/omp_help_0.c
Log:
* src/tests/omp_help_0.c (help_text): Add agent commands.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-12-21 15:05:16 UTC (rev 6230)
+++ trunk/openvas-manager/ChangeLog 2009-12-21 15:43:19 UTC (rev 6231)
@@ -1,5 +1,9 @@
2009-12-21 Matthew Mundell <matthew.mundell at intevation.de>
+ * src/tests/omp_help_0.c (help_text): Add agent commands.
+
+2009-12-21 Matthew Mundell <matthew.mundell at intevation.de>
+
* doc/openvasmd.html, doc/openvasmd.8: New files.
* doc/CMakeLists.txt: Remove groff comments. Prevent "clean" from
Modified: trunk/openvas-manager/src/tests/omp_help_0.c
===================================================================
--- trunk/openvas-manager/src/tests/omp_help_0.c 2009-12-21 15:05:16 UTC (rev 6230)
+++ trunk/openvas-manager/src/tests/omp_help_0.c 2009-12-21 15:43:19 UTC (rev 6231)
@@ -37,14 +37,17 @@
" AUTHENTICATE Authenticate with the manager.\n"
" COMMANDS Run a list of commands.\n"
" CREATE_CONFIG Create a config.\n"
+" CREATE_AGENT Create a agent.\n"
" CREATE_LSC_CREDENTIAL Create a local security check credential.\n"
" CREATE_TARGET Create a target.\n"
" CREATE_TASK Create a task.\n"
+" DELETE_AGENT Delete a agent.\n"
" DELETE_CONFIG Delete a config.\n"
" DELETE_LSC_CREDENTIAL Delete a local security check credential.\n"
" DELETE_REPORT Delete a report.\n"
" DELETE_TARGET Delete a target.\n"
" DELETE_TASK Delete a task.\n"
+" GET_AGENTS Get all agents.\n"
" GET_CERTIFICATES Get all available certificates.\n"
" GET_CONFIGS Get all configs.\n"
" GET_DEPENDENCIES Get dependencies for all available NVTs.\n"
More information about the Openvas-commits
mailing list