MS09-042: Vulnerability in Telnet could allow remote code execution

Applies To
Windows Server 2008 Datacenter without Hyper-V Windows Server 2008 Enterprise without Hyper-V Windows Server 2008 for Itanium-Based Systems Windows Server 2008 Standard without Hyper-V Windows Server 2008 Datacenter Windows Server 2008 Enterprise Windows Server 2008 Standard Windows Server 2008 Web Edition Windows Vista Business Windows Vista Enterprise Windows Vista Home Basic Windows Vista Home Premium Windows Vista Starter Windows Vista Ultimate Windows Vista Enterprise 64-bit Edition Windows Vista Home Basic 64-bit Edition Windows Vista Home Premium 64-bit Edition Windows Vista Ultimate 64-bit Edition Windows Vista Business 64-bit Edition Windows Vista Business Windows Vista Enterprise Windows Vista Home Basic Windows Vista Home Premium Windows Vista Starter Windows Vista Ultimate Windows Vista Enterprise 64-bit Edition Windows Vista Home Basic 64-bit Edition Windows Vista Home Premium 64-bit Edition Windows Vista Ultimate 64-bit Edition Windows Vista Business 64-bit Edition Microsoft Windows Server 2003 Service Pack 2 Microsoft Windows XP Professional x64 Edition Microsoft Windows XP Service Pack 2 Microsoft Windows XP Home Edition Microsoft Windows XP Professional Microsoft Windows XP Service Pack 3 Microsoft Windows XP Home Edition Microsoft Windows XP Professional

Support for Windows Vista Service Pack 1 (SP1) ends on July 12, 2011. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, refer to this Microsoft web page: Support is ending for some versions of Windows.

INTRODUCTION

Microsoft has released security bulletin MS09-042. To view the complete security bulletin, visit one of the following Microsoft Web sites:

How to obtain help and support for this security update

Help installing updates:
Support for Microsoft Update

Security solutions for IT professionals:
TechNet Security Troubleshooting and Support

Help protect your computer that is running Windows from viruses and malware:
Virus Solution and Security Center

Local support according to your country:
International Support

More Information

Additional information about this security update

  • What does this security bulletin address?
    This security update addresses reflection protection in the Telnet protocol. For more information about Reflection Protection, please review the following security bulletin:

    http:⁠//www.microsoft.com/technet/security/bulletin/MS09-042.mspx

  • What is Extended Protection?
    This security update contains a defense in-depth fix to allow for the Telnet client and server to opt in to extended protection. By default, this functionality is disabled. Please review this security update and the following security advisory closely which describe Extended Protection in more detail to make sure that you know the affect of these changes:
    973811 Microsoft Security Advisory: Extended protection for authentication

  • How do I enable Extended Protection on my computer?
    Before you enable Extended Protection, make sure that the following update is installed on both the client and server computers:

    968389 Extended Protection for Authentication

     To be able to enable Extended Protection for Telnet, make sure that the updates in Security Advisory 968389 and in this article are installed on both the client and server computers.

    Note The client-side setting that enables Extended Protection is a system-wide setting. When this setting is enabled, Extended Protection is enabled for all components on the client computer.

    On a server, Extended Protection has to be enabled for each component individually. Make sure that all client components for a particular server are updated for Extended Protection before you enable it on server or else authentication failures may occur.After both security updates are installed, you will then have to enable Extended Protection on both client and server computers.

    To enable Extended Protection on your computer, the following changes are required.

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756 How to back up and restore the registry in Windows

    • If the computer is a Telnet client:

      1. Verify that the registry values SuppressExtendedProtection and LmCompatibilityLevel are located in the following registry subkey:

        HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\

      2. If the registry values are not present, start Registry Editor, and then follow these steps:

        1. Locate and then click the following key in the registry:

          HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\

        2. On the Edit menu, point to New, and then click DWORD Value.

        3. Type SuppressExtendedProtection, and then press ENTER.

        4. On the Edit menu, click Modify.

        5. Type 0, and then click OK.

        6. On the Edit menu, point to New, and then click DWORD Value.

        7. Type LmCompatibilityLevel, and then press ENTER.

        8. On the Edit menu, click Modify.

          Note This step changes NTLM authentication requirements. Please review the following article in the Microsoft Knowledge Base to make sure you are familiar with this behavior.
          239869 How to enable NTLM 2 authentication

        9. Type 3, and then click OK.

        10. Exit Registry Editor.

    • On a Telnet server:
      Before you make the following changes, refer to the following MSDN article before setting any hardening modes:

      http:⁠//msdn.microsoft.com/en-us/library/dd767318.aspx

      1. Verify that the registry value ExtendedProtection is located in the following registry subkey:

        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0\

      2. If the registry value is not present, start Registry Editor and then follow these steps:

        1. Locate and then click the following key in the registry:

          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0\

        2. On the Edit menu, point to New, and then click DWORD Value.

        3. Type ExtendedProtection, and then press ENTER.

        4. On the Edit menu, click Modify.

        5. Set the registry value by using one of the following values, based on your Telnet requirements, and then click OK:

          • Legacy: Allow all kinds of clients. Set ExtendedProtection to 0.

          • Partial: (Legacy + EP) Allow clients that do not to send a service principal name (SPN), or allow clients that send the correct SPN. Set ExtendedProtection to 1.

          • Fully Hardened: (Only EP) Allow clients that send only the correct SPN. Set ExtendedProtection to 2.

        6. Exit Registry Editor.

  • When you install this package
    The following registry key and value are created on computers that are running Windows XP or on servers that are running Windows Server 2003 only:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0\ExtendedProtection

    The default value for ExtendedProtection is set to 0. On Windows Vista, you have to manually create this key and provide the appropriate value as per the hardening mode that is selected. To add the registry value, follow the steps that are listed earlier in this article under "How do I enable Extended Protection on my computer?"

  • Default allowed SPNs on a Telnet server:

    • By default, the Telnet server will allow the following list of names and IPs:

      • "localhost" as a string in English.

      • All the variants of IP (IPv4 & IPv6) of your own server or computer.

      • 127.0.0.1 & ::1

      • Hostname in NetBIOS format

      • Hostname in FQDN format.

    • If the administrator decides to allow other SPNs, he can add more names as follows. The name will not be converted from NetBIOS to FQDN or from FQDN to NetBIOS:

      • If the AllowedSPN registry value is not present, start Registry Editor and then follow these steps:

        1. Locate and then click the following key in the registry:

          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0\

        2. On the Edit menu, point to New, and then click Multi-String Value.

        3. Type AllowedSPN, and then press ENTER.

        4. On the Edit menu, click Modify.

        5. Add the aliases that you want to be allowed as SPNs. The following entry is a valid SPN for Telnet:

          telnet/machineName

        6. Click OK, and then exit Registry Editor.

Known issues with this security update

  • On computers that are running Windows XP, or on servers that are running Windows Server 2003, you may experience the following localhost failure on IPv6 addresses and computer aliases:

    Microsoft Telnet clients will not connect to local IPv6 addresses and all localhost aliases except for "localhost" and "hostname."

    To resolve this issue, follow the appropriate steps:

    • For an IPv6 address failure, follow the steps in the "Known issues with this security update" section of the following Knowledge Base article:

      960803 MS09-013: Vulnerabilities in Windows HTTP services could allow remote code execution

    • For a localhost alias failure, use Method 1 in the "Workaround" section of the following Knowledge Base article:

      896861 You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or IIS 6

  • When you try create a Telnet session to any IP address in the address range of 127.*.*.*, the Telnet session will fail except for the IP address 127.0.0.1.

    This issue will occur on Windows 2000, on Windows XP, and on Windows Server 2003.

  • By default, Reflection Protection is not available on Windows 2000.

  • Relay (Extended) Protection is available only on the following operating systems:

    • All versions of Windows Vista
    • Windows Server 2003 Service Pack 2 QFE and Windows Server 2003 Service Pack 2 GDR
    • Windows XP Service Pack 2 QFE, Windows XP Service Pack 2 GDR, Windows XP Service Pack 3 QFE, and Windows XP Service Pack 3 GDR
  • You cannot Telnet on a cluster name and FQDN. You will have to add the cluster name and FQDN to the AllowedSPN registry value. See the "When you install this package" section for information about how to do this.

  • You cannot Telnet to a server by using an alias name. You will have to add the alias name to the AllowedSPN registry value. See the "When you install this package" section for information about how to do this.

  • This update will not be offered to Windows 2000 customers who have Services for Unix installed on their systems.

FILE INFORMATION

The English (United States) version of this software update installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time and with your current daylight saving time (DST) bias. Additionally, the dates and times may change when you perform certain operations on the files.

Windows 2000 file information

For all supported editions of Microsoft Windows 2000 Service Pack 4

File name File version File size Date Time Platform
Msv1_0.dll 5.0.2195.6926 125,200 07-Apr-2005 23:21 x86
Netlogon.dll 5.0.2195.7011 366,864 07-Apr-2005 23:24 x86
Sp3res.dll 5.0.2195.7151 6,276,608 29-Feb-2008 13:26 x86
Telnet.exe 5.0.33670.4 80,656 08-Jan-2009 16:20 x86

Windows XP and Windows Server 2003 file information

  • The files that apply to a specific milestone (RTM, SPn) and service branch (QFE, GDR) are noted in the "SP requirement" and "Service branch" columns.
  • GDR service branches contain only those fixes that are widely released to address widespread, critical issues. QFE service branches contain hotfixes in addition to widely released fixes.
  • In addition to the files that are listed in these tables, this software update also installs an associated security catalog file (KBnumber.cat) that is signed with a Microsoft digital signature.

For all supported x86-based versions of Windows XP

File name File version File size Date Time Platform SP requirement Service branch
Telnet.exe 5.1.2600.3587 76,288 12-Jun-2009 11:50 x86 SP2 SP2GDR
Tlntsess.exe 5.1.2600.3587 80,896 12-Jun-2009 11:50 x86 SP2 SP2GDR
Telnet.exe 5.1.2600.3587 76,288 12-Jun-2009 11:49 x86 SP2 SP2QFE
Tlntsess.exe 5.1.2600.3587 80,896 12-Jun-2009 11:49 x86 SP2 SP2QFE
Telnet.exe 5.1.2600.5829 76,288 12-Jun-2009 12:31 x86 SP3 SP3GDR
Tlntsess.exe 5.1.2600.5829 80,896 12-Jun-2009 12:31 x86 SP3 SP3GDR
Telnet.exe 5.1.2600.5829 76,288 12-Jun-2009 12:03 x86 SP3 SP3QFE
Tlntsess.exe 5.1.2600.5829 80,896 12-Jun-2009 12:03 x86 SP3 SP3QFE

For all supported x64-based versions of Windows Server 2003 and of Windows XP Professional x64 edition

File name File version File size Date Time Platform SP requirement Service branch
Telnet.exe 5.2.3790.4528 104,448 01-Jul-2009 22:53 x64 SP2 SP2GDR
Tlntsess.exe 5.2.3790.4528 129,536 01-Jul-2009 22:53 x64 SP2 SP2GDR
Telnet.exe 5.2.3790.4528 104,448 01-Jul-2009 22:50 x64 SP2 SP2QFE
Tlntsess.exe 5.2.3790.4528 129,536 01-Jul-2009 22:50 x64 SP2 SP2QFE

              

For all supported x86-based versions of Windows Server 2003

File name File version File size Date Time Platform SP requirement Service branch
Telnet.exe 5.2.3790.4528 76,288 11-Jun-2009 14:39 x86 SP2 SP2GDR
Tlntsess.exe 5.2.3790.4528 83,968 11-Jun-2009 14:39 x86 SP2 SP2GDR
Telnet.exe 5.2.3790.4528 76,288 11-Jun-2009 13:59 x86 SP2 SP2QFE
Tlntsess.exe 5.2.3790.4528 83,968 11-Jun-2009 13:59 x86 SP2 SP2QFE

For all supported IA-64-based versions of Windows Server 2003

File name File version File size Date Time Platform SP requirement Service branch
Telnet.exe 5.2.3790.4528 194,560 01-Jul-2009 22:53 IA-64 SP2 SP2GDR
Tlntsess.exe 5.2.3790.4528 222,720 01-Jul-2009 22:53 IA-64 SP2 SP2GDR
Telnet.exe 5.2.3790.4528 194,560 01-Jul-2009 22:49 IA-64 SP2 SP2QFE
Tlntsess.exe 5.2.3790.4528 222,720 01-Jul-2009 22:49 IA-64 SP2 SP2QFE

Windows Vista and Windows Server 2008 file information

  • The files that apply to a specific product, milestone (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table:

    Version Product Milestone Service branch
    6.0.6000.16xxx Windows Vista RTM GDR
    6.0.6000.20xxx Windows Vista RTM LDR
    6.0.6001.18xxx Windows Vista SP1 and Windows Server 2008 SP1 SP1 GDR
    6.0.6001.22xxx Windows Vista SP1 and Windows Server 2008 SP1 SP1 LDR
    6.0.6002.18xxx Windows Vista SP2 and Windows Server 2008 SP2 SP2 GDR
    6.0.6002.22xxx Windows Vista SP2 and Windows Server 2008 SP2 SP2 LDR
  • Service Pack 1 is integrated into the release version of Windows Server 2008. Therefore, RTM milestone files apply only to Windows Vista. RTM milestone files have a 6.0.0000.xxxxxx version number.

  • GDR service branches contain only those fixes that are widely released to address widespread, critical issues. LDR service branches contain hotfixes in addition to widely released fixes.

  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately. MUM and MANIFEST files, and the associated security catalog (.cat) files, are critical to maintaining the state of the updated component. The security catalog files (attributes not listed) are signed with a Microsoft digital signature.

For all supported x86-based versions of Windows Server 2008 and of Windows Vista

File name File version File size Date Time Platform
Telnet-client-ppdlic.xrm-ms Not Applicable 3,168 10-Jun-2009 11:52 Not Applicable
Telnet.exe 6.0.6000.16868 206,848 10-Jun-2009 11:41 x86
Telnet-client-ppdlic.xrm-ms Not Applicable 3,168 10-Jun-2009 11:50 Not Applicable
Telnet.exe 6.0.6000.21065 206,848 10-Jun-2009 11:36 x86
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:58 Not Applicable
Telnet.exe 6.0.6001.18270 206,336 10-Jun-2009 11:45 x86
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 15:25 Not Applicable
Telnet.exe 6.0.6001.22447 206,336 10-Jun-2009 11:33 x86
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:23 Not Applicable
Telnet.exe 6.0.6002.18049 71,168 10-Jun-2009 09:43 x86
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:27 Not Applicable
Telnet.exe 6.0.6002.22150 71,168 10-Jun-2009 09:46 x86
Tlntsess.exe 6.0.6000.16868 88,576 10-Jun-2009 10:06 x86
Tlntsess.exe 6.0.6000.21065 88,576 10-Jun-2009 09:54 x86
Tlntsess.exe 6.0.6001.18270 88,576 10-Jun-2009 09:56 x86
Tlntsess.exe 6.0.6001.22447 88,576 10-Jun-2009 10:02 x86
Tlntsess.exe 6.0.6002.18049 88,576 10-Jun-2009 09:43 x86
Tlntsess.exe 6.0.6002.22150 88,576 10-Jun-2009 09:46 x86

For all supported x64-based versions of Windows Server 2008 and of Windows Vista

File name File version File size Date Time Platform
Telnet-client-ppdlic.xrm-ms Not Applicable 3,168 10-Jun-2009 12:03 Not Applicable
Telnet.exe 6.0.6000.16868 211,456 10-Jun-2009 11:54 x64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,168 10-Jun-2009 12:01 Not Applicable
Telnet.exe 6.0.6000.21065 211,456 10-Jun-2009 11:53 x64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 12:12 Not Applicable
Telnet.exe 6.0.6001.18270 211,968 10-Jun-2009 12:01 x64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 12:02 Not Applicable
Telnet.exe 6.0.6001.22447 211,968 10-Jun-2009 11:53 x64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:39 Not Applicable
Telnet.exe 6.0.6002.18049 78,848 10-Jun-2009 10:10 x64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:46 Not Applicable
Telnet.exe 6.0.6002.22150 78,848 10-Jun-2009 10:11 x64
Tlntsess.exe 6.0.6000.16868 103,424 10-Jun-2009 10:25 x64
Tlntsess.exe 6.0.6000.21065 103,424 10-Jun-2009 10:25 x64
Tlntsess.exe 6.0.6001.18270 103,424 10-Jun-2009 10:28 x64
Tlntsess.exe 6.0.6001.22447 103,424 10-Jun-2009 10:31 x64
Tlntsess.exe 6.0.6002.18049 103,424 10-Jun-2009 10:10 x64
Tlntsess.exe 6.0.6002.22150 103,424 10-Jun-2009 10:11 x64

For all supported IA-64-based versions of Windows Server 2008

File name File version File size Date Time Platform
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:50 Not Applicable
Telnet.exe 6.0.6001.18270 178,688 10-Jun-2009 10:17 IA-64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:33 Not Applicable
Telnet.exe 6.0.6001.22447 178,688 10-Jun-2009 10:11 IA-64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:09 Not Applicable
Telnet.exe 6.0.6002.18049 178,688 10-Jun-2009 09:58 IA-64
Telnet-client-ppdlic.xrm-ms Not Applicable 3,197 10-Jun-2009 11:16 Not Applicable
Telnet.exe 6.0.6002.22150 178,688 10-Jun-2009 10:01 IA-64
Tlntsess.exe 6.0.6001.18270 208,896 10-Jun-2009 10:17 IA-64
Tlntsess.exe 6.0.6001.22447 208,896 10-Jun-2009 10:11 IA-64
Tlntsess.exe 6.0.6002.18049 208,896 10-Jun-2009 09:58 IA-64
Tlntsess.exe 6.0.6002.22150 208,896 10-Jun-2009 10:01 IA-64

Additional file information for Windows Server 2008 and for Windows Vista

          

Additional files for all supported x86-based versions of Windows Server 2008 and of Windows Vista

Windows6.0-x86-FileManifest-table #2-->

File name Package_10_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,212
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_10_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,932
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_11_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,736
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_11_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,444
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_12_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,745
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_12_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,462
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_1_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,892
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_1_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,603
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_2_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,901
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_2_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,621
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_3_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,734
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_3_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,441
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_4_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,743
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_4_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,460
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_5_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,734
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_5_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,443
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_6_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,369
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_6_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 3,093
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_7_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,902
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_7_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,627
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_8_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,211
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_8_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,931
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_9_for_kb960859_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,744
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_9_for_kb960859~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,465
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,859
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_0~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,894
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,777
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_1~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,812
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_2_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,939
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_2~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,978
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,961
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 2,004
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,393
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc_0~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,412
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,673
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc_1~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,700
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,679
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,855
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_0~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,892
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,939
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_1~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,978
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_bf~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,691
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server~31bf3856ad364e35~x86~~6.0.1.2.mum
File version Not Applicable
File size 1,722
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 3,308
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name X86_0692b945fd320aed15b1edf921aaec6a_31bf3856ad364e35_6.0.6002.22150_none_eb291da0d006ffc0.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_18872908ca1baf0791282f07bfa09ee0_31bf3856ad364e35_6.0.6002.18049_none_ea8b26b46c9a787e.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_280024dc6a6feae1dafa129fdfca0a11_31bf3856ad364e35_6.0.6000.16868_none_af13247d0a792f85.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_6a724dfd2ff7289faf40aeab3ba50741_31bf3856ad364e35_6.0.6000.21065_none_81c672c8f8020ad0.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_7d36bdc541ed767d96a3b0c23803cea8_31bf3856ad364e35_6.0.6001.22447_none_8ad0c91291ca82e2.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_89d1caf447370a024b3132525f7342cf_31bf3856ad364e35_6.0.6001.18270_none_f6446a8a1a7480ee.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_a464920530db1d589ec6a6f0957b3e1e_31bf3856ad364e35_6.0.6001.18270_none_a1639f4ab75bc037.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_c3879de56a6cec830fbde4e3c7cc354b_31bf3856ad364e35_6.0.6001.22447_none_6f817f7d00e00e55.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_d77b36a32e033e736d098f29ace65daa_31bf3856ad364e35_6.0.6002.22150_none_e0b225df80680b34.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_d981385b372396f18827890b08104cd9_31bf3856ad364e35_6.0.6000.21065_none_07f301771f5f1a47.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_f0765db7e5e83328b75ae002310c364c_31bf3856ad364e35_6.0.6002.18049_none_27597141aef09e3a.manifest
File version Not Applicable
File size 710
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_f473da7d7bcb87585efbefe2495a3de1_31bf3856ad364e35_6.0.6000.16868_none_2affef2a83028d24.manifest
File version Not Applicable
File size 701
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6000.16868_none_b6127953280d4641.manifest
File version Not Applicable
File size 9,311
Date (UTC) 10-Jun-2009
Time (UTC) 13:59
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6000.21065_none_b698ed62412dcd48.manifest
File version Not Applicable
File size 9,311
Date (UTC) 10-Jun-2009
Time (UTC) 13:47
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.18270_none_b7e5e5bd2543286b.manifest
File version Not Applicable
File size 9,330
Date (UTC) 10-Jun-2009
Time (UTC) 14:09
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.22447_none_b896f6383e4222ea.manifest
File version Not Applicable
File size 9,330
Date (UTC) 10-Jun-2009
Time (UTC) 15:44
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.18049_none_b9f5cbe922490af2.manifest
File version Not Applicable
File size 9,311
Date (UTC) 10-Jun-2009
Time (UTC) 13:32
Platform Not Applicable
File name X86_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.22150_none_ba6b962e3b76e29e.manifest
File version Not Applicable
File size 9,311
Date (UTC) 10-Jun-2009
Time (UTC) 13:28
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6000.16868_none_a7d7e7e38b82194a.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 14:05
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6000.21065_none_a85e5bf2a4a2a051.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 13:52
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.18270_none_a9ab544d88b7fb74.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 14:13
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.22447_none_aa5c64c8a1b6f5f3.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 15:48
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.18049_none_abbb3a7985bdddfb.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 13:37
Platform Not Applicable
File name X86_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.22150_none_ac3104be9eebb5a7.manifest
File version Not Applicable
File size 6,854
Date (UTC) 10-Jun-2009
Time (UTC) 13:34
Platform Not Applicable

              

Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista

Windows6.0-x64-FileManifest-table #2-->

File name Amd64_1c04a05feffffcc28023b62d40903b45_31bf3856ad364e35_6.0.6001.18270_none_ff2b4b505038a39d.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_322e0c8179e944ef9df79174ba9cfa09_31bf3856ad364e35_6.0.6002.22150_none_9b351f396ee071f2.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_349336b4f1cab8d5df00c8cbd4adfded_31bf3856ad364e35_6.0.6001.18270_none_7976e0941daddcba.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_4156244f23ab3ad31ab04b89c8ce7d2b_31bf3856ad364e35_6.0.6000.21065_none_d473a5810ce12973.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_74501dd1c7a506e8a99525fe321538bd_31bf3856ad364e35_6.0.6000.21065_none_8e18c8ad1a06fdc6.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_7af3e16d768dc95baa5abb2e05b4e620_31bf3856ad364e35_6.0.6002.22150_none_46c067f9d685c323.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_828a349db4fac6812433bbc06c51bc15_31bf3856ad364e35_6.0.6001.22447_none_38ebb2651a73ff0c.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_865c07a609b6264640118cface8ea5dd_31bf3856ad364e35_6.0.6001.22447_none_b6ea9da2c2a66935.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_a763b6cfcb73293993719d1ffe8f640a_31bf3856ad364e35_6.0.6000.16868_none_0798174a9aeabdf8.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_b70b944d8fd07f8569643ad7c17274c5_31bf3856ad364e35_6.0.6000.16868_none_693b91a89b60ccd0.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_be871ec12298ac24fa43581205eb5ec2_31bf3856ad364e35_6.0.6002.18049_none_1a8da268e1ece301.manifest
File version Not Applicable
File size 705
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_fd6877188c47977aaffd5a83096e0bf7_31bf3856ad364e35_6.0.6002.18049_none_cef06ba5d789baed.manifest
File version Not Applicable
File size 714
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6000.16868_none_123114d6e06ab777.manifest
File version Not Applicable
File size 9,345
Date (UTC) 10-Jun-2009
Time (UTC) 14:01
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6000.21065_none_12b788e5f98b3e7e.manifest
File version Not Applicable
File size 9,345
Date (UTC) 10-Jun-2009
Time (UTC) 14:02
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.18270_none_14048140dda099a1.manifest
File version Not Applicable
File size 9,364
Date (UTC) 10-Jun-2009
Time (UTC) 14:11
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.22447_none_14b591bbf69f9420.manifest
File version Not Applicable
File size 9,364
Date (UTC) 10-Jun-2009
Time (UTC) 14:07
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.18049_none_1614676cdaa67c28.manifest
File version Not Applicable
File size 9,345
Date (UTC) 10-Jun-2009
Time (UTC) 13:58
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.22150_none_168a31b1f3d453d4.manifest
File version Not Applicable
File size 9,345
Date (UTC) 10-Jun-2009
Time (UTC) 13:57
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6000.16868_none_03f6836743df8a80.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:08
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6000.21065_none_047cf7765d001187.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:09
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.18270_none_05c9efd141156caa.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:16
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.22447_none_067b004c5a146729.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:12
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.18049_none_07d9d5fd3e1b4f31.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:03
Platform Not Applicable
File name Amd64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.22150_none_084fa042574926dd.manifest
File version Not Applicable
File size 6,890
Date (UTC) 10-Jun-2009
Time (UTC) 14:02
Platform Not Applicable
File name Package_10_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,228
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_10_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,952
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_11_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,746
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_11_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,458
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_12_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,755
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_12_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,476
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_1_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,904
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_1_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,619
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_2_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,913
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_2_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,637
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_3_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,744
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_3_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,455
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_4_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,753
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_4_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,474
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_5_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,744
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_5_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,457
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_6_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,387
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_6_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 3,115
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_7_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,914
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_7_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,643
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_8_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,227
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_8_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,951
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_9_for_kb960859_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,754
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_9_for_kb960859~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,479
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,871
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_0~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,906
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,789
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_1~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,824
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_2_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,953
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client_2~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,992
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_client_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,973
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_client~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 2,016
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,401
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc_0~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,420
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,685
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc_1~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,712
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_sc_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,689
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_sc~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,720
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,867
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,904
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,953
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_1~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,992
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,701
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server~31bf3856ad364e35~amd64~~6.0.1.2.mum
File version Not Applicable
File size 1,732
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 3,336
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable

              

Additional files for all supported IA-64-based versions of Windows Server 2008

Windows6.0-IA64-FileManifest-table #2-->

File name Ia64_07c934a87bfdfa676f50e58436174d70_31bf3856ad364e35_6.0.6002.22150_none_21599a84c54a0126.manifest
File version Not Applicable
File size 703
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_10de77af4e4ca43eb78d92091463d2f4_31bf3856ad364e35_6.0.6001.22447_none_3a5fd8c4bf927e9a.manifest
File version Not Applicable
File size 703
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_29517820bfb68a1b5da92b48ca1f6c4f_31bf3856ad364e35_6.0.6001.18270_none_aeeb2a99b55907db.manifest
File version Not Applicable
File size 712
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_3335c10183b99d32aa34e29a7f96adf8_31bf3856ad364e35_6.0.6002.18049_none_2f7b8e4fceceac95.manifest
File version Not Applicable
File size 703
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_65fc7d3039556964c8a91dc69135c41c_31bf3856ad364e35_6.0.6002.18049_none_d187593929c1981e.manifest
File version Not Applicable
File size 712
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_a9a028255a8e514f1ea09a220b79303b_31bf3856ad364e35_6.0.6002.22150_none_d9ad236f3403d8c3.manifest
File version Not Applicable
File size 712
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_c4c787814362b3f2c096e2e725c4d785_31bf3856ad364e35_6.0.6001.22447_none_dbded1deff63ee39.manifest
File version Not Applicable
File size 712
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_e1dbfbab7066140287e6f87fff526b4c_31bf3856ad364e35_6.0.6001.18270_none_28a16e0b72c5b1f2.manifest
File version Not Applicable
File size 703
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.18270_none_b7e789b325413167.manifest
File version Not Applicable
File size 9,328
Date (UTC) 10-Jun-2009
Time (UTC) 13:40
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6001.22447_none_b8989a2e3e402be6.manifest
File version Not Applicable
File size 9,328
Date (UTC) 10-Jun-2009
Time (UTC) 15:33
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.18049_none_b9f76fdf224713ee.manifest
File version Not Applicable
File size 9,328
Date (UTC) 10-Jun-2009
Time (UTC) 15:29
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-client_31bf3856ad364e35_6.0.6002.22150_none_ba6d3a243b74eb9a.manifest
File version Not Applicable
File size 9,328
Date (UTC) 10-Jun-2009
Time (UTC) 12:56
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.18270_none_a9acf84388b60470.manifest
File version Not Applicable
File size 6,871
Date (UTC) 10-Jun-2009
Time (UTC) 13:47
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6001.22447_none_aa5e08bea1b4feef.manifest
File version Not Applicable
File size 6,871
Date (UTC) 10-Jun-2009
Time (UTC) 15:37
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.18049_none_abbcde6f85bbe6f7.manifest
File version Not Applicable
File size 6,871
Date (UTC) 10-Jun-2009
Time (UTC) 15:33
Platform Not Applicable
File name Ia64_microsoft-windows-telnet-server-tlntsess_31bf3856ad364e35_6.0.6002.22150_none_ac32a8b49ee9bea3.manifest
File version Not Applicable
File size 6,871
Date (UTC) 10-Jun-2009
Time (UTC) 13:00
Platform Not Applicable
File name Package_1_for_kb960859_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,739
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_1_for_kb960859~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 2,448
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_2_for_kb960859_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,748
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_2_for_kb960859~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 2,466
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_3_for_kb960859_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,898
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_3_for_kb960859~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 2,611
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_4_for_kb960859_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,748
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_4_for_kb960859~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 2,471
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,861
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_0~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,896
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_1_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,624
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server_1~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,657
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Package_for_kb960859_server_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,695
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable
File name Package_for_kb960859_server~31bf3856ad364e35~ia64~~6.0.1.2.mum
File version Not Applicable
File size 1,727
Date (UTC) 11-Jun-2009
Time (UTC) 12:25
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 1,754
Date (UTC) 11-Jun-2009
Time (UTC) 12:26
Platform Not Applicable