[ SZ Lin (林上智) ]
* Fix FTBFS issue by trailing whitespace in PCAP_LDFLAGS (Closes: #876093)
* Bump Standards-Version to 4.1.0
[ ChangZhuo Chen (陳昌倬) ]
* Bump compat to 10.
* Migrate to use dh_missing.
* Install manual for openvas-nasl-lint.
[ Lukas Schwaighofer ]
* cleanup for compat 10
* no longer pass `--parallel` and `--with systemd` to dh, these options
have become the default
* no longer depend on dh-systemd (which is part of debhelper now)
* debian/control cleanup
* remove unnecessary version constraints from dependencies
* remove Replaces/Conflicts with versions no longer present in the archive
* radius support was dropped, no longer Build-Depend on libradcli-dev
* use https for the link to the copyright format
* move the openvas-nasl tool into a separate package
* mark libopenvas9 as Multi-Arch: same, drop obsolete Pre-Depends
* override the soname mismatch lintian warning
* do not select the "release" cmake type
* we do not want -O3 and some other options that are automatically added
* however, due to otherwise excessive debug logging, -DNDEBUG is preserved
* explicitly set DEB_HOST_MULTIARCH in debian/rules
* add a libopenvas-doc package containing the doxygen documentation
* re-enable net-snmp support (Closes: #848080)
* Move package from experimental to sid archive
* Bump standards version to 4.0.0
* Import new upstream release
* Import new upstream release
* Import new upstream release
* Import upstream version to Debian (Closes: #835393)
* Import new upstream release
* Add RADIUS support
* Import new upstream release
* Update .install to add openvas-nasl-lint
* Rebuild in kali-dev for libgcrypt20 and gnutls28 transition.
* New upstream release
* debian/control: update build dependencies
* Replace libopenvas7 with libopenvas8
* Rebuild in kali-dev for libgcrypt20 and gnutls28 transition.
* Rename source package to openvas-libraries like in upstream and debian
* New upstream release
* Move libraries to their multiarch location
* Add a file debian/copyright
* Fix SYSCONFDIR, LOCALSTATEDIR and LIBDIR paths during configure in debian/rules.
* New upstream release.
* Upgrade debhelper compat level to 9 to enable hardening without
hardening-wrapper.
* Update debian/rules to be dh-based.
* Switch to “3.0 (quilt)” source format.
* Rename libopenvas5-dev to libopenvas-dev (non-versioned).
* Replace libopenvas5 package by libopenvas6.
* Update the build dependencies to match cmake's checks.
* Upstream update
* New upstream release.
- A bug which caused outdated cache files to be used under rare circumstances
has been fixed.
- Code cleanup and refactoring has taken place in NVT meta data management.
- Libssh detection has been improved.
- The LDAP auth DN validation has been improved.
- Support for the observer role has been added and functionality for user
management has been moved from openvas-administrator to openvas-libraries.
- Support for name conversion for legacy .nes dependencies when loading the
cache has been removed.
* New upstream release.
- Support for improved SSH functionality has been added.
- Support for comprehensive network scanning with nmap has been added.
- A number of compiler warnings have been addressed.
- Support for shared sockets has been removed.
- OpenVAS Libraries will now honor the unscanned_closed_udp preference when
deciding how an unscanned UDP port should be treated.
- Nmap support has been improved.
* New upstream release.
- OpenVAS Libraries will now honor the unscanned_closed_udp preference when
deciding how an unscanned UDP port should be treated.
- Compiler warnings from gcc 4.6 have been addressed.
* New upstream release.
- The handling of internal dependencies while linking has been improved,
parallel builds of openvas-libraries should now work.
- Two potential resource leaks reported by Pavel Sejnoha and Henri Doreau have
been fixed.
- The setting "unscanned_closed" is now properly applied to UDP ports.
* New upstream release.
- A bug which caused only the first NVT dependency to be considered has been fixed.
- A bug which caused WMI connects to fail has been fixed.
* New upstream release.
- The LSC RPM creator support script is now installed correctly.
- The build environment has been consolidated.
- A bug which could cause a segmentation fault when using IPv6 under certain
circumstances has been fixed.
- The check for administrative user privileges has been made more strict.
* New upstream release.
- Setting file handling has been updated to match changes in openvas-scanner.
- Support for pkg-config has been (re-)introduced.
- File locations have been adjusted to conform to the Filesystem Hierarchy
Standard.
* New upstream release.
- The build environment has fixed in a number of places to restore expected
behaviour after the move to cmake.
- The documentation has been updated to match the changes in the build
environment.
* New upstream release.
- Improved and fixed remote LDAP authentication.
- Former binary ".nes" NVTs "find_service", "openvas_tcp_scanner"
and "synscan" are now built-in NASL methods.
- Any autotools-related build environment was removed.
- At top-level a cmake-based build environment was introduced.
- libopenvas_omp: Activated escaping of characters so that
special characters can more save be allowed for some OMP commands.
- example_auth.conf was updated with more sensible values.
- Bug fix on Credential creation.
- this package now initially creates required directories in the
installation directory (if not present). This was done by other
modules previously (mostly openvas-scanner)
- Many old code paths for certain operting system environments
have been removed. Most likely, HPUX, Solaris and similar
won't compile this code anymore.
* New upstream release.
- The user creation process has been made more robust.
- More compiler warnings have been addressed.
* New upstream release.
- The documentation in the INSTALL_README file has been updated.
- A number of compiler warnings by gcc 4.4 has been addressed.
- A incorrect error message during user creation that only occurred in setuid
environments has been removed.
* New upstream release.
- Further code cleanup has lead to the removal of more than 3,500 lines of
unused code.
- A bug which tried to free memory that was not allocated before under some
circumstances has been fixed.
- Superfluous log messages regarding file uploads have been removed.
* New upstream release.
- Network level scan support.
- The code for providing OMP functionality has been cleaned up.
- Further code cleanup has lead to the removal of more than 3,500 lines of
unused code.
- A bug which tried to free memory that was not allocated before under some
circumstances has been fixed.
- Superfluous log messages regarding file uploads have been removed.
- NVT meta data management has been improved, resulting in a smaller memory
footprint of the scanner.
- The install path for header files has been made more consistent.
* New upstream release.
- Significant memory leaks are closed.
- Bug fix for handling shared file descriptors that now
prevents unnecessary use of new file descriptiors under
certain circumstances.
- Little fix in the nasl wmi api.
* New upstream release.
* A bug in the WMI interface stub which caused the build to fail when configured
without WMI has been fixed.
* New upstream release.
* Cross compile support for mingw32 has been added to libopenvas/base.
* Missing copyright and license information has been added to a number of files.
* The COPYING file has been updated to better indicate the licenses of
individual files and the full text for all licenses has been added.
* The WMI infrastructure has been updated to match necessary changes in the API
of the WMI patch.
* The documentation on using WMI in libopenvas has been updated.
* Add openvas-nasl to libopenvas3-dev
* New upstream release.
- Code cleanup: Code from openvas-administrator and openvas-manager which could
be more appropriately placed in libopenvas has been moved here.
- Initial support for LDAP authentication has been added.
- IPv6 support has been improved.
- Support for building parts of libopenvas on Windows has been added.
- Support for reading preference file uploads from memory instead of from disk
has been added.
- Support for NTLMSSP has been added.
- Authentication mechanism extended to support LDAP and ADS.
- An issue which caused SSH logins with RSA keys on remote systems to fail under
certain circumstances has been fixed.
- Support for logging to syslog has been added.
- Support for scanning virtual web hosts has been added.
* New upstream release.
- An issue which caused the build to fail on Gentoo GNU/Linux systems has been
fixed.
- An issue which caused openvas-client, openvas-cli and openvas-manager to fail
to build with libopenvas has been fixed.
* New upstream release.
- QA: A number of compiler warnings have been addressed.
- Authentication mechanism extended to support LDAP and ADS.
- An issue which caused SSH logins with RSA keys on remote systems to fail under
certain circumstances has been fixed.
- A bug which caused segmentation faults when using NTLMSSP authentication in
libopenvas built with WMI supports has been fixed.
- Support for logging to syslog has been added.
- Support for scanning virtual web hosts has been added.
* New upstream release.
- Code cleanup: Code from openvas-administrator and openvas-manager which could
be more appropriately placed in libopenvas has been moved here.
- Initial support for LDAP authentication has been added.
- A bug which caused WMI support to be disabled in the standalone NASL
interpreter has been fixed.
- IPv6 support has been improved.
- Support for building parts of libopenvas on Windows has been added.
- Support for reading preference file uploads from memory instead of from disk
has been added.
- Support for NTLMSSP has been added.
* New upstream release.
- The build infrastructure for the hg and misc modules has been switch to CMake
from autoconf.
- Support for resuming tasks has been added to OMP.
- Packet forgery support for IPv6 has been improved.
- A build issue on Mandriva has been fixed.
* New upstream release.
- Several build issues on Mandriva have been fixed.
- Support for using libopenvas in C++ code has been introduced for some
OMP libraries.
- The openvas-nasl standalone NASL interpreter is now linked dynamically.
- A bug which caused some GnuTLS error messages to be printed to stderr instead
of to the logs had been fix.
- Support for registry hives has been added to the WMI registry functions.
- Support for detecting libraries in non-standard locations during the
configuration process has been added.
- Support for multiple levels of subdirectories in the NVT directory has been
improved.
* New upstream release.
- Initial support for dropping privileges.
- New crypto functions and support for SMB NTLMv1 and NTLMv2.
* New upstream release.
- Support for modifying scanner configuration files has been added.
- The API for retrieving settings has been improved.
* New upstream release.
- The OMP API has been updated.
- An unnecessary GnuTLS call has been removed.
- Minor code cleanups.
* New upstream release.
- IPv6 support
- WMI-Client support (optional)
- Integration of openvas-libnasl
- New library "base"
- New library "omp"
- Former libopenvas renamed to libopenvas_misc
- New NVT cache implementation to overcome limitations
- Several files from openvas-client integrated
- Use of "cmake" to build base, omp and nasl
- glib dependency raised from 2.6 to 2.12
* New upstream release.
* New upstream release.
* New upstream release.
* New upstream release
* Updated the control file to take account of translation work as part
of the Smith review project
* Fixed broken linking (linker-libs.dpatch)
* Brown paper bug upload: Restore the changes introduced since 1.0.1-5
* Make proper versioned binary packages for this library
* Add a Build-Depend on libglib2.0-dev (Closes: 511627)
* Conflict against libopenvas1-dev
* New upstream release
* New upstream release
* New upstream release
* Cleaned up the rules
* Updated copyright
* Not released yet
* New upstream release
* Add Tim and myself to Uploaders
* Set Debian Maintainers Mailing List as Maintainer
* Add Vcs-Headers
* Bump Standards Version to 3.8.0, no changes needed
* Remove trailing whitespaces from EOL and EOF in debian/*
* Move Section to right place for libopenvas in control
* Also depend on libgnutls-dev, libpcap-dev for -dev
* Remove debian/*.dirs since unneeded
* Fix the Makefile so that the library is linked with the appropriate
libraries. Also change libopenvas.tmpl
* Drop the libgpgme11-dev Build-Dep, we actually don't need it, none of the
sources build use the gpgme.h header.
* Minor updates to control and copyright file to fix issues highlighted
by jfs in regard to the priority and copyright of the packaging
respectively
* Minor update to control to fix differing dependency between
libopenvas and openvas-libnasl as highlighted by jfs
* Minor update to control file, fixed dependency on ${source:Version} substvar
* Minor updates to control file, now lists jfs as uploader, fixed deprecated
${Source-Version} substvar, Build-Depends directive
* Minor update to rules file, DH_COMPAT environment variable no longer required
* Minor update to libopenvas2-dev.install
* New upstream release
* New upstream release
* Minor updates to the control and copyright files
* Initial release