[Openvas-commits] r9564 - in trunk/openvas-administrator: . src src/tests
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Nov 30 00:16:42 CET 2010
Author: mattm
Date: 2010-11-30 00:16:41 +0100 (Tue, 30 Nov 2010)
New Revision: 9564
Modified:
trunk/openvas-administrator/CMakeLists.txt
trunk/openvas-administrator/ChangeLog
trunk/openvas-administrator/src/CMakeLists.txt
trunk/openvas-administrator/src/admin.c
trunk/openvas-administrator/src/openvasad.c
trunk/openvas-administrator/src/tests/common.c
trunk/openvas-administrator/src/tests/oap_authenticate_0.c
trunk/openvas-administrator/src/tests/oap_bogus_0.c
trunk/openvas-administrator/src/tests/oap_bogus_1.c
trunk/openvas-administrator/src/tests/oap_commands_0.c
trunk/openvas-administrator/src/tests/oap_create_user_0.c
trunk/openvas-administrator/src/tests/oap_delete_user_0.c
trunk/openvas-administrator/src/tests/oap_delete_user_1.c
trunk/openvas-administrator/src/tests/oap_get_users_0.c
trunk/openvas-administrator/src/tests/oap_get_version_0.c
trunk/openvas-administrator/src/tests/oap_help_0.c
trunk/openvas-administrator/src/tests/oap_help_1.c
trunk/openvas-administrator/src/tests/read_protocol_0.c
trunk/openvas-administrator/src/tests/timeout_0.c
Log:
* CMakeLists.txt, ChangeLog, src/CMakeLists.txt, src/admin.c,
src/openvasad.c, src/tests/common.c, src/tests/oap_authenticate_0.c,
src/tests/oap_bogus_0.c, src/tests/oap_bogus_1.c,
src/tests/oap_commands_0.c, src/tests/oap_create_user_0.c,
src/tests/oap_delete_user_0.c, src/tests/oap_delete_user_1.c,
src/tests/oap_get_users_0.c, src/tests/oap_get_version_0.c,
src/tests/oap_help_0.c, src/tests/oap_help_1.c,
src/tests/read_protocol_0.c, src/tests/timeout_0.c: Replace Intevation
addresses with Greenbone ones.
Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/CMakeLists.txt 2010-11-29 23:16:41 UTC (rev 9564)
@@ -4,7 +4,7 @@
#
# Authors:
# Matthew Mundell <matthew.mundell at greenbone.net>
-# Michael Wiegand <michael.wiegand at intevation.de>
+# Michael Wiegand <michael.wiegand at greenbone.net>
#
# Copyright:
# Copyright (C) 2009, 2010 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/ChangeLog 2010-11-29 23:16:41 UTC (rev 9564)
@@ -1,5 +1,17 @@
2010-11-29 Matthew Mundell <matthew.mundell at greenbone.net>
+ * CMakeLists.txt, ChangeLog, src/CMakeLists.txt, src/admin.c,
+ src/openvasad.c, src/tests/common.c, src/tests/oap_authenticate_0.c,
+ src/tests/oap_bogus_0.c, src/tests/oap_bogus_1.c,
+ src/tests/oap_commands_0.c, src/tests/oap_create_user_0.c,
+ src/tests/oap_delete_user_0.c, src/tests/oap_delete_user_1.c,
+ src/tests/oap_get_users_0.c, src/tests/oap_get_version_0.c,
+ src/tests/oap_help_0.c, src/tests/oap_help_1.c,
+ src/tests/read_protocol_0.c, src/tests/timeout_0.c: Replace Intevation
+ addresses with Greenbone ones.
+
+2010-11-29 Matthew Mundell <matthew.mundell at greenbone.net>
+
* CMakeLists.txt, ChangeLog, doc/CMakeLists.txt, src/CMakeLists.txt,
src/admin.c, src/admin.h, src/logf.h, src/oap.c, src/oap.h, src/oapd.c,
src/oapd.h, src/openvasad.c, src/oxpd.c, src/oxpd.h, src/splint.h,
@@ -261,7 +273,7 @@
command, handle new element and states. Added todo about input
validation.
-2010-05-04 Matthew Mundell <matthew.mundell at intevation.de>
+2010-05-04 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c: Update free_array call to array_free.
@@ -372,13 +384,13 @@
* src/CMakeLists.txt: Fix build with as-needed
-2010-04-12 Michael Wiegand <michael.wiegand at intevation.de>
+2010-04-12 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
* CMakeLists.txt: Updated version number.
-2010-04-12 Michael Wiegand <michael.wiegand at intevation.de>
+2010-04-12 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.8.0 release.
@@ -396,7 +408,7 @@
* CMakeLists.txt: Add support for out-of-source builds.
-2010-04-06 Michael Wiegand <michael.wiegand at intevation.de>
+2010-04-06 Michael Wiegand <michael.wiegand at greenbone.net>
Added support for retrieving the version of an installed NVT
collection.
@@ -411,7 +423,7 @@
* src/oap.c (oap_xml_handle_end_element): Include feed version in
description.
-2010-03-23 Michael Wiegand <michael.wiegand at intevation.de>
+2010-03-23 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvasad.c (main): Correct spelling of message.
@@ -419,22 +431,22 @@
* src/CMakeLists.txt: Install openvasad into ${SBINDIR} since it is a service.
-2010-02-12 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-12 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c: Include stdio.h.
-2010-02-08 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-08 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (openvas_sync_feed): Switch from g_spawn_sync to using fork
and execl.
* src/openvasad.c (main): Set FD_CLOEXEC on the Administrator socket.
-2010-02-05 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-05 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oxpd.c (read_protocol) [TRACE || LOG]: Cast precision arg to int.
-2010-02-05 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-05 Matthew Mundell <matthew.mundell at greenbone.net>
Thanks to Stephan Kleine.
@@ -442,18 +454,18 @@
* src/oxpd.c (read_protocol): Cast precision arg to int.
-2010-02-05 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-05 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (openvas_sync_feed): Prevent descendants from becoming
zombies.
-2010-02-05 Michael Wiegand <michael.wiegand at intevation.de>
+2010-02-05 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
* CMakeLists.txt: Updated version number.
-2010-02-05 Michael Wiegand <michael.wiegand at intevation.de>
+2010-02-05 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.7.0 release.
@@ -465,20 +477,20 @@
* src/admin.c (openvas_admin_list_users): Add format string for g_warnings.
-2010-02-01 Matthew Mundell <matthew.mundell at intevation.de>
+2010-02-01 Matthew Mundell <matthew.mundell at greenbone.net>
* src/tracef.h (tracef) [TRACE]: Remove UTF-8 conversion.
-2010-01-29 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-29 Matthew Mundell <matthew.mundell at greenbone.net>
* src/CMakeLists.txt: Make warnings errors.
-2010-01-29 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-29 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (main): Pass --name argument to openvas_sync_feed
instead of dummy user, if --name is present.
-2010-01-29 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-29 Matthew Mundell <matthew.mundell at greenbone.net>
Make OAP SYNC_FEED simply start the sync, instead of waiting for the
sync to finish. Extent OAP DESCRIBE_FEED with more details of feeds
@@ -517,11 +529,11 @@
* CHANGES: Updated.
-2010-01-26 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-26 Matthew Mundell <matthew.mundell at greenbone.net>
* INSTALL: Add libuuid to requirements.
-2010-01-26 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-26 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (make_uuid): New function.
(openvas_admin_add_user): Also add a file "uuid" with a UUID for the
@@ -531,7 +543,7 @@
* CMakeLists.txt: Look for UUID lib.
-2010-01-25 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-25 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oapd.c (serve_oap): Filter logging of input that may contain
passwords.
@@ -539,12 +551,12 @@
* src/oxpd.c (read_protocol): Filter logging of input that may contain
passwords.
-2010-01-21 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-21 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_start_element): In CLIENT_MODIFY_USER init the
modify_password value from the attribute.
-2010-01-21 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-21 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (RULES_HEADER): New define.
(openvas_admin_user_access): Parse header comment too. Return new
@@ -554,7 +566,7 @@
* src/oap.c (oap_xml_handle_end_element): In CLIENT_GET_USERS always send
HOSTS.
-2010-01-20 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-20 Matthew Mundell <matthew.mundell at greenbone.net>
Add NAME attribute to OAP GET_USERS, for limiting response to single
user. Add OAP MODIFY_USER.
@@ -581,7 +593,7 @@
* src/tests/oap_help_0.c (help_text): Add MODIFY_USER.
-2010-01-19 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-19 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (openvas_admin_user_access): New function.
@@ -589,7 +601,7 @@
* src/oap.c (oap_xml_handle_end_element): In CLIENT_GET_USERS send HOSTS.
-2010-01-19 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-19 Matthew Mundell <matthew.mundell at greenbone.net>
Add HOSTS to OAP CREATE_USER, for target access control.
@@ -605,7 +617,7 @@
* src/openvasad.c (main): Add hosts args to openvas_admin_add_user call.
-2010-01-19 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-19 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (openvas_admin_add_user): Match a ! formatting to others.
Make truth comparisons implicit. Put multi-line logical op at start of
@@ -614,13 +626,13 @@
instead of using a flag. Remove "else" blocks when "then" blocks
return, at least to bring the width within 80 chars.
-2010-01-19 Michael Wiegand <michael.wiegand at intevation.de>
+2010-01-19 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
* CMakeLists.txt: Updated version number.
-2010-01-19 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-19 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (delete_user_data_t): New type.
(delete_user_data_reset): New function.
@@ -631,7 +643,7 @@
(oap_xml_handle_text): Switch to new callback data mechanism for
DELETE_USER.
-2010-01-19 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-19 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (create_user_data_t): New type.
(create_user_data_reset): New function.
@@ -642,7 +654,7 @@
(oap_xml_handle_text): Switch to new callback data mechanism for
CREATE_USER.
-2010-01-19 Michael Wiegand <michael.wiegand at intevation.de>
+2010-01-19 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.5.0 release.
@@ -650,14 +662,14 @@
* CHANGES: Updated.
-2010-01-18 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (STATUS_ERROR_ACCESS, STATUS_ERROR_ACCESS_TEXT): New defines,
as in Manager.
(oap_xml_handle_end_element): In CLIENT_GET_SETTINGS add editable flag to
SCANNER_SETTINGS, set according to --enable-modify-settings.
-2010-01-14 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-14 Matthew Mundell <matthew.mundell at greenbone.net>
Add OMP MODIFY_SETTINGS and option --enable-modify-settings.
@@ -691,7 +703,7 @@
* src/tests/oap_help_0.c (help_text): Indent to match help text.
-2010-01-14 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-14 Matthew Mundell <matthew.mundell at greenbone.net>
Initiate switch to more manageable data passing mechanism.
@@ -703,14 +715,14 @@
data passing mechanism for GET_USERS.
(init_oap): Neaten doc. Init command_data.
-2010-01-14 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-14 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c: Order cases and branches alphabetically.
(help_text): Sort. Bring width within 80 chars.
* src/tests/oap_help_0.c (help_text): Sort. Bring width within 80 chars.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (build_settings_xml): Remove.
(oap_xml_handle_end_element): In CLIENT_GET_SETTINGS use new settings
@@ -723,17 +735,17 @@
* src/admin.h: Update headers accordingly.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (XML_ERROR_BUSY): New macro.
(oap_xml_handle_end_element): In CLIENT_SYNC_FEED use response macros.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_end_element): Indent CLIENT_DESCRIBE_FEED
and CLIENT_GET_SETTINGS properly.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
Make the locking around the feed synchronization atomic.
@@ -753,42 +765,42 @@
* src/openvasad.c (main): Adjust sync_feed command for new atomic
openvas_sync_feed.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_end_element): In CLIENT_SYNC_FEED put the
sync code in an else, otherwise when another sync is in progress it
runs a second sync and sends two responses.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (print_settings): Correct arg name in doc.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c, src/admin.h: Make comments consistent with rest of module.
Remove "void"s from empty arg lists.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c: Format single expression branches consistently.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_end_element): Make the get_all_settings error
in CLIENT_GET_SETTINGS an internal error.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_end_element): Streamline CLIENT_GET_SETTINGS
formatting.
-2010-01-13 Matthew Mundell <matthew.mundell at intevation.de>
+2010-01-13 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (help_text): Add GET_SETTINGS.
* src/tests/oap_help_0.c (help_text): Add GET_SETTINGS.
-2009-12-30 Matthew Mundell <matthew.mundell at intevation.de>
+2009-12-30 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oapd.c (serve_omp): Just read and log a character on select
exception, instead of failing.
@@ -811,7 +823,7 @@
* ChangeLog: Cleanup some formatting.
-2009-12-23 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-12-23 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Applied patch from Vladimir Nadvornik. Compiled libraries do not need
to be shared, but can be static instead. This closes the administrator-
@@ -819,18 +831,18 @@
* src/CMakeLists.txt: Declare admin and oap library as static.
-2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-21 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
* CMakeLists.txt: Updated version number.
-2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-21 Michael Wiegand <michael.wiegand at greenbone.net>
* CMakeLists.txt: Don't ignore necessary files when creating the source
tarball.
-2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-21 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.4.0 release.
@@ -838,12 +850,12 @@
* CHANGES: Updated.
-2009-12-21 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-21 Michael Wiegand <michael.wiegand at greenbone.net>
* src/oap.c (oap_xml_handle_end_element): Include name of settings file
in error message.
-2009-12-17 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-17 Michael Wiegand <michael.wiegand at greenbone.net>
Added support for retrieving settings from configuration files.
@@ -878,14 +890,14 @@
* src/admin.h: Updated.
-2009-12-17 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-12-17 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Second step of versioning mechanism change.
* doc/Doxyfile.in, doc/Doxyfile_full.in, VERSION.in: Added variable to
be substituted by CMake at configure time.
-2009-12-17 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-12-17 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Preparing versioning mechanisms analogous to openvas-manager.
@@ -903,17 +915,17 @@
* INSTALL: Added hint on dot tool.
-2009-12-15 Matthew Mundell <matthew.mundell at intevation.de>
+2009-12-15 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (accept_and_maybe_fork): After forking switch the
SIGCHLD handler of the child to SIG_DFL.
(main): Revert SIGCHLD handler to SIG_IGN.
-2009-12-09 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-09 Michael Wiegand <michael.wiegand at greenbone.net>
* CMakeLists.txt: Removed superfluous test for uuid library.
-2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-08 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -923,7 +935,7 @@
* CMakeLists.txt: Updated version number.
-2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-08 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.3.0 release.
@@ -935,7 +947,7 @@
* CHANGES: Updated.
-2009-12-03 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-03 Michael Wiegand <michael.wiegand at greenbone.net>
Improved locking during feed synchronization.
@@ -955,7 +967,7 @@
* src/openvasad.c (main): Use new functions for lockfile management.
-2009-12-01 Michael Wiegand <michael.wiegand at intevation.de>
+2009-12-01 Michael Wiegand <michael.wiegand at greenbone.net>
Improving feed synchronization support.
@@ -971,7 +983,7 @@
* src/admin.c: Removed superfluous newlines.
-2009-11-30 Michael Wiegand <michael.wiegand at intevation.de>
+2009-11-30 Michael Wiegand <michael.wiegand at greenbone.net>
Adding initial support for synchronization with an NVT feed.
@@ -1003,26 +1015,26 @@
* src/admin.h: Updated header.
-2009-11-27 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-27 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* CMakeLists.txt: Switched method of svn revision extraction to
"offline" check.
-2009-11-27 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-27 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* CMakeLists.txt: Made wording more consistent.
-2009-11-27 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-27 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* CMakeLists.txt: At configure time, add svn revision to version
number if PREPARE_RELEASE flag is not set.
-2009-11-26 Matthew Mundell <matthew.mundell at intevation.de>
+2009-11-26 Matthew Mundell <matthew.mundell at greenbone.net>
* CMakeLists.txt: Make formatting more consistent. Streamline TODO.
Match the dependency checks to the manager.
-2009-11-26 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-26 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Applying fix from openvas-manager (rev. 5978).
@@ -1031,7 +1043,7 @@
* CMakeLists.txt: Respect SYSCONF_INSTALL_DIR if set.
-2009-11-26 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-26 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Changed checks for used libraries, with help of Matthew Mundell.
@@ -1041,7 +1053,7 @@
* src/CMakeLists.txt: Respect libdir and bindir.
-2009-11-25 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-11-25 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
Added stubs for dependency checks during configure/build time.
Fixes bug #1205 (http://bugs.openvas.org/1205) for certain
@@ -1050,7 +1062,7 @@
* CMakeLists.txt: Added stubs for (dependency) checks for glib-2.0,
gcrypt, openvas-libraries, gnutls, pcap and gpgme.
-2009-11-20 Michael Wiegand <michael.wiegand at intevation.de>
+2009-11-20 Michael Wiegand <michael.wiegand at greenbone.net>
Make sure the parent pidfile is only removed when the parent exits.
@@ -1060,7 +1072,7 @@
(cleanup): Check if this process is the parent before removing the
pidfile.
-2009-10-29 Matthew Mundell <matthew.mundell at intevation.de>
+2009-10-29 Matthew Mundell <matthew.mundell at greenbone.net>
Cleanup after static analysis.
@@ -1085,7 +1097,7 @@
(remove_recurse): Free temporary filename.
(openvas_admin_list_users): Add note about freeing element data.
-2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+2009-10-26 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1095,7 +1107,7 @@
* CMakeLists.txt: Updated version number.
-2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+2009-10-26 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.2.2 release.
@@ -1107,7 +1119,7 @@
* CHANGES: Updated.
-2009-10-22 Matthew Mundell <matthew.mundell at intevation.de>
+2009-10-22 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (cleanup, main): Clean a little formatting.
@@ -1115,7 +1127,7 @@
* src/openvasad.c (cleanup, main): Factored out pidfile management.
-2009-09-29 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-29 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oad.c (oap_xml_handle_start_element): Correct command name in
CLIENT_DELETE_USER response.
@@ -1127,7 +1139,7 @@
* src/tests/CMakeLists.txt: Add oap_delete_user_1.
-2009-10-19 Michael Wiegand <michael.wiegand at intevation.de>
+2009-10-19 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1137,7 +1149,7 @@
* CMakeLists.txt: Updated version number.
-2009-10-19 Michael Wiegand <michael.wiegand at intevation.de>
+2009-10-19 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.2.1 release.
@@ -1149,7 +1161,7 @@
* CHANGES: Updated.
-2009-10-12 Michael Wiegand <michael.wiegand at intevation.de>
+2009-10-12 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvasad.c (main): Modified short options for --password, --role
and --account to resolve conflicts. Removed short options for
@@ -1181,7 +1193,7 @@
* INSTALL: Update pre-requisites.
-2009-09-29 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-29 Matthew Mundell <matthew.mundell at greenbone.net>
Hide the special "om" user.
@@ -1191,7 +1203,7 @@
(openvas_admin_remove_user, openvas_admin_set_rules): Prevent modification
or listing of the "om" user.
-2009-09-29 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-29 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (SERVERCERT, SERVERKEY, CACERT): Remove. Rename to
match build files.
@@ -1203,7 +1215,7 @@
* INSTALL: New.
-2009-09-28 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-28 Matthew Mundell <matthew.mundell at greenbone.net>
* CMakeLists.txt: Set minimum cmake version to 2.6.
@@ -1220,20 +1232,20 @@
* CMakeLists.txt: Fixed path to openvas scanner config.
-2009-09-25 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-25 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad_log_conf.cmake_in (*): Send logs to openvasad.log
instead of openvas.log.
-2009-09-25 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-25 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (main): Add end type arg to openvas_server_new call.
-2009-09-25 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-25 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (main): Remove examples left from prototype daemon.
-2009-09-25 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-25 Matthew Mundell <matthew.mundell at greenbone.net>
Switch entirely to the openvas_server library interface for handling the
client session.
@@ -1249,18 +1261,18 @@
* src/oxpd.c: Add param order todo.
-2009-09-25 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-09-25 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* src/CMakeLists.txt: Added compiler flags from openvas-libraries to
targets that depend on openvas-libraries.
* src/oap.c: Adjusted include.
-2009-09-24 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-24 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (serve_client): Remove server code left from manager.
-2009-09-23 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-23 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (ovas_server_context_t, ovas_server_context)
(ovas_server_context_attach, ovas_server_context_free)
@@ -1269,7 +1281,7 @@
(ovas_scanner_context_attach, ovas_scanner_context_free)
(ovas_scanner_context_new): New. Renamed temporarily to match libs.
-2009-09-23 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-23 Matthew Mundell <matthew.mundell at greenbone.net>
Add the ability to set the role when creating a user (OAP and cli). Add
a set_role cli command.
@@ -1288,7 +1300,7 @@
* src/admin.h (openvas_admin_add_user): Update for new definition.
(openvas_admin_remove_user): Match to existing definition.
-2009-09-22 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-22 Matthew Mundell <matthew.mundell at greenbone.net>
* src/admin.c (G_LOG_DOMAIN): New define.
(openvas_admin_add_user, openvas_admin_remove_user): Add more detailed
@@ -1302,19 +1314,19 @@
* src/oapd.c: Remove ovas-mngr-comm.h include.
-2009-09-22 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-22 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c, src/oapd.c: In doc comments, put conditionals around macro
function definitions and references to static functions.
* src/openvasad.c: Remove server references from docs.
-2009-09-22 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-22 Matthew Mundell <matthew.mundell at greenbone.net>
* src/tests/read_protocol_0.c: Switch to new openvas-libraries/omp names.
Try create a user instead of a task. (Missed in commit yesterday.)
-2009-09-21 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-21 Matthew Mundell <matthew.mundell at greenbone.net>
* src/tests/oap_bogus_1.c, src/tests/oap_get_version_0.c,
src/tests/timeout_0.c, src/tests/oap_help_0.c,
@@ -1328,12 +1340,12 @@
* src/tests/common.c (setup_test): Set g_log_default_log_handler to
openvas_log_func.
-2009-09-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/oap.c (oap_xml_handle_start_element): Enable current_credentials
assertion.
-2009-09-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad_log_conf.cmake_in: Match time prepend formats to
openvas-libraries.
@@ -1344,11 +1356,11 @@
setup_log_handlers does. Rename NESSUS_ENCAPS_TLSv1 to
OPENVAS_ENCAPS_TLSv1.
-2009-09-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/tests/oap_get_users_0.c (users, user): Remove. Old variables.
-2009-09-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (serve_client): Switch to library session creating
functions.
@@ -1358,14 +1370,14 @@
* src/CMakeLists.txt: Remove ovas-mngr-comm library.
-2009-09-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-18 Matthew Mundell <matthew.mundell at greenbone.net>
* src/openvasad.c (OPENVASAD_PORT): Set to 9393.
(main): Enable service name lookup. Set administrator_port instead of
administrator_address.sin_port when generating the port, otherwise the
value is overwritten later.
-2009-09-17 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-17 Matthew Mundell <matthew.mundell at greenbone.net>
Move actual admin work to new internal library "admin". Add OAP
CREATE_USER, DELETE_USER and GET_USERS.
@@ -1404,15 +1416,15 @@
* src/tests/oap_help_0.c: Update help string.
-2009-09-17 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-17 Matthew Mundell <matthew.mundell at greenbone.net>
* src/tests/CMakeLists.txt (OVAS_LDFLAG): Remove -lopenvas_omp.
-2009-09-17 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-17 Matthew Mundell <matthew.mundell at greenbone.net>
* ChangeLog: Switch old entry to full address.
-2009-09-16 Matthew Mundell <matthew.mundell at intevation.de>
+2009-09-16 Matthew Mundell <matthew.mundell at greenbone.net>
Add foundations of daemon.
@@ -1453,7 +1465,7 @@
symbols are available, at least during initial development. Setup
OPENVAS_SYSCONF_DIR. Enable testing.
-2009-09-16 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-16 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1463,7 +1475,7 @@
* CMakeLists.txt: Updated version number.
-2009-09-16 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-16 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.1.3 release.
@@ -1475,7 +1487,7 @@
* CHANGES: Updated.
-2009-09-16 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-16 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvasad.c (main): Downgraded "missing rules" message from
g_warning to g_message to stay consistent with other message levels.
@@ -1488,19 +1500,19 @@
and password as a single parameter. For list_users
now as a default print the plain text version.
-2009-09-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-09-14 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* src/openvasad.c: Fixed include path. Paths to openvas-specific headers
are given by libopenvas-config, thus no "openvas" folder has to be
specified. Before change, did not build when openvas-libraries was
installed with custom prefix.
-2009-09-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-09-14 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* doc/CMakeLists.c, src/openvasad.c, src/CMakeLists.txt, CMakeLists.txt:
Changed openvascd to openvasad.
-2009-09-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+2009-09-14 Felix Wolfsteller <felix.wolfsteller at greenbone.net>
* README, CMakeLists.txt, doc/Doxyfile, doc/Doxyfile_full,
doc/CMakeLists.txt, src/CMakeLists.txt: Renamed openvas-config-manager
@@ -1510,22 +1522,22 @@
* src/openvascd.c, src/openvasad.c: Moved file (from openvascd to
openvasad).
-2009-09-07 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-07 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c (openvas_config_add_user): Improved error recovery;
openvascd will now remove the probably broken or empty user directory
if there was an error during user creation.
-2009-09-04 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-04 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c (openvas_config_list_users): Add support for listing
users authenticating with certificates.
-2009-09-04 Michael Wiegand <michael.wiegand at intevation.de>
+2009-09-04 Michael Wiegand <michael.wiegand at greenbone.net>
* src/CMakeLists.txt: Gather OpenVAS LDFLAGS and CFLAGS dynamically.
-2009-07-14 Michael Wiegand <michael.wiegand at intevation.de>
+2009-07-14 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1535,7 +1547,7 @@
* CMakeLists.txt: Updated version number.
-2009-07-14 Michael Wiegand <michael.wiegand at intevation.de>
+2009-07-14 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.1.2 release.
@@ -1551,22 +1563,22 @@
* packaging/debian/control: Corrected dependencies.
-2009-07-14 Michael Wiegand <michael.wiegand at intevation.de>
+2009-07-14 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvasd.c: Added missing documentation.
(main): Resolved SA macro to improve readability.
-2009-07-11 Michael Wiegand <michael.wiegand at intevation.de>
+2009-07-11 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c (openvas_config_add_user): Create OPENVAS_USERS_DIR
if it does not exist already.
-2009-06-19 Michael Wiegand <michael.wiegand at intevation.de>
+2009-06-19 Michael Wiegand <michael.wiegand at greenbone.net>
* CMakeLists.txt: Make it possible to set different prefixes for
individual directories; this is expected by Debian.
-2009-06-18 Michael Wiegand <michael.wiegand at intevation.de>
+2009-06-18 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1576,7 +1588,7 @@
* CMakeLists.txt: Updated version number.
-2009-06-18 Michael Wiegand <michael.wiegand at intevation.de>
+2009-06-18 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.1.1 release.
@@ -1591,13 +1603,13 @@
* CHANGES: Updated.
-2009-05-29 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-29 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c: Small bugfix.
(openvas_config_add_user): Create empty rules file if there are no rules
defined since openvasd expects a rules file for every user.
-2009-05-19 Matthew Mundell <matthew.mundell at intevation.de>
+2009-05-19 Matthew Mundell <matthew.mundell at greenbone.net>
Move authentication facilities to libopenvas.
@@ -1606,7 +1618,7 @@
* CMakeList.txt (openvascd): Link to libopenvas.
-2009-05-11 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-11 Michael Wiegand <michael.wiegand at greenbone.net>
Added source code documentation infrastructure.
@@ -1627,7 +1639,7 @@
* CMakeList.txt: Exposed doc/ subdirectory.
-2009-05-06 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-06 Michael Wiegand <michael.wiegand at greenbone.net>
Post release version bump.
@@ -1635,7 +1647,7 @@
* CMakeLists.txt: Adjusted CPACK_PACKAGE_VERSION.
-2009-05-06 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-06 Michael Wiegand <michael.wiegand at greenbone.net>
Preparing for the 0.1.0 release.
@@ -1645,12 +1657,12 @@
* CHANGES: New.
-2009-05-06 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-06 Michael Wiegand <michael.wiegand at greenbone.net>
* CMakeLists.txt: Added initial support for creating source and binary
packages with CPack.
-2009-05-05 Michael Wiegand <michael.wiegand at intevation.de>
+2009-05-05 Michael Wiegand <michael.wiegand at greenbone.net>
Added support for setting user rules. Functionality for adding and
deleting users and setting user rules is now exposed via the Command
@@ -1669,7 +1681,7 @@
rules for an existing user. (silence_messages) New. Empty convenience
function to suppress log messages.
-2009-04-30 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-30 Michael Wiegand <michael.wiegand at greenbone.net>
Added preliminary support for removing users. This functionality is
currently not exposed pending the implementation of XML parsing.
@@ -1681,7 +1693,7 @@
recursively remove user directories. (check_is_dir) New. Helper function
to determine whether a file is a directory or not.
-2009-04-29 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-29 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c: Housekeeping commit. (openvas_config_list_users,
openvas_config_list_all_prefs) Narrow down variable scopes. Make sure
@@ -1690,7 +1702,7 @@
* ChangeLog: Fixed typos.
-2009-04-29 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-29 Michael Wiegand <michael.wiegand at greenbone.net>
Added preliminary support for adding users. This functionality is
currently not exposed pending the implementation of XML parsing.
@@ -1704,7 +1716,7 @@
message digest. (get_password_hashes) New. This function generates a
pair of hashes for the authentication process implemented by openvasd.
-2009-04-24 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-24 Michael Wiegand <michael.wiegand at greenbone.net>
* src/openvascd.c (openvas_config_list_all_prefs): Changed config file
parsing to use g_key_file functionality provided by glib. Note that this
@@ -1713,7 +1725,7 @@
* ChangeLog: Fixed missing TLDs in mail addresses.
-2009-04-24 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-24 Michael Wiegand <michael.wiegand at greenbone.net>
Added daemon functionality to openvascd. openvascd will now start as
GnuTLS server when started with the -d option.
@@ -1730,7 +1742,7 @@
OPENVAS_SERVER_KEY and OPENVAS_CA_CERTIFICATE are available when
compiling. Added link flag for GnuTLS.
-2009-04-22 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-22 Michael Wiegand <michael.wiegand at greenbone.net>
Added support for retrieving server preferences (new command:
list_all_prefs).
@@ -1749,7 +1761,7 @@
* src/CMakeLists.txt: Use OPENVAS_CONFIG_FILE definition when compiling
openvascd.c.
-2009-04-22 Michael Wiegand <michael.wiegand at intevation.de>
+2009-04-22 Michael Wiegand <michael.wiegand at greenbone.net>
Initial import of the openvas-configuration-manager module.
Modified: trunk/openvas-administrator/src/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/src/CMakeLists.txt 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/CMakeLists.txt 2010-11-29 23:16:41 UTC (rev 9564)
@@ -4,7 +4,7 @@
#
# Authors:
# Matthew Mundell <matthew.mundell at greenbone.net>
-# Michael Wiegand <michael.wiegand at intevation.de>
+# Michael Wiegand <michael.wiegand at greenbone.net>
#
# Copyright:
# Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/admin.c
===================================================================
--- trunk/openvas-administrator/src/admin.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/admin.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -4,7 +4,7 @@
*
* Authors:
* Matthew Mundell <matthew.mundell at greenbone.net>
- * Michael Wiegand <michael.wiegand at intevation.de>
+ * Michael Wiegand <michael.wiegand at greenbone.net>
*
* Copyright:
* Copyright (C) 2009,2010 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/openvasad.c
===================================================================
--- trunk/openvas-administrator/src/openvasad.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/openvasad.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -4,7 +4,7 @@
*
* Authors:
* Matthew Mundell <matthew.mundell at greenbone.net>
- * Michael Wiegand <michael.wiegand at intevation.de>
+ * Michael Wiegand <michael.wiegand at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/common.c
===================================================================
--- trunk/openvas-administrator/src/tests/common.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/common.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Common utilities for tests.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_authenticate_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_authenticate_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_authenticate_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test OAP AUTHENTICATE, where the username includes a quote.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_bogus_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_bogus_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_bogus_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test the admin'r with a bogus command before authenticating.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_bogus_1.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_bogus_1.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_bogus_1.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test the admin'r with a bogus command after authenticating.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_commands_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_commands_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_commands_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test OAP COMMANDS with two simple commands.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_create_user_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_create_user_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_create_user_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test OAP CREATE_USER.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_delete_user_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_delete_user_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_delete_user_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test OAP DELETE_USER.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_delete_user_1.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_delete_user_1.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_delete_user_1.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test OAP DELETE_USER on current user.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_get_users_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_get_users_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_get_users_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test that OAP get_users succeeds.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_get_version_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_get_version_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_get_version_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test the OMP GET_VERSION command.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_help_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_help_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_help_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test the OAP HELP command.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/oap_help_1.c
===================================================================
--- trunk/openvas-administrator/src/tests/oap_help_1.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/oap_help_1.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -5,7 +5,7 @@
* determining the protocol because <help/> is shorter than "< OTP/1.0 >\n".
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/read_protocol_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/read_protocol_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/read_protocol_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test read_protocol timing out.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
Modified: trunk/openvas-administrator/src/tests/timeout_0.c
===================================================================
--- trunk/openvas-administrator/src/tests/timeout_0.c 2010-11-29 23:11:11 UTC (rev 9563)
+++ trunk/openvas-administrator/src/tests/timeout_0.c 2010-11-29 23:16:41 UTC (rev 9564)
@@ -3,7 +3,7 @@
* Description: Test a client connection timing out.
*
* Authors:
- * Matthew Mundell <matthew.mundell at intevation.de>
+ * Matthew Mundell <matthew.mundell at greenbone.net>
*
* Copyright:
* Copyright (C) 2009 Greenbone Networks GmbH
More information about the Openvas-commits
mailing list