2008-07-01  Michael Wiegand <michael.wiegand@intevation.de>

	* MANIFEST: updated.

2008-07-01  Michael Wiegand <michael.wiegand@intevation.de>

	Doing the 1.0.1 release.

	* VERSION: Set to 1.0.1.

	* CHANGES: Updated.

2008-06-27  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* openvas-libnasl-config.in: fix variable replacement problems.
	Original problem report and initial patch supplied by
	Ales Nosek.

2008-06-26  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Removed misleading comments.

2008-06-19  Tim Brown <timb@nth-dimension.org.uk>

	* nasl/lfind.c: Replaced with http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-3-1/src/lib/libc/stdlib/lsearch.c.
	This fixes a problem where the original file was 4-clause BSD.

	* packaging/debian/copyright: Expanded the copyright notice to
	cover change to nasl/lsearch.c, the missing PKT_LICENSE file
	and the OpenSSL-exemption.
	
	* packaging/debian/control: Fixed Build-Depend directive.

2008-06-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* doc/nasl2_reference.lyx: Removed because it is proprietary.

	* doc/Makefile: Handling of nasl2_reference removed.

2008-05-23  Tim Brown <timb@nth-dimension.org.uk>

	* packaging/debian/copyright, packaging/debian/changelog: More
	information in the copyright. Done after a full (C) and license
	review of all the source code.

2008-05-02  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Raised dependency to openvas-libraries
	from 0.9.2 to 1.0.2 (due to API extension for oid)

	* configure: updated.

	* nasl/nasl_nessusd_glue.h: Added missing proto for script_oid()

2008-04-30  Tim Brown <timb@nth-dimension.org.uk>

	* nasl/nasl_nessusd_glue.c, nasl/nasl_init.c: Preliminary support
	for script_oid function.

	* packaging/debian/control: Minor updates to control file to fix
	issues highlighted by jfs in regard to the priority.

2008-04-22  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* doc/openvas-libnasl-config.1, doc/openvas-nasl.1: Some renaming
	from Nessus to OpenVAS, basically to avoid confusion.

2008-04-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* packaging/fedora: New. Directory for Fedora RPM files.

	* packaging/fedora/openvas-libnasl-1.0.0-configure.diff,
	packaging/fedora/openvas-libnasl-1.0.0-configure.in.diff,
	packaging/fedora/openvas-libnasl-1.0.0-Makefile.diff,
	packaging/fedora/openvas-libnasl-1.0.0-nasl-Makefile.diff,
	packaging/fedora/openvas-libnasl-1.0.0-1.fc8.openvas.spec: New.

	* MANIFEST: updated.

2008-04-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* packaging/opensuse: New. Directory for OpenSUSE RPM files.

	* opensuse/openvas-libnasl-1.0.0-1.suse102.openvas.spec,
	opensuse/openvas-libnasl-1.0.0-Makefile.diff,
	opensuse/openvas-libnasl-1.0.0-configure.diff,
	opensuse/openvas-libnasl-1.0.0-configure.in.diff,
	opensuse/openvas-libnasl-1.0.0-nasl-Makefile.diff: New.

2008-04-16  Bernhard Herzog  <bh@intevation.de>

	* nasl/Makefile (install): Use TAB in Makefile rule

2008-04-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* Makefile (install): Do not create the openvas localstatedir. This
	is not necessary for openvas-libnasl, only relevant for openvas-server.

2008-04-16  Javier Fernndez-Sanguino Pea <jfs@computer.org>

	* Makefile, nasl/Makefile: Restore DESTDIR

	* packaging/debian/rules: Use DESTDIR, not prefix.

	* packaging/debian/control: Typo fix in description.

	* packaging/debian/changelog: New Debian version.

	* packaging/debian/control: Remove unnecessary misc:Depends

2008-04-16  Tim Brown <timb@nth-dimension.org.uk>

	* packaging/debian/*: Minor fixes, now lintian clean.

	* nasl/Makefile: Changed nasl to openvas-nasl in clean target, as
	it was blocking rebuilds.

2008-04-15  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Added forgotten file "CHANGES".

2008-04-04  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_nessusd_glue.c (set_kb_item): Include parameter "name"
	in error messages for invalid values.

2008-03-06  Bernhard Herzog  <bh@intevation.de>

	* test/test_blowfish.nasl, test/test_bn.nasl, test/test_dh.nasl,
	test/test_dsa.nasl, test/test_privkey.nasl,
	test/test_rsa.nasl, test/testsuiteinit.nasl,
	test/testsuitesummary.nasl: Add copyright header.

	* test/test_md.nasl: Adapt header slightly to make it more like
	the headers of the other testsuite files.

2008-03-06  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_text_utils.c (nasl_hexstr): Core functionality
	reimplemented in a simpler way that completely the eliminates the
	strcat call and does not need a Flawfinder: ignore anymore.

2008-03-06  Bernhard Herzog  <bh@intevation.de>

	* test/test_hexstr.nasl: Test case for the nasl function hexstr

	* test/Makefile (TEST_SCRIPTS): Add test_hexstr.nasl

2008-03-06  Bernhard Herzog  <bh@intevation.de>

	* test/Makefile (check): do not echo the echo command itself

2008-03-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* test/test_md.nasl: Added standard header.

2008-03-03  Laban Mwangi <labeneator@gmail.com>

	* nasl/nasl_misc_funcs.c, nasl/nasl_signature.c,
	nasl/nasl_cmd_exec.c, nasl/nasl_text_utils.c,
	nasl/nasl_http.c: Adding FlawFinder ignores
	to various string operations as discussed on
	the Mailing List.

2008-02-12  Tim Brown <timb@nth-dimension.org.uk>

	* nasl/Makefile: Patch by Philipp Reinkemeier to make
	parallel build safe.

	* packaging, packaging/debian: New directories.

	* packaging/debian/control, packaging/debian/libopenvasnasl1.dirs,
	packaging/debian/compat, packaging/debian/libopenvasnasl1-dev.install,
	packaging/debian/changelog, packaging/debian/libopenvasnasl1.install,
	packaging/debian/copyright, packaging/debian/rules,
	packaging/debian/libopenvasnasl1-dev.dirs: New. The debian packaging files.

2008-02-11  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Downgraded required gpgme version from 1.1.5 to 1.1.2.
	The 1.1.2 is standard of Debian Etch 4.0 and prooved to be sufficient.

	* configure: Updated.

2008-02-11  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Fixed gpgme version test to also cope with svn releases.

	* configure: Updated.

2008-01-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: set to 1.0.1.SVN

2008-01-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 1.0.0 release.

	* VERSION: set to 1.0.0.

	* CHANGES: Updated according to ChangeLog.

2007-11-22  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Added version check for gpgme.
	Necessary for example if libgpgme6 instead of libgpgme11
	is installed on a Debian system.

	* configure: updated.

2007-11-15  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nasl/preparse.c: naslparse should be put outside of the
	ifdef, will fix an undefined reference warning.
	Thanks to Hanno Bck for this patch.

2007-11-06  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nasl/nasl_host.c: Added missing include (thanks to Hanno Bck)
	(nasl_same_host): Fixed call of nasl_perror().

2007-11-01  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: set to 0.9.3.SVN

2007-11-01  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 0.9.2 release.

	* VERSION: set to 0.9.2.

	* CHANGES: Updated according to ChangeLog.

2007-10-29  Bernhard Herzog  <bh@intevation.de>

	* test/test_blowfish.nasl (test_bf_cbc_encrypt): New parameter
	variant so that multiple calls can be distinguished in the output.
	There's a new test now for keys longer than 16 bytes and ivs
	longer 8 bytes.

	* nasl/nasl_crypto2.c (nasl_bf_cbc): Make if behave more like the
	original OpenSSL based implementation.  Now it's OK to pass in a
	key longer than 16 bytes and an iv longer than 8 bytes.  However
	only first 16 bytes of the key and first 8 bytes of the iv are
	actually used.  Using shorter keys/ivs is still an error.

2007-10-26  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_crypto2.c (nasl_rsa_public_decrypt): Pass the
	signature as MPI to libgcrypt to avoid problems with numbers whose
	most significant bit is set.  Also strip pkcs#1 padding from the
	decrypted string if present.  The original openssl based
	implementation also stripped the padding and the code in
	ssh_func.inc expects that behavior.
	(strip_pkcs1_padding): New internal function to strip pkcs#1
	padding.

	* test/test_rsa.nasl (signature2, plain_text2): New
	plaintext/signature combination where the signature has the most
	significant bit set.
	(test_rsa_public_decrypt): New parameter variant so that multiple
	calls can be distinguished in the output.  The function is called
	twice now with different signatures.  Also, omit the padding from
	the expected result because it's automatically stripped now.

2007-10-17  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nasl/Makefile: Don't remove strutils.h anymore, it is now
	a source file.

2007-10-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* doc/signatures-howto.txt: Fixed description: Unlike
	Nessus, for OpenVAS plugins rules: no sig present hence
	not executed.

2007-10-15  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: set to 0.9.2.SVN

2007-10-15  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 0.9.1 release.

	* VERSION: set to 0.9.1.

	* CHANGES: Updated according to ChangeLog.

2007-10-09  Bernhard Herzog  <bh@intevation.de>

	* test/test_script_signing.sh (unsigned): Update test for unsigned
	scripts to match the change in nasl_grammar.y

2007-10-09  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_grammar.y (init_nasl_ctx): Treat a missing signature
	like a bad signature so that only nasl files with good signatures
	are executed if signature checks are not disabled.

2007-10-09  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* VERSION: updated to 0.9.0.SVN.

2007-10-09  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: updated.

2007-10-09  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Added sanity check for minimum version of
	openvas-libraries. Which is set to 0.9.2 because a newly
	installed header file of openvas-libraries is needed.

	* configure: updated.

2007-10-08  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl.c: #include "hosts_gatherer.h" and remove the
	declarations of hosts_gatherer.h functions that had been copied
	here.
	(main): Use the correct typ for hg_globals instead of void *

2007-10-08  Bernhard Herzog  <bh@intevation.de>

	* nasl/strutils.c: #include "strutils.h"

2007-10-08  Bernhard Herzog  <bh@intevation.de>

	* nasl/strutils.h.in, nasl/strutils.h: Renamed strutils.h.in to
	strutils.h.  There's no need to generate the latter from the
	former, because the former doesn't contain any variable
	substition rules

	* configure.in: Do not generate nasl/strutils.h

	* configure: Update from configure.in

2007-10-08  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_grammar.y (nasllex): Make nasllex static and add a
	declaration for it.

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl.c (usage, main): Remove the option to sign a
	script (-S).  It's not needed anymore in OpenVAS.

	* nasl/nasl_crypto2.c (generate_signed_script): Remove.  Now
	unused.

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	* test/README: New.  Some information about the test suite,
	especially the signature tests.

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	* doc/signatures-howto.txt: Add some documentation about signature
	handling in OpenVAS NASL

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	Extend the test suite to test signature verification

	* test/signed.nasl, test/signed.nasl.asc: New. Signed NASL script
	with corresponding signature

	* test/test_script_signing.sh: New.  Script that runs some
	signature verification tests.  Uses signed.nasl.

	* test/Makefile: Add creation of the actual gnupg home directory
	and run the signature verification tests

	* test/keys/keypair.asc: New.  gnupg keypair for the test suite

	* test/keys/ownertrust.txt: New. owner trust database for the test
	suite.

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	Implement the GnuPG based detached signatures for nasl scripts.

	* nasl/nasl_signature.c, nasl/nasl_signature.h: New. GPGME base
	signature verification with the new function nasl_verify_signature

	* nasl/nasl_grammar.y (init_nasl_ctx): Check detached gpg
	signatures now, using nasl_verify_signature instead of the old
	verify_script_signature

	* nasl/nasl_crypto2.c (hexdecode, verify_script_signature):
	Removed.  The functions are no longer uses.

	* nasl/nasl_crypto2.h (verify_script_signature): Removed.

	* nasl/Makefile (NESSUS_CFLAGS, +NESSUS_LIBS): Add GPGME options
	(OBJS, LO_OBJS): Add nasl_signature.

2007-10-05  Bernhard Herzog  <bh@intevation.de>

	Add simple support for GPGME to configure

	* configure.in: Add check for GPGME

	* nasl.tmpl.in (GPGME_CONFIG): New varible for GPGPME support

	* configure: Updated from configure.in

2007-10-04  Bernhard Herzog  <bh@intevation.de>

	* nasl/Makefile: Remove unused variable CSRCS

2007-09-27  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* Makefile: Removed installation of nessus_org.pem.

	* doc/nessus_org.pem: Removed.

	* TODO: Removed entry about nessus_pem.org.

	* MANIFEST: Updated.

2007-09-13  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in, nasl.tmpl.in: Replaced NESSUS_MAJOR etc. by
	OPENVASNASL_MAJOR etc.

	* configure: updated.

2007-09-13  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nasl/nasl_server.c: Fixed state_dir paths.

	* TODO: OPENVAS_STATE_DIR.

2007-09-13  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Various little patches that were part of or inspired by the
	patch by Dirk Jagdmann posted as "libnasl patchset [2/6]" on
	plugins-writers@list.nessus.org.

	* nasl/nasl_cmd_exec.c (nasl_get_tmp_dir): Removed usused
	variables "p" and "warn". Fixed "Nessus" to "OpenVAS" strings.
	Fixed state_dir paths.
	(nasl_file_read, nasl_file_seek): Removed unused variable "len".
	(nasl_file_open): Default of "imode" now O_RDONLY istead of
	uninitialized.

	* nasl/nasl_grammar.y: Added missing include.

	* nasl/nasl_misc_funcs.c (nasl_open_sock_kdc): Removed unusued
	variables "val", "_tcp", "_port", "prefs", "t".
	(nasl_gettimeofday): Fixed type mismatch.

	* nasl/nasl_nessusd_glue.c(nasl_shared_socket_register): Removed
	unused variable "opt_len" and "type".
	(nasl_shared_socket_release, nasl_shared_socket_destroy): Removed
	unused variable "fd".

	* nasl_socket.c(nasl_get_source_port): Removed unused variable "i".

2007-08-01  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* TODO: Added some items that Dirk Jagdmann posted
	on plugin-writers.

2007-08-01  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Removed strange handling of CWARN which tries to collect
	a number of warning wishes for compilation. It didn't
	really work anyway.
	Replaced this by: allways give all warnings (-Wall).

	* configure.in, nasl.tmpl.in: Removed handling
	of CWARN[01234] and CWALL, applied -Wall for any case.

	* configure: updated.

2007-07-27  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 0.9.0 release.

	* VERSION: set to 0.9.0.

	* CHANGES: set release date to 2007-07-27.

2007-07-21  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* openvas-libnasl-config.in: Fixed to now deliver
	the correct libopenvasnasl and include directory.

2007-07-20  Bernhard Herzog  <bh@intevation.de>

	* include/config.h.in: Remove HAVE_OPENSSL_.*_H defines that are
	unused now.

2007-07-20  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_init.c (libfuncs): Unconditionally compile in support
	for MD4

2007-07-20  Bernhard Herzog  <bh@intevation.de>

	* test/Makefile (check): The nasl interpreter has been renamed to
	openvas-nasl

2007-07-20  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* INSTALL: reduced to the essential.

	* CHANGES: Fix name.

2007-07-20  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: Removed checks for openssl. Removed some W32/Cygwin stuff.

	* configure: updated.

2007-07-20  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Resolve name conflicts with a Nessus installation.

	* doc/Makefile: Changed docdir from libnasl to openvas-libnasl to
	avoid conflict with parallel Nessus installation.

	* doc/nasl.1: Renamed to openvas-nasl.1

	* doc/openvas-nasl.1: New. Former nasl.1

	* Makefile: Renamed install files due to renaming.

	* MANIFEST: updated.

	* nasl/Makefile: Renaming libnasl to libopenvasnasl and nasl to
	openvas-nasl.

2007-07-19  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* CHANGES: New. Describe changes for users.

2007-07-18  Bernhard Herzog  <bh@intevation.de>

	* include/includes.h: Remove openssl includes

2007-07-17  Bernhard Herzog  <bh@intevation.de>

	Add a small test suite. For now it only covers the crypto
	functions that were modified because the OpenSSL ->
	GnuTLS/libgcrypt migration.

	* test/Makefile: New. Makefile for the test suit.  Run make check in
	the test subdirectory to execute the test suite.

	* test/test_blowfish.nasl, test/test_bn.nasl, test/test_dh.nasl,
	test/test_dsa.nasl, test/test_md.nasl, test/test_privkey.nasl,
	test/test_rsa.nasl: New. Tests for the test suite

	* test/testsuiteinit.nasl, test/testsuitesummary.nasl:
	New. Testsuite support code.

2007-07-17  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_crypto2.c: Use GnuTLS/libgcrypt instead of OpenSSL.
	Note the incompatible changes in rsa_sign and
	verify_script_signature.
	(print_tls_error, print_gcrypt_error): New.  Helper functions to
	print error messages.
	(mpi_from_string, mpi_from_named_parameter, set_mpi_retc): New.
	Helper functions to handle MPIs
	(extract_mpi_from_sexp, set_retc_from_sexp): New. Helper functions
	to handle gcrypt s-expressions.
	(nasl_load_privkey_param, nasl_sexp_from_privkey): New. Helper
	functions to handle private keys.
	(calc_dh_public, calc_dh_key): New.  Helper functions for
	diffie-hellman
	(hexdecode): New.  Helper function to decode a hex string.
	(nasl_bn_cmp, nasl_bn_random, nasl_pem_to)
	(nasl_dh_generate_key, nasl_dh_compute_key)
	(nasl_rsa_public_decrypt, nasl_rsa_sign, nasl_dsa_do_verify)
	(nasl_dsa_do_sign, nasl_bf_cbc): Use GnuTLS/libgcrypt instead of
	OpenSSL.  nasl_rsa_sign has different parameters now (see comments
	in the code).
	(nasl_bf_cbc_encrypt, nasl_bf_cbc_decrypt): Adapt to changes in
	nasl_bf_cbc
	(map_file): Return the data as a gnutls_datum_t.
	(generate_signed_script, verify_script_signature): Use
	GnuTLS/libgcrypt instead of OpenSSL.  verify_script_signature now
	requires an x509 certificate instead of just an RSA key.

2007-07-09  Bernhard Herzog  <bh@intevation.de>

	* nasl/nasl_crypto.c (nasl_gcrypt_hash, nasl_hash): New.  Helper
	functions for the actual nasl functions that use libgcrypt instead
	of openssl
	(nasl_md4, nasl_md5, nasl_ripemd160): Use nasl_hash to compute the
	hash function.
	(nasl_hmac): use libgcrypt instead of openssl
	(nasl_hmac_md5, nasl_hmac_sha1, nasl_hmac_ripemd160): Adapt to
	changes in nasl_hmac.
	(nasl_md2, nasl_sha, nasl_hmac_md2, nasl_hmac_sha, nasl_hmac_dss):
	Removed.  The hash algorithms used by these functions are not
	implemented in libgcrypt.  The nasl-level counterparts of these
	functions aren't used anywhere, so it shouldn't be a problem.

	* nasl/nasl_crypto.h: Remove the #ifdef HAVE_SSL
	conditionals. Remove the declarations for the functions that have
	been removed from nasl_crypto.c

	* nasl/nasl_init.c: Removed the functions that are no longer
	implemented in nasl_crypto.c

2007-06-22  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in: removed handling for libpcap-nessus and also
	any handling for pcap RESTART methods since they are no where
	used anyway.

	* configure: updated with autoconf as of Debian Etch.

2007-06-22  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* include/nasl_udp.h: Renamed HAVE_NETINET_UDP_H to
	HAVE_STRUCT_UDPHDR, because the first does not exist anywhere
	and the latter in fact tests what the first has in its name.
	This bugfix allows to _really_ go without nessus-libpcap.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nasl/Makefile: Fixed stupid syntax error.

	* TODO: New. List of TODOs.

	* configure: updated.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* Makefile: Added target "dist".

	* MANIFEST: New. List of source files.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* Makefile: destination for include files changed from nessus to openvas.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* configure.in, Makefile, openvas-libnasl-config.in, nasl/Makefile:
	Removed DESTDIR, it is not needed since
	"make install prefix=/some/where" does the same already.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Renaming nasl-config to openvas-libnasl-config.

	* nasl-config.in: renamed to openvas-libnasl-config.in.

	* openvas-libnasl-config.in: New. Former nasl-config.in.
	Renaming nasl-config to openvas-libnasl-config.

	* Makefile, configure.in: Renaming nasl-config to openvas-libnasl-config.

	* doc/nasl-config.1: renamed to openvas-libnasl-config.1.

	* doc/openvas-libnasl-config.1: New. Former nasl-config.1.
	Renaming nasl-config to openvas-libnasl-config.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Getting openvas-nasl to compile with openvas-libraries.

	* ChangeLog: New. From now on keeps change log information for
	the moduke "openvas-libnasl.

	* VERSION: Changed to 0.9.0.SVN.

	* configure.in, nasl.tmpl.in, nasl/Makefile: Renamed NESSUSCONFIG
	to LIBOPENVASCONFIG and added header information.

	* include/includes.h: include libopenvas.h instead of libnessus.h.

	* nasl/Makefile: target clfags should depend on Makefile as changes
	there may affect the contents of cflags.

	* configure: updated.

2007-05-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	The whole module was removed and replaced by Nessus' libnasl
	from CVS as of 2007-05-14 of the NESSUS_2_2 branch.
