Mailing List Archive

Microsoft has released Service Pack 1 for Windows XP.
URL:
http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/Security/
News/WXPSP1s.ASP

The plugin smb_reg_service_pack_XP.nasl detect this SP.

script_exclude_keys("SMB/XP/ServicePack"); already exist in:
smb_nt_ms02-029.nasl
smb_nt_ms02-018.nasl
smb_nt_ms02-017.nasl

script_exclude_keys("SMB/XP/ServicePack"); should be added in:
smb_nt_ms02-009.nasl
smb_nt_ms02-008.nasl
smb_nt_ms02-006.nasl
smb_nt_ms02-005.nasl
smb_xp_ms01-059.nasl

Bug in smb_nt_ms02-029.nasl
if("5.1" >< version)
{
# fixed in SP1
sp = get_kb_item("SMB/Win2K/ServicePack"); <-SMB/XP/ServicePack
if(ereg(string:sp, pattern:"Service Pack [1-9]"))exit(0);
}