SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openvas-administrator-1.3.0-1.1-mdv2011.0.i586.rpm :

* Thu Apr 18 2013 johann.luceAATTwanadoo.fr- Update to 1.3.0 2013-04-15 Michael Wiegand Preparing for the 1.3.0 release.
* CHANGES: Updated.
* CMakeLists.txt: Update version number to 1.3.0. Switch version scheme.
* INSTALL: Add version to GnuTLS dependency, harmonize list with other modules. 2013-04-04 Hani Benhabiles
* src/oxpd.h: Declare from_buffer_size as extern like other from_
* variables as it is already defined in oxpd.c. 2013-04-04 Werner Koch
* src/oapd.c (serve_oap): Check for pending TLS records prior to calling select.
* src/oxpd.c (read_protocol): Ditto. 2013-03-18 Hani Benhabiles Update changes for 1.3+rc1 release.
* CHANGES: Updated. 2013-03-18 Hani Benhabiles Post release version bump.
* CMakeLists.txt: Updated version number to 1.3+rc2. 2013-03-18 Hani Benhabiles
* CMakeLists.txt: Set version number to 1.3+rc1. 2013-03-15 Jan-Oliver Wagner
* CMakeLists.txt: Set dependency to gnutls to at least 2.8. 2013-03-15 Jan-Oliver Wagner
* doc/pwpolicy.conf: Comment out all lines in this example.
* CMakeLists.txt: Install the pwpolicy.conf to ensure there is always one. 2013-03-04 Matthew Mundell Remove test framework.
* CMakeLists.txt: Remove testing.
* src/CMakeLists.txt: Remove testing comments.
* src/tests/: Remove. 2013-02-22 Michael Wiegand Post release version bump.
* CMakeLists.txt: Updated version number to 1.3+beta2. 2013-02-22 Michael Wiegand
* CHANGES: Updated. 2013-02-21 Werner Koch
* src/admin.c (openvas_admin_add_user): Re-word password diagnostic. (openvas_admin_modify_user): Ditto. 2013-02-20 Werner Koch
* src/pwpolicy.c: Move to openvas-libraries/base.
* src/admin.h: Remove prototypes of pwpolicy.c.
* src/CMakeLists.txt: Remove pwpolicy.c.
* src/openvasad.c: Include openvas/base/pwpolicy.h. (main): Use openvas_disable_password_policy.
* src/admin.c: Include openvas/base/pwpolicy.h. (openvas_admin_add_user): Use openvas_validate_password. (openvas_admin_modify_user): Ditto. 2013-02-20 Michael Wiegand Move \"-Werror\" flag to the \"Debug\" build type.
* CMakeLists.txt: Move \"-Werror\" from CMAKE_C_FLAGS to CMAKE_C_FLAGS_DEBUG to keep it out of the \"Release\" build type. 2013-02-19 Werner Koch
* src/oap.c (make_xml_error_syntax): Replace custom escaping by g_markup_escape_text. 2013-02-18 Jan-Oliver Wagner Preparing for the 1.3+beta1 release.
* CHANGES: Updated.
* openvassd.c (main): Updated Copyright year.
* CMakeLists.txt: Updated version number to 1.3+beta1 and increased dependency for openvas-libraries from 5.0.0 to 6.0.0.
* INSTALL: Updated developer reference system to Debian 6 only and increased dependency for openvas-libraries to 6.0.0. 2013-02-18 Werner Koch
* src/admin.c (openvas_admin_add_user): Add arg R_ERRDESC to return a detailed description for username and password errors. (openvas_admin_modify_user): Ditto.
* src/admin.h: Update prototypes accordingly.
* src/oap.c (make_xml_error_syntax): New. (oap_xml_handle_end_element): Use this to return the error from the extended functions.
* src/openvasad.c (main): Adjust call to openvas_admin_add_user.
* README: Add instruction on how to install pwpolicy.conf.
* src/pwpolicy.c: Document the format of the policy file. 2013-02-18 Werner Koch
* doc/pwpolicy.conf: New.
* src/pwpolicy.c: New.
* src/admin.h (openvas_admin_validate_password): New prototype. (openvas_admin_disable_password_policy): New prototype.
* src/openvasad.c (main): Add option --disable-password-policy.
* src/admin.c (openvas_admin_add_user) (openvas_admin_modify_user): Validate the password.
* src/CMakeLists.txt (add_library): Add pwpolicy.c. (add_definitions): Always define OPENVAS_SYSCONF_DIR. 2013-02-14 Werner Koch
* src/openvasad.c (main): Make use of read_passphrase more robust. 2013-02-06 Matthew Mundell
* src/oapd.c (init_oapd): Break line before param instead of before paren. 2013-02-06 Michael Wiegand
* doc/CMakeLists.txt: Fix paths for targets \"man\" and \"man-html\". 2013-02-06 Timo Pollmeier
* doc/oap.html, doc/oap.rnc: Add items for describe_scap, describe_cert, sync_scap, sync_cert.
* src/admin.c (openvas_get_sync_script_identification): Add CERT_FEED to comment. Change test of feed identification to include CERT feed. (openvas_sync_feed): Add CERT_FEED to comment.
* src/admin.h (CERT_FEED): New #define.
* src/oap.c: New OAP commands: describe_cert, sync_cert. (cert_script): New variable. (help_text): Change to include new commands. (client_state_t): Add enum cases CLIENT_DESCRIBE_CERT, CLIENT_SYNC_CERT. (oap_xml_handle_start_element): In cases CLIENT_AUTHENTIC and CLIENT_AUTHENTIC_COMMAND add else if branch to for new commands. New cases CLIENT_DESCRIBE_CERT, CLIENT_SYNC_CERT. (init_oap): New parameter cert_sync_script to initialize cert_script.
* src/oap.h (init_oap): New parameter cert_sync_script.
* src/oapd.c (init_oapd): New parameter cert_sync_script, passed as new parameter of init_oap.
* src/oapd.h (init_oapd): New parameter cert_sync_script.
* src/openvasad.c (main): New initialization for cert_script. New command line options -C --cert-script and default value for cert_script. Add cert_script as parameter for init_oapd.
* src/schema_formats/OAP.xml (commands, describe_cert, sync_cert): Add new commands describe_cert and sync_cert.
* src/tests/oap_help_0.c (help_text): Change to reflect changes in src/oap.c. 2013-02-05 Michael Wiegand
* README: Fix typo. 2013-02-05 Michael Wiegand Update targets for out-of-source builds.
* doc/CMakeLists.txt: Update commands and targets to work with out-of-source builds.
* doc/Doxyfile.in: Updated to work with out-of-source builds, harmonized with other modules.
* doc/Doxyfile_full.in: Harmonized with Doxyfile.in.
* doc/footer.html: Removed obsolete file.
* src/CMakeLists.txt: Ensure that the targets \"splint\", \"rats\", \"flawfinder\", \"etags\" and \"ctags\" work with out-of-source builds. 2013-01-30 Hani Benhabiles
* src/admin.c: Remove file_utils_rmdir_rf function which is duplicated from Manager. (openvas_admin_schema): Use openvas_file_remove_recurse from base libraries to delete output directory. 2012-11-07 Hani Benhabiles
* src/schema_format/XML/OAP.xml: Added describe_scap and sync_scap commands.
* src/tests/oap_help_0.c: Added DESCRIBE_SCAP and SYNC_SCAP help texts. 2012-11-07 Hani Benhabiles
* src/admin.h: Added NVT_FEED and SCAP_FEED constants. (openvas_get_sync_script_identification, openvas_sync_feed): Added third argument for feed_type.
* src/admin.c (openvas_get_sync_script_identification) (openvas_sync_feed): Added feed_type parameter and fixed documentation.
* src/oapd.c src/oapd.h (init_oapd): Added scap_sync_script argument.
* src/oap.h (init_oap): Added scap_sync_script argument.
* src/oap.c: Added CLIENT_DESCRIBE_SCAP and CLIENT_SYNC_SCAP xml element handlers. (init_oap): Added scap_sync_script argument.
* src/openvasad.c: Added --scap-script argument. 2012-09-19 Michael Wiegand
* src/openvasad.c (main): Mention the correct options in help text. Spotted by Michael Meyer. 2012-09-19 Michael Wiegand
* src/openvasad.c (main): Fix mention of deprecated option in help text. 2012-08-02 Jan-Oliver Wagner Post release version bump.
* CMakeLists.txt: Updated version number to 1.2.2. 2012-08-02 Jan-Oliver Wagner
* Fri Aug 10 2012 bitshufflerAATTopensuse.org- Updated to 1.2.1
* Improve build system to work with newer glib and gcc versions.
* Prevent segfault when sync script does not end properly.
* Sat May 12 2012 bitshufflerAATTopensuse.org- Updated to 1.2.0
* Some bug fixes for the per-user ldap authentication.
* Clean up CMake infrastructure and ensure that compilation with modern gccs works.
* Added support of per-user LDAP authentication
* OAP protocol version now 1.1
* Sat Nov 12 2011 bitshufflerAATTopensuse.org- Updated to 1.2+beta1
* Support for task observers has been added.
* Fri Nov 04 2011 bitshufflerAATTopensuse.org- Updated to 1.1.2
* Handling of the SIGHUP signal has been made consistent with the other OpenVAS modules. This means that openvas-administrator will no longer exit upon receiving a SIGHUP.
* OAP: The GET_VERSION command is now allowed before AUTHENTICATE to be consistent with OMP.
* Thu Aug 25 2011 crrodriguezAATTopensuse.org- Fix build with current factory dependencies and new linker defaults.
* Wed Feb 23 2011 bitshufflerAATTopensuse.org- Updated to 1.1.1
* The build environment has been consolidated.
* The logging behaviour when started with --verbose has been improved.
* The parameter name for the user name has been changed to --username/-u.
* User name validation has been added.
* Fri Feb 04 2011 bitshufflerAATTopensuse.org- Updated to 1.1.0
* The default log level has been reduced to avoid logging sensitive information during normal operation.
* If the password for the new user has not been provided as a command line parameter, it will be requested interactively.
* OpenVAS Administrator now uses pkg-config to find required libraries.
* OpenVAS Administrator now provides a manual page for the openvasad binary.
* The installation is now compliant with Filesystem Hierarchy Standard (FHS 2.3).
* Thu Jan 20 2011 bitshufflerAATTopensuse.org- Updated to 1.0.1
* Fixed behaviour for ldap-based authentication for Admin role.
* Added protocol documentation for OAP (html and rnc format, can be build with \"make doc\").
* Code hardening at compile time is now the default.
* Harmonized output of \"--version\" with other modules.
* Tue Dec 07 2010 bitshufflerAATTopensuse.org- Updated to 1.0.0
* Handling of invalid commands in console mode has been made more consistent.
* Wed Nov 24 2010 bitshufflerAATTopensuse.org- Updated to 0.99.1
* The build environment has been improved to be more consistent across different OpenVAS modules and to stay compatible with different openvas-libraries versions.
* Support for logging user creation, deletion and role changes has been added.
 
ICM