[Openvas-commits] r8082 - in trunk/gsa: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 18 18:20:42 CEST 2010


Author: mattm
Date: 2010-06-18 18:20:42 +0200 (Fri, 18 Jun 2010)
New Revision: 8082

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/gsad.c
Log:
	* src/gsad_omp.c (init_validator): Move "get_tasks" into alphabetical
	order.


Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2010-06-18 16:16:41 UTC (rev 8081)
+++ trunk/gsa/ChangeLog	2010-06-18 16:20:42 UTC (rev 8082)
@@ -1,18 +1,20 @@
 2010-06-18  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/gsad_omp.c (init_validator): Move "get_tasks" into alphabetical
+	order.
+
+2010-06-18  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	* src/html/gsa-style.css: Order authors alphabetically.
 
 2010-06-18  Matthew Mundell <matthew.mundell at greenbone.net>
 
 	Rename GET_STATUS to GET_TASKS.
 
-	* src/omp.c (init_validator, exec_omp_post, exec_omp_get): Replace
-	"get_status" with "get_tasks".
+	* src/gsad_oap.c (get_users_oap, get_feed_oap, sync_feed_oap)
+	(get_settings_oap, edit_settings_oap, save_settings_oap)
+	(modify_ldap_auth_oap): Replace "get_status" with "get_tasks".
 
-	* src/oap.c (get_users_oap, get_feed_oap, sync_feed_oap, get_settings_oap)
-	(edit_settings_oap, save_settings_oap, modify_ldap_auth_oap): Replace
-	"get_status" with "get_tasks".
-
 	* src/gsad_omp.c: Replace "get_status" with "get_tasks" in all messages
 	and comments.
 	(get_status, get_status_omp): Remove.

Modified: trunk/gsa/src/gsad.c
===================================================================
--- trunk/gsa/src/gsad.c	2010-06-18 16:16:41 UTC (rev 8081)
+++ trunk/gsa/src/gsad.c	2010-06-18 16:20:42 UTC (rev 8082)
@@ -229,12 +229,12 @@
                          "|(get_overrides)"
                          "|(get_report)"
                          "|(get_settings)"
-                         "|(get_tasks)"
                          "|(get_schedule)"
                          "|(get_schedules)"
                          "|(get_system_reports)"
                          "|(get_target)"
                          "|(get_targets)"
+                         "|(get_tasks)"
                          "|(get_user)"
                          "|(get_users)"
                          "|(import_config)"



More information about the Openvas-commits mailing list