Changelog for
libopenvas_omp5-5.0.4-1.1.x86_64.rpm :
* Mon Jan 07 2013 johann.luceAATTwanadoo.fr- Update to 5.0.4
* Post release version bump.
* Backport r14230 from trunk.
* Backport r14319 from trunk.- add gnutls.patch to avoid deprecated warnig and compil lib
* Fri Aug 10 2012 bitshufflerAATTopensuse.org- Update to 5.0.3
* Add extended version of omp_create_task to allow preferences to be set.
* Fixed handling of ssh keys for certain cases.
* Fixed support for newer gnutls libraries.
* Improved built environment for modern gcc compilers.
* nmap builtin control: Bugfix in nmap parameters.
* Added various sanity NULL checks.
* Slightly improved ldap authentication API to mark obligatory and optional parameters.
* Sat May 12 2012 bitshufflerAATTopensuse.org- Update to 5.0.1
* Route selection now uses the most specific route instead of the first matching.
* The glib dependency has been raised from 2.12 to 2.16 since the current version already uses functions from 2.16
* Made LDAP support default during configuration. This can be disabled with cmake setting BUILD_WITHOUT_LDAP.
* Added simple LDAP authentication support.
* Added scanner preferences result_prepend_tags and result_append_tags to prepend or append tag contents to the description of a result. This is convenience functionality in preparation for the breaking up of the NVT description block and adding proper handling of refined meta information all over the OpenVAS Framework.
* Sun Mar 11 2012 bitshufflerAATTopensuse.org- Update to 5.0+rc1
* New NASL function get_script_oid().
* NASL function debug_message() renamed to error_message().
* New NASL function security_message().
* Added \"Observer\" role for LDAP users.
* Vulnerability references (CVE, BID) are not added to result text anymore.
* Built-in NVT Find Services now sends only log messages.
* Built-in NVT Nmap: Improved efficiency and support CPE sent by Nmap.
* Extended support for LDAP authentication
* Removed copy of regexp and use system functions always.
* Replaced deprecated gnutls function calls by proper replacements to simplify build process.
* Some support for simpler MacOS compilation.
* Removed NASL variable NASL_LEVEL (was already marked deprecated)
* Various improvements to build process.
* Mon Oct 31 2011 bitshufflerAATTopensuse.org- Update to 5.0+beta2
* 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.
* Sat Aug 20 2011 bitshufflerAATTopensuse.org- Update to 5.0+beta1
* 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.
* Wed Jun 01 2011 bitshufflerAATTopensuse.org- Update to 4.0.5
* 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.
* Fri May 27 2011 idonmezAATTnovell.com- Add openvas-libraries-4.0-gcc46.patch: fix compilation with gcc 4.6 by fixing write-only variables
* Sat May 07 2011 bitshufflerAATTopensuse.org- Update to 4.0.4
* 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.
* Fri Mar 18 2011 cfarrellAATTnovell.com- license update: GPLv2 The correct syntax for GPL version 2 \"only\" is GPLv2
* Thu Mar 03 2011 bitshufflerAATTopensuse.org- Update to 4.0.3
* 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.
* Wed Feb 23 2011 bitshufflerAATTopensuse.org- Update to 4.0.2
* 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.
* Thu Feb 03 2011 bitshufflerAATTopensuse.org- Update to 4.0.0
* 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.
* Wed Jan 26 2011 bitshufflerAATTopensuse.org- Update to 3.99.4
* 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.
* Tue Jan 25 2011 bitshufflerAATTopensuse.org- Update to 3.99.3
* 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.
* Mon Jan 10 2011 bitshufflerAATTopensuse.org- Update to 3.99.2
* The user creation process has been made more robust.
* More compiler warnings have been addressed.
* Mon Dec 20 2010 bitshufflerAATTopensuse.org- Update to 3.99.1
* 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.
* Fri Dec 03 2010 bitshufflerAATTopensuse.org- Update to 3.98.2
* Further code analysis has resulted in a number of fixes to the code and the build environment in an effort to make the code even more secure and compatible across a wider range of platforms.
* The arguments for the NASL functions for WMI and SMB connections have been made more consistent.
* The handling of finished GnuTLS sessions has been improved, eliminating superfluous log messages.
* Fri Nov 19 2010 bitshufflerAATTopensuse.org- Update to 3.98.1
* 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.
* Fri Sep 10 2010 bitshufflerAATTopensuse.org- Update to 3.1.3
* 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.
* Wed Aug 04 2010 bitshufflerAATTopensuse.org- Update to 3.1.2
* A bug in the WMI interface stub which caused the build to fail when configured without WMI has been fixed.
* Tue Aug 03 2010 bitshufflerAATTopensuse.org- Update to 3.1.1
* 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.
* Wed Jul 14 2010 bitshufflerAATTopensuse.org- Update to 3.1.0
* 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.
* Fri Jul 02 2010 bitshufflerAATTopensuse.org- Update to 3.1.0.rc3
* 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.
* Mon Jun 28 2010 bitshufflerAATTopensuse.org- Update to 3.1.0.rc2
* 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.
* Wed May 19 2010 bitshufflerAATTopensuse.org- Update to 3.1.0.rc1
* 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.
* Tue Apr 13 2010 bitshufflerAATTopensuse.org- Updated to 3.0.5
* 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.
* Wed Mar 03 2010 bitshufflerAATTopensuse.org- Updated to 3.0.4
* 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.
* Thu Feb 04 2010 bitshufflerAATTopensuse.org- Updated to 3.0.3
* Initial support for dropping privileges.
* New crypto functions and support for SMB NTLMv1 and NTLMv2.
* Wed Jan 20 2010 bitshufflerAATTopensuse.org- Updated to 3.0.2
* Support for modifying scanner configuration files has been added.
* The API for retrieving settings has been improved.
* Tue Jan 12 2010 bitshufflerAATTopensuse.org- Updated to 3.0.1
* The OMP API has been updated.
* An unnecessary GnuTLS call has been removed.
* Minor code cleanups.
* Fri Dec 18 2009 felix.wolfstellerAATTintevation.de- Updated to version 3.0.0
* 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
* Tue Dec 08 2009 felix.wolfstellerAATTintevation.de- Updated to version 3.0.0.rc1. Cleaned from commented patches.
* Mon Aug 17 2009 bitshufflerAATTopensuse.org- Updated to 2.04