[Openvas-commits] r3040 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 7 10:28:31 CEST 2009
Author: chandra
Date: 2009-04-07 10:28:28 +0200 (Tue, 07 Apr 2009)
New Revision: 3040
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/smb_nt_ms02-018.nasl
trunk/openvas-plugins/scripts/smb_nt_ms02-051.nasl
trunk/openvas-plugins/scripts/smb_nt_ms04-026.nasl
Log:
Addressed undefined reference errors
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-04-07 07:57:50 UTC (rev 3039)
+++ trunk/openvas-plugins/ChangeLog 2009-04-07 08:28:28 UTC (rev 3040)
@@ -1,3 +1,9 @@
+2009-04-07 Chandrashekhar <bchandra at secpod.com>
+ * scripts/smb_nt_ms04-026.nasl,
+ scripts/smb_nt_ms02-051.nasl,
+ scripts/smb_nt_ms02-018.nasl:
+ Added smb_hotfixes.inc as dependency
+
2009-04-07 Michael Meyer <mime at gmx.de>
* scripts/remote-MS03-018.nasl,
scripts/webserver_robot.nasl:
Modified: trunk/openvas-plugins/scripts/smb_nt_ms02-018.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_nt_ms02-018.nasl 2009-04-07 07:57:50 UTC (rev 3039)
+++ trunk/openvas-plugins/scripts/smb_nt_ms02-018.nasl 2009-04-07 08:28:28 UTC (rev 3040)
@@ -62,6 +62,7 @@
}
include("secpod_reg.inc");
+#include("smb_hotfixes.inc");
if ( hotfix_check_iis_installed() <= 0 ) exit(0);
if ( hotfix_check_sp(nt:7, win2k:3, xp:1 ) <= 0 ) exit(0);
Modified: trunk/openvas-plugins/scripts/smb_nt_ms02-051.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_nt_ms02-051.nasl 2009-04-07 07:57:50 UTC (rev 3039)
+++ trunk/openvas-plugins/scripts/smb_nt_ms02-051.nasl 2009-04-07 08:28:28 UTC (rev 3040)
@@ -62,6 +62,7 @@
}
include("secpod_reg.inc");
+include("smb_hotfixes.inc");
if ( hotfix_check_sp(xp:1, win2k:4) <= 0 ) exit(0);
if ( hotfix_check_nt_server() <= 0 ) exit(0);
Modified: trunk/openvas-plugins/scripts/smb_nt_ms04-026.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_nt_ms04-026.nasl 2009-04-07 07:57:50 UTC (rev 3039)
+++ trunk/openvas-plugins/scripts/smb_nt_ms04-026.nasl 2009-04-07 08:28:28 UTC (rev 3040)
@@ -58,6 +58,7 @@
include("http_func.inc");
include("http_keepalive.inc");
include("secpod_reg.inc");
+include("smb_hotfixes.inc");
# we will first ensure that OWA is running
More information about the Openvas-commits
mailing list