File openvas-server.changes of Package openvas-server
-------------------------------------------------------------------
Sun Aug 2 16:18:11 UTC 2009 - bitshuffler@opensuse.org
- Updated to 2.0.2
* The option "Silent dependencies" is now "off" by default. Previously
it was set to "on", openvas-client >= 2.0.2 has already switched to
"off" per default. Note that this may result in larger reports.
* The openvas-adduser script will no longer allow passwords in plaintext
for new users. This means that the openvas-adduser script will refuse
to add a new user if neither openssl nor md5sums is available.
* OVAL support has been improved and now supports multiple definitions
and results in one file.
* Support for per-host password based local checks has been added.
* Dependency searching has been improved to work better with
subdirectories.
* openvas-server will now generate a warning if a NVT could not be
cached.
* The openvas-adduser script will no longer create the now obsolete
"plugins" directory in the user directory.
-------------------------------------------------------------------
Fri Mar 6 17:00:44 CET 2009 - meissner@suse.de
- updated to version 2.0.1
* Support for sub-directories in plugins_folder in accordance with
Change Request #24 (http://www.openvas.org/openvas-cr-24.html).
* Established automated source code documentation. HTML-Version is available
under http://www.openvas.org/src-doc/openvas-server/current/index.html
* Openvas-server now uses the IANA-assigned port 9390 for communication
with the client.
* It is now possible to start openvas-server without root privileges. Note that
a number of NVTs which rely on operations requiring root privileges (like
packet forgery) will not work under these circumstances.
* The openvasd-config script now returns the values for sysconfdir, libdir and
sbindir set at compile time.
* The new server preference "cache_folder" allows you to define the location
of the cache ($plugins_folder/.desc in previous versions). The default value
for this preference is /var/cache/openvas for new OpenVAS installations.
Existing installations need to add cache_folder = /var/cache/openvas
manually to openvasd.conf and make sure the directory exists.
* The new server preference "include_folders" allows you to specify
search paths for the NASL include directive. This aids the use of
subdirectories for plugins. The default value for this preference is
$plugins_folder to be compatible with the old "flat" (all in one directory)
structure.
* Initial support for per-target SSH credentials settings has been added. Please
note that you will need a new client (>= 2.0.2) and a new ssh_authorization.nasl file to
use this feature.
* Having a directory structure in $plugins_folder is now supported. openvasd
will recurse through the subdirectories in $plugins_folder.
-------------------------------------------------------------------
Mon Sep 8 14:55:53 CEST 2008 - anosek@suse.cz
- updated to version 1.0.2
* Removed obselete documentation files.
* Path fixes for openvas-adduser, openvas-mkcert-client, openvas-mkcert
and openvas-rmuser
* Fixed a serious bug that under certain circumstances
killed the server with SIGSEGV.
* Added man page for openvas-mkcert-client
* Some cleanups
- dropped obsoleted patches
(destdir_support-Makefile.patch) (overflow.patch)
(glibc-2.8_openvasd-detached.c.patch)
-------------------------------------------------------------------
Wed Jun 18 19:57:51 CEST 2008 - anosek@suse.cz
- initial version 1.0.0
- package taken from BS project home:bitshuffler:openvas