[Openvas-commits] r13058 - in trunk/openvas-administrator: . doc src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 15 14:03:01 CET 2012
Author: jan
Date: 2012-03-15 14:03:01 +0100 (Thu, 15 Mar 2012)
New Revision: 13058
Modified:
trunk/openvas-administrator/ChangeLog
trunk/openvas-administrator/INSTALL
trunk/openvas-administrator/doc/oap.rnc
trunk/openvas-administrator/src/oap.c
Log:
* doc/oap.rnc, src/oap.c: Set protocol version to 1.1.
* INSTALL: Harmonize with INSTALL of other OpenVAS modules.
Modified: trunk/openvas-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2012-03-15 12:47:27 UTC (rev 13057)
+++ trunk/openvas-administrator/ChangeLog 2012-03-15 13:03:01 UTC (rev 13058)
@@ -1,3 +1,9 @@
+2011-03-15 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+ * doc/oap.rnc, src/oap.c: Set protocol version to 1.1.
+
+ * INSTALL: Harmonize with INSTALL of other OpenVAS modules.
+
2012-03-15 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* src/oap.c (modify_user_data_reset): Don not free array content
Modified: trunk/openvas-administrator/INSTALL
===================================================================
--- trunk/openvas-administrator/INSTALL 2012-03-15 12:47:27 UTC (rev 13057)
+++ trunk/openvas-administrator/INSTALL 2012-03-15 13:03:01 UTC (rev 13058)
@@ -1,9 +1,15 @@
-Installation of OpenVAS Administrator
+INSTALLATION INSTRUCTIONS FOR OPENVAS-ADMINISTRATOR
+===================================================
-The reference system used by the developers is Debian GNU Linux 'Lenny' 5.0.
-The build might fail on any other systems. Also it is necessary to install
-dependent development packages.
+Please note: The reference systems used by most of the developers are Debian
+GNU/Linux 'Lenny' 5.0 and Debian GNU/Linux 'Squeeze' 6.0. The build might fail
+on any other systems. Also it is necessary to install dependent development
+packages.
+
+Prerequisites for openvas-administrator
+---------------------------------------
+
Prerequisites:
* openvas-libraries >= 5.0.0
* gnutls-dev
@@ -17,6 +23,10 @@
* xmltoman (optional, for building man page)
* graphviz (the "dot" tool to make the documentation look nicer)
+
+Compiling openvas-administrator
+-------------------------------
+
If you have installed required libraries to a non-standard location, remember to
set the PKG_CONFIG_PATH environment variable to the location of you pkg-config
files before configuring:
Modified: trunk/openvas-administrator/doc/oap.rnc
===================================================================
--- trunk/openvas-administrator/doc/oap.rnc 2012-03-15 12:47:27 UTC (rev 13057)
+++ trunk/openvas-administrator/doc/oap.rnc 2012-03-15 13:03:01 UTC (rev 13058)
@@ -1,6 +1,6 @@
#### OpenVAS Administrator Protocol (OAP)
####
-#### Version: 1.0
+#### Version: 1.1
####
#### The "administrator" protocol of the Open Vulnerability Assessment System.
Modified: trunk/openvas-administrator/src/oap.c
===================================================================
--- trunk/openvas-administrator/src/oap.c 2012-03-15 12:47:27 UTC (rev 13057)
+++ trunk/openvas-administrator/src/oap.c 2012-03-15 13:03:01 UTC (rev 13058)
@@ -2328,7 +2328,7 @@
case CLIENT_VERSION:
SEND_TO_CLIENT_OR_FAIL ("<get_version_response" " status=\"" STATUS_OK
"\"" " status_text=\"" STATUS_OK_TEXT "\">"
- "<version preferred=\"yes\">1.0</version>"
+ "<version preferred=\"yes\">1.1</version>"
"</get_version_response>");
set_client_state (CLIENT_AUTHENTIC);
break;
More information about the Openvas-commits
mailing list