[Openvas-commits] r2461 - in trunk/openvas-libnasl: . include test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 12 14:33:13 CET 2009


Author: jan
Date: 2009-02-12 14:33:12 +0100 (Thu, 12 Feb 2009)
New Revision: 2461

Added:
   trunk/openvas-libnasl/test/README.txt
Removed:
   trunk/openvas-libnasl/test/README
Modified:
   trunk/openvas-libnasl/ChangeLog
   trunk/openvas-libnasl/MANIFEST
   trunk/openvas-libnasl/include/nasl.h
Log:
* include/nasl.h: Doxygen mainpage now uses new README

* test/README: Renamed to README.txt

* test/README.txt: Former README.

* MANIFEST: Updated.



Modified: trunk/openvas-libnasl/ChangeLog
===================================================================
--- trunk/openvas-libnasl/ChangeLog	2009-02-12 13:10:19 UTC (rev 2460)
+++ trunk/openvas-libnasl/ChangeLog	2009-02-12 13:33:12 UTC (rev 2461)
@@ -1,3 +1,13 @@
+2009-02-12  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* include/nasl.h: Doxygen mainpage now uses new README
+
+	* test/README: Renamed to README.txt
+
+	* test/README.txt: Former README.
+
+	* MANIFEST: Updated.
+
 2009-02-12  Michael Wiegand <michael.wiegand at intevation.de>
 
 	* README: Added a README containing information about openvas-libnasl

Modified: trunk/openvas-libnasl/MANIFEST
===================================================================
--- trunk/openvas-libnasl/MANIFEST	2009-02-12 13:10:19 UTC (rev 2460)
+++ trunk/openvas-libnasl/MANIFEST	2009-02-12 13:33:12 UTC (rev 2461)
@@ -102,5 +102,5 @@
 test/signed.nasl
 test/signed.nasl.asc
 test/test_script_signing.sh
-test/README
+test/README.txt
 VERSION

Modified: trunk/openvas-libnasl/include/nasl.h
===================================================================
--- trunk/openvas-libnasl/include/nasl.h	2009-02-12 13:10:19 UTC (rev 2460)
+++ trunk/openvas-libnasl/include/nasl.h	2009-02-12 13:33:12 UTC (rev 2461)
@@ -4,8 +4,8 @@
 /**
  * @mainpage
  * 
- * @section installation Installation instructions
- * @verbinclude ../INSTALL
+ * @section installation Overview and installation instructions
+ * @verbinclude README
  *
  * @section copying License Information
  * @verbinclude COPYING

Deleted: trunk/openvas-libnasl/test/README
===================================================================
--- trunk/openvas-libnasl/test/README	2009-02-12 13:10:19 UTC (rev 2460)
+++ trunk/openvas-libnasl/test/README	2009-02-12 13:33:12 UTC (rev 2461)
@@ -1,44 +0,0 @@
-Notes for the OpenVAS-NASL Test-Suite
-=====================================
-
-
-Signature tests
----------------
-
-The test suite comes with a keypair used to create and check signatures
-for testing.  In SVN the keys and trustdb are managed in plain text
-files in the keys subdirectory.  Running the testsuite creates the gnupg
-subdirectory which contains the keys and trustdb in the form used by
-GnuPG.  Summary of the key currently in use:
-
-   pub   1024D/D23A2818 2007-10-04
-   uid                  OpenVAS Testsuite Key (only used for tests)
-   sub   2048g/0FF68D39 2007-10-04
-
-Passphrase is "openvas" (without the quotes).
-
-
-Common commands
-~~~~~~~~~~~~~~~
-
-Here are the most important commands that one may need when hacking on
-the test-suite (all commands assume the working directory is the test
-directory):
-
-1. Signing a file
-
-   gpg --homedir=gnupg --detach-sign -a somescript.nasl
-
-This will create the signature in the file somescript.nasl.asc
-
-
-2. Recreating/updating the files in the keys subdirectory
-
-Exporting the keypair:
-
-  gpg --homedir=gnupg --export-secret-key -a -o keys/keypair.asc D23A2818
-
-Exporting the trustdb:
-
-  gpg --homedir=gnupg-orig/ --export-ownertrust > keys/ownertrust.txt
-

Copied: trunk/openvas-libnasl/test/README.txt (from rev 2460, trunk/openvas-libnasl/test/README)


Property changes on: trunk/openvas-libnasl/test/README.txt
___________________________________________________________________
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native



More information about the Openvas-commits mailing list