[Openvas-commits] r3332 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 12 08:55:53 CEST 2009
Author: mwiegand
Date: 2009-05-12 08:55:52 +0200 (Tue, 12 May 2009)
New Revision: 3332
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/apache_username.nasl
trunk/openvas-plugins/scripts/smb_hotfixes.inc
Log:
* scripts/smb_hotfixes.inc, scripts/apache_username.nasl: Added complete
GPLv2 header to clarify license.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-05-11 18:47:37 UTC (rev 3331)
+++ trunk/openvas-plugins/ChangeLog 2009-05-12 06:55:52 UTC (rev 3332)
@@ -1,3 +1,8 @@
+2009-05-12 Michael Wiegand <michael.wiegand at intevation.de>
+
+ * scripts/smb_hotfixes.inc, scripts/apache_username.nasl: Added complete
+ GPLv2 header to clarify license.
+
2009-05-11 Thomas Reinke <reinke at securityspace.com>
* deb_1789_1.nasl deb_1790_1.nasl deb_1791_1.nasl deb_1792_1.nasl
deb_1793_1.nasl deb_1794_1.nasl deb_1795_1.nasl deb_1796_1.nasl
@@ -333,7 +338,6 @@
scripts/gb_hp_ux_HPSBUX00295.nasl:
Added HP-UX Local Security Checks
->>>>>>> .r3240
2009-05-04 Michael Meyer <mime at gmx.de>
* scripts/webcalendar_detect.nasl
scripts/jetty_34800.nasl:
Modified: trunk/openvas-plugins/scripts/apache_username.nasl
===================================================================
--- trunk/openvas-plugins/scripts/apache_username.nasl 2009-05-11 18:47:37 UTC (rev 3331)
+++ trunk/openvas-plugins/scripts/apache_username.nasl 2009-05-12 06:55:52 UTC (rev 3332)
@@ -1,4 +1,30 @@
+###############################################################################
+# OpenVAS Vulnerability Test
+# $Id$
#
+# Apache Remote Username Enumeration Vulnerability
+#
+# Authors:
+# Tenable Network Security
+#
+# Copyright:
+# Copyright (C) 2005 Tenable Network Security
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2,
+# as published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+###############################################################################
+
+#
# GPL licensed by Tenable and distributed under Tenable GPL feed - 10 July 2006
#
Modified: trunk/openvas-plugins/scripts/smb_hotfixes.inc
===================================================================
--- trunk/openvas-plugins/scripts/smb_hotfixes.inc 2009-05-11 18:47:37 UTC (rev 3331)
+++ trunk/openvas-plugins/scripts/smb_hotfixes.inc 2009-05-12 06:55:52 UTC (rev 3332)
@@ -1,11 +1,36 @@
+###############################################################################
+# OpenVAS Vulnerability Test Include
+# $Id$
#
+# Support functions to determine the state of hotfixes on Microsoft Windows
+#
+# Authors:
+# Tenable Network Security
+#
+# Copyright:
+# Copyright (C) 2005 Tenable Network Security
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2,
+# as published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+###############################################################################
+
+#
# GPL licensed by Tenable and distributed under Tenable GPL feed - 02 January 2005
#
#
# (C) Tenable Network Security
#
-# $Id$
include("global_settings.inc");
More information about the Openvas-commits
mailing list