├── .cmake-format.py ├── .gitattributes ├── .gitignore ├── .gitlint ├── CHANGELOG.md ├── CIM_Framework ├── CIMFramework │ ├── CMakeLists.txt │ ├── CPPClasses │ │ ├── Include │ │ │ ├── AMT_8021XProfile.h │ │ │ ├── AMT_8021xCredentialContext.h │ │ │ ├── AMT_ActiveFilterStatistics.h │ │ │ ├── AMT_AgentPresenceCapabilities.h │ │ │ ├── AMT_AgentPresenceInterfacePolicy.h │ │ │ ├── AMT_AgentPresenceService.h │ │ │ ├── AMT_AgentPresenceWatchdog.h │ │ │ ├── AMT_AgentPresenceWatchdogAction.h │ │ │ ├── AMT_AlarmClockService.h │ │ │ ├── AMT_AssetTable.h │ │ │ ├── AMT_AssetTableService.h │ │ │ ├── AMT_AuditLog.h │ │ │ ├── AMT_AuditPolicyRule.h │ │ │ ├── AMT_AuthorizationService.h │ │ │ ├── AMT_BootCapabilities.h │ │ │ ├── AMT_BootSettingData.h │ │ │ ├── AMT_CRL.h │ │ │ ├── AMT_ComplexFilterEntryBase.h │ │ │ ├── AMT_CryptographicCapabilities.h │ │ │ ├── AMT_EACCredentialContext.h │ │ │ ├── AMT_EndpointAccessControlService.h │ │ │ ├── AMT_EnvironmentDetectionInterfacePolicy.h │ │ │ ├── AMT_EnvironmentDetectionSettingData.h │ │ │ ├── AMT_EthernetPortSettings.h │ │ │ ├── AMT_EventLogEntry.h │ │ │ ├── AMT_EventManagerService.h │ │ │ ├── AMT_EventSubscriber.h │ │ │ ├── AMT_FilterEntryBase.h │ │ │ ├── AMT_FilterInSystemDefensePolicy.h │ │ │ ├── AMT_GeneralSettings.h │ │ │ ├── AMT_GeneralSystemDefenseCapabilities.h │ │ │ ├── AMT_Hdr8021Filter.h │ │ │ ├── AMT_IPHeadersFilter.h │ │ │ ├── AMT_InterfacePolicy.h │ │ │ ├── AMT_KerberosSettingData.h │ │ │ ├── AMT_MPSUsernamePassword.h │ │ │ ├── AMT_ManagementPresenceRemoteSAP.h │ │ │ ├── AMT_MessageLog.h │ │ │ ├── AMT_NetworkFilter.h │ │ │ ├── AMT_NetworkPortDefaultSystemDefensePolicy.h │ │ │ ├── AMT_NetworkPortSystemDefenseCapabilities.h │ │ │ ├── AMT_NetworkPortSystemDefensePolicy.h │ │ │ ├── AMT_PCIDevice.h │ │ │ ├── AMT_PETCapabilities.h │ │ │ ├── AMT_PETFilterForTarget.h │ │ │ ├── AMT_PETFilterSetting.h │ │ │ ├── AMT_ProvisioningCertificateHash.h │ │ │ ├── AMT_PublicKeyCertificate.h │ │ │ ├── AMT_PublicKeyManagementCapabilities.h │ │ │ ├── AMT_PublicKeyManagementService.h │ │ │ ├── AMT_PublicPrivateKeyPair.h │ │ │ ├── AMT_RedirectionService.h │ │ │ ├── AMT_RemoteAccessCapabilities.h │ │ │ ├── AMT_RemoteAccessCredentialContext.h │ │ │ ├── AMT_RemoteAccessPolicyAppliesToMPS.h │ │ │ ├── AMT_RemoteAccessPolicyRule.h │ │ │ ├── AMT_RemoteAccessService.h │ │ │ ├── AMT_SNMPEventSubscriber.h │ │ │ ├── AMT_SetupAndConfigurationService.h │ │ │ ├── AMT_StateTransitionCondition.h │ │ │ ├── AMT_SystemDefensePolicy.h │ │ │ ├── AMT_SystemDefensePolicyInService.h │ │ │ ├── AMT_SystemDefenseService.h │ │ │ ├── AMT_SystemPowerScheme.h │ │ │ ├── AMT_TLSCredentialContext.h │ │ │ ├── AMT_TLSProtocolEndpoint.h │ │ │ ├── AMT_TLSProtocolEndpointCollection.h │ │ │ ├── AMT_TLSSettingData.h │ │ │ ├── AMT_TimeSynchronizationService.h │ │ │ ├── AMT_TrapTargetForService.h │ │ │ ├── AMT_UserInitiatedConnectionService.h │ │ │ ├── AMT_WebUIService.h │ │ │ ├── AMT_WiFiPortConfigurationService.h │ │ │ ├── CIM_AbstractIndicationSubscription.h │ │ │ ├── CIM_Account.h │ │ │ ├── CIM_AccountManagementCapabilities.h │ │ │ ├── CIM_AccountManagementService.h │ │ │ ├── CIM_AccountOnSystem.h │ │ │ ├── CIM_AdminDomain.h │ │ │ ├── CIM_AlertIndication.h │ │ │ ├── CIM_AssignedIdentity.h │ │ │ ├── CIM_AssociatedPowerManagementService.h │ │ │ ├── CIM_AssociatedPrivilege.h │ │ │ ├── CIM_AuthenticationService.h │ │ │ ├── CIM_AuthorizationService.h │ │ │ ├── CIM_AuthorizedPrivilege.h │ │ │ ├── CIM_BIOSElement.h │ │ │ ├── CIM_BIOSFeature.h │ │ │ ├── CIM_BIOSFeatureBIOSElements.h │ │ │ ├── CIM_BootConfigSetting.h │ │ │ ├── CIM_BootService.h │ │ │ ├── CIM_BootSettingData.h │ │ │ ├── CIM_BootSourceSetting.h │ │ │ ├── CIM_Capabilities.h │ │ │ ├── CIM_Card.h │ │ │ ├── CIM_Chassis.h │ │ │ ├── CIM_Chip.h │ │ │ ├── CIM_Collection.h │ │ │ ├── CIM_Component.h │ │ │ ├── CIM_ComputerSystem.h │ │ │ ├── CIM_ComputerSystemPackage.h │ │ │ ├── CIM_ConcreteComponent.h │ │ │ ├── CIM_ConcreteDependency.h │ │ │ ├── CIM_ConcreteJob.h │ │ │ ├── CIM_Controller.h │ │ │ ├── CIM_CoolingDevice.h │ │ │ ├── CIM_Credential.h │ │ │ ├── CIM_CredentialContext.h │ │ │ ├── CIM_CredentialManagementService.h │ │ │ ├── CIM_Dependency.h │ │ │ ├── CIM_DeviceSAPImplementation.h │ │ │ ├── CIM_ElementCapabilities.h │ │ │ ├── CIM_ElementConformsToProfile.h │ │ │ ├── CIM_ElementLocation.h │ │ │ ├── CIM_ElementSettingData.h │ │ │ ├── CIM_ElementSoftwareIdentity.h │ │ │ ├── CIM_ElementStatisticalData.h │ │ │ ├── CIM_EnabledLogicalElement.h │ │ │ ├── CIM_EnabledLogicalElementCapabilities.h │ │ │ ├── CIM_Error.h │ │ │ ├── CIM_EthernetPort.h │ │ │ ├── CIM_Fan.h │ │ │ ├── CIM_FilterCollection.h │ │ │ ├── CIM_FilterCollectionSubscription.h │ │ │ ├── CIM_HostedAccessPoint.h │ │ │ ├── CIM_HostedDependency.h │ │ │ ├── CIM_HostedService.h │ │ │ ├── CIM_IEEE8021xCapabilities.h │ │ │ ├── CIM_IEEE8021xSettings.h │ │ │ ├── CIM_Identity.h │ │ │ ├── CIM_Indication.h │ │ │ ├── CIM_IndicationService.h │ │ │ ├── CIM_InstalledSoftwareIdentity.h │ │ │ ├── CIM_Job.h │ │ │ ├── CIM_KVMRedirectionSAP.h │ │ │ ├── CIM_LANEndpoint.h │ │ │ ├── CIM_ListenerDestination.h │ │ │ ├── CIM_ListenerDestinationWSManagement.h │ │ │ ├── CIM_Location.h │ │ │ ├── CIM_Log.h │ │ │ ├── CIM_LogEntry.h │ │ │ ├── CIM_LogManagesRecord.h │ │ │ ├── CIM_LogicalDevice.h │ │ │ ├── CIM_LogicalElement.h │ │ │ ├── CIM_LogicalPort.h │ │ │ ├── CIM_LogicalPortCapabilities.h │ │ │ ├── CIM_ManagedCredential.h │ │ │ ├── CIM_ManagedElement.h │ │ │ ├── CIM_ManagedSystemElement.h │ │ │ ├── CIM_MediaAccessDevice.h │ │ │ ├── CIM_MemberOfCollection.h │ │ │ ├── CIM_Memory.h │ │ │ ├── CIM_MessageLog.h │ │ │ ├── CIM_NetworkPort.h │ │ │ ├── CIM_NetworkPortCapabilities.h │ │ │ ├── CIM_NetworkPortConfigurationService.h │ │ │ ├── CIM_OrderedComponent.h │ │ │ ├── CIM_OwningCollectionElement.h │ │ │ ├── CIM_OwningJobElement.h │ │ │ ├── CIM_PCIController.h │ │ │ ├── CIM_PhysicalComponent.h │ │ │ ├── CIM_PhysicalConnector.h │ │ │ ├── CIM_PhysicalElement.h │ │ │ ├── CIM_PhysicalElementLocation.h │ │ │ ├── CIM_PhysicalFrame.h │ │ │ ├── CIM_PhysicalMemory.h │ │ │ ├── CIM_PhysicalPackage.h │ │ │ ├── CIM_Policy.h │ │ │ ├── CIM_PolicyAction.h │ │ │ ├── CIM_PolicyCondition.h │ │ │ ├── CIM_PolicyInSystem.h │ │ │ ├── CIM_PolicyRule.h │ │ │ ├── CIM_PolicyRuleInSystem.h │ │ │ ├── CIM_PolicySet.h │ │ │ ├── CIM_PolicySetAppliesToElement.h │ │ │ ├── CIM_PolicySetInSystem.h │ │ │ ├── CIM_PowerManagementCapabilities.h │ │ │ ├── CIM_PowerManagementService.h │ │ │ ├── CIM_PowerSupply.h │ │ │ ├── CIM_Privilege.h │ │ │ ├── CIM_PrivilegeManagementCapabilities.h │ │ │ ├── CIM_PrivilegeManagementService.h │ │ │ ├── CIM_ProcessIndication.h │ │ │ ├── CIM_Processor.h │ │ │ ├── CIM_ProtocolEndpoint.h │ │ │ ├── CIM_ProvidesServiceToElement.h │ │ │ ├── CIM_Realizes.h │ │ │ ├── CIM_RecordForLog.h │ │ │ ├── CIM_RecordLog.h │ │ │ ├── CIM_RedirectionService.h │ │ │ ├── CIM_ReferencedProfile.h │ │ │ ├── CIM_RegisteredProfile.h │ │ │ ├── CIM_RemoteAccessAvailableToElement.h │ │ │ ├── CIM_RemoteIdentity.h │ │ │ ├── CIM_RemotePort.h │ │ │ ├── CIM_RemoteServiceAccessPoint.h │ │ │ ├── CIM_Role.h │ │ │ ├── CIM_RoleBasedAuthorizationService.h │ │ │ ├── CIM_RoleBasedManagementCapabilities.h │ │ │ ├── CIM_RoleLimitedToTarget.h │ │ │ ├── CIM_SAPAvailableForElement.h │ │ │ ├── CIM_SecurityService.h │ │ │ ├── CIM_Sensor.h │ │ │ ├── CIM_Service.h │ │ │ ├── CIM_ServiceAccessBySAP.h │ │ │ ├── CIM_ServiceAccessPoint.h │ │ │ ├── CIM_ServiceAffectsElement.h │ │ │ ├── CIM_ServiceAvailableToElement.h │ │ │ ├── CIM_ServiceSAPDependency.h │ │ │ ├── CIM_ServiceServiceDependency.h │ │ │ ├── CIM_SettingData.h │ │ │ ├── CIM_SettingsDefineState.h │ │ │ ├── CIM_SharedCredential.h │ │ │ ├── CIM_SoftwareElement.h │ │ │ ├── CIM_SoftwareFeature.h │ │ │ ├── CIM_SoftwareFeatureSoftwareElements.h │ │ │ ├── CIM_SoftwareIdentity.h │ │ │ ├── CIM_StatisticalData.h │ │ │ ├── CIM_StorageExtent.h │ │ │ ├── CIM_System.h │ │ │ ├── CIM_SystemBIOS.h │ │ │ ├── CIM_SystemComponent.h │ │ │ ├── CIM_SystemDevice.h │ │ │ ├── CIM_SystemPackaging.h │ │ │ ├── CIM_UseOfLog.h │ │ │ ├── CIM_Watchdog.h │ │ │ ├── CIM_WiFiEndpoint.h │ │ │ ├── CIM_WiFiEndpointCapabilities.h │ │ │ ├── CIM_WiFiEndpointSettings.h │ │ │ ├── CIM_WiFiPort.h │ │ │ ├── CIM_WiFiPortCapabilities.h │ │ │ ├── IPS_8021xCredentialContext.h │ │ │ ├── IPS_AdminProvisioningRecord.h │ │ │ ├── IPS_AlarmClockOccurrence.h │ │ │ ├── IPS_ClientProvisioningRecord.h │ │ │ ├── IPS_DALProvisioningRecord.h │ │ │ ├── IPS_HTTPProxyAccessPoint.h │ │ │ ├── IPS_HTTPProxyService.h │ │ │ ├── IPS_HostBasedSetupService.h │ │ │ ├── IPS_HostBootReason.h │ │ │ ├── IPS_HostIPSettings.h │ │ │ ├── IPS_IEEE8021xSettings.h │ │ │ ├── IPS_IPv6PortSettings.h │ │ │ ├── IPS_IderSessionUsingPort.h │ │ │ ├── IPS_KVMRedirectionSettingData.h │ │ │ ├── IPS_KvmSessionUsingPort.h │ │ │ ├── IPS_LANEndpoint.h │ │ │ ├── IPS_ManualProvisioningRecord.h │ │ │ ├── IPS_OptInService.h │ │ │ ├── IPS_PowerManagementCapabilities.h │ │ │ ├── IPS_PowerManagementService.h │ │ │ ├── IPS_ProvisioningAuditRecord.h │ │ │ ├── IPS_ProvisioningRecordLog.h │ │ │ ├── IPS_RasSessionUsingPort.h │ │ │ ├── IPS_ScreenConfigurationService.h │ │ │ ├── IPS_ScreenSettingData.h │ │ │ ├── IPS_SecIOService.h │ │ │ ├── IPS_SessionUsingPort.h │ │ │ ├── IPS_SolSessionUsingPort.h │ │ │ ├── IPS_TLSProvisioningRecord.h │ │ │ └── IPS_WatchDogAction.h │ │ └── Src │ │ │ ├── AMT_8021XProfile.cpp │ │ │ ├── AMT_8021xCredentialContext.cpp │ │ │ ├── AMT_ActiveFilterStatistics.cpp │ │ │ ├── AMT_AgentPresenceCapabilities.cpp │ │ │ ├── AMT_AgentPresenceInterfacePolicy.cpp │ │ │ ├── AMT_AgentPresenceService.cpp │ │ │ ├── AMT_AgentPresenceWatchdog.cpp │ │ │ ├── AMT_AgentPresenceWatchdogAction.cpp │ │ │ ├── AMT_AlarmClockService.cpp │ │ │ ├── AMT_AssetTable.cpp │ │ │ ├── AMT_AssetTableService.cpp │ │ │ ├── AMT_AuditLog.cpp │ │ │ ├── AMT_AuditPolicyRule.cpp │ │ │ ├── AMT_AuthorizationService.cpp │ │ │ ├── AMT_BootCapabilities.cpp │ │ │ ├── AMT_BootSettingData.cpp │ │ │ ├── AMT_CRL.cpp │ │ │ ├── AMT_ComplexFilterEntryBase.cpp │ │ │ ├── AMT_CryptographicCapabilities.cpp │ │ │ ├── AMT_EACCredentialContext.cpp │ │ │ ├── AMT_EndpointAccessControlService.cpp │ │ │ ├── AMT_EnvironmentDetectionInterfacePolicy.cpp │ │ │ ├── AMT_EnvironmentDetectionSettingData.cpp │ │ │ ├── AMT_EthernetPortSettings.cpp │ │ │ ├── AMT_EventLogEntry.cpp │ │ │ ├── AMT_EventManagerService.cpp │ │ │ ├── AMT_EventSubscriber.cpp │ │ │ ├── AMT_FilterEntryBase.cpp │ │ │ ├── AMT_FilterInSystemDefensePolicy.cpp │ │ │ ├── AMT_GeneralSettings.cpp │ │ │ ├── AMT_GeneralSystemDefenseCapabilities.cpp │ │ │ ├── AMT_Hdr8021Filter.cpp │ │ │ ├── AMT_IPHeadersFilter.cpp │ │ │ ├── AMT_InterfacePolicy.cpp │ │ │ ├── AMT_KerberosSettingData.cpp │ │ │ ├── AMT_MPSUsernamePassword.cpp │ │ │ ├── AMT_ManagementPresenceRemoteSAP.cpp │ │ │ ├── AMT_MessageLog.cpp │ │ │ ├── AMT_NetworkFilter.cpp │ │ │ ├── AMT_NetworkPortDefaultSystemDefensePolicy.cpp │ │ │ ├── AMT_NetworkPortSystemDefenseCapabilities.cpp │ │ │ ├── AMT_NetworkPortSystemDefensePolicy.cpp │ │ │ ├── AMT_PCIDevice.cpp │ │ │ ├── AMT_PETCapabilities.cpp │ │ │ ├── AMT_PETFilterForTarget.cpp │ │ │ ├── AMT_PETFilterSetting.cpp │ │ │ ├── AMT_ProvisioningCertificateHash.cpp │ │ │ ├── AMT_PublicKeyCertificate.cpp │ │ │ ├── AMT_PublicKeyManagementCapabilities.cpp │ │ │ ├── AMT_PublicKeyManagementService.cpp │ │ │ ├── AMT_PublicPrivateKeyPair.cpp │ │ │ ├── AMT_RedirectionService.cpp │ │ │ ├── AMT_RemoteAccessCapabilities.cpp │ │ │ ├── AMT_RemoteAccessCredentialContext.cpp │ │ │ ├── AMT_RemoteAccessPolicyAppliesToMPS.cpp │ │ │ ├── AMT_RemoteAccessPolicyRule.cpp │ │ │ ├── AMT_RemoteAccessService.cpp │ │ │ ├── AMT_SNMPEventSubscriber.cpp │ │ │ ├── AMT_SetupAndConfigurationService.cpp │ │ │ ├── AMT_StateTransitionCondition.cpp │ │ │ ├── AMT_SystemDefensePolicy.cpp │ │ │ ├── AMT_SystemDefensePolicyInService.cpp │ │ │ ├── AMT_SystemDefenseService.cpp │ │ │ ├── AMT_SystemPowerScheme.cpp │ │ │ ├── AMT_TLSCredentialContext.cpp │ │ │ ├── AMT_TLSProtocolEndpoint.cpp │ │ │ ├── AMT_TLSProtocolEndpointCollection.cpp │ │ │ ├── AMT_TLSSettingData.cpp │ │ │ ├── AMT_TimeSynchronizationService.cpp │ │ │ ├── AMT_TrapTargetForService.cpp │ │ │ ├── AMT_UserInitiatedConnectionService.cpp │ │ │ ├── AMT_WebUIService.cpp │ │ │ ├── AMT_WiFiPortConfigurationService.cpp │ │ │ ├── CIM_AbstractIndicationSubscription.cpp │ │ │ ├── CIM_Account.cpp │ │ │ ├── CIM_AccountManagementCapabilities.cpp │ │ │ ├── CIM_AccountManagementService.cpp │ │ │ ├── CIM_AccountOnSystem.cpp │ │ │ ├── CIM_AdminDomain.cpp │ │ │ ├── CIM_AlertIndication.cpp │ │ │ ├── CIM_AssignedIdentity.cpp │ │ │ ├── CIM_AssociatedPowerManagementService.cpp │ │ │ ├── CIM_AssociatedPrivilege.cpp │ │ │ ├── CIM_AuthenticationService.cpp │ │ │ ├── CIM_AuthorizationService.cpp │ │ │ ├── CIM_AuthorizedPrivilege.cpp │ │ │ ├── CIM_BIOSElement.cpp │ │ │ ├── CIM_BIOSFeature.cpp │ │ │ ├── CIM_BIOSFeatureBIOSElements.cpp │ │ │ ├── CIM_BootConfigSetting.cpp │ │ │ ├── CIM_BootService.cpp │ │ │ ├── CIM_BootSettingData.cpp │ │ │ ├── CIM_BootSourceSetting.cpp │ │ │ ├── CIM_Capabilities.cpp │ │ │ ├── CIM_Card.cpp │ │ │ ├── CIM_Chassis.cpp │ │ │ ├── CIM_Chip.cpp │ │ │ ├── CIM_Collection.cpp │ │ │ ├── CIM_Component.cpp │ │ │ ├── CIM_ComputerSystem.cpp │ │ │ ├── CIM_ComputerSystemPackage.cpp │ │ │ ├── CIM_ConcreteComponent.cpp │ │ │ ├── CIM_ConcreteDependency.cpp │ │ │ ├── CIM_ConcreteJob.cpp │ │ │ ├── CIM_Controller.cpp │ │ │ ├── CIM_CoolingDevice.cpp │ │ │ ├── CIM_Credential.cpp │ │ │ ├── CIM_CredentialContext.cpp │ │ │ ├── CIM_CredentialManagementService.cpp │ │ │ ├── CIM_Dependency.cpp │ │ │ ├── CIM_DeviceSAPImplementation.cpp │ │ │ ├── CIM_ElementCapabilities.cpp │ │ │ ├── CIM_ElementConformsToProfile.cpp │ │ │ ├── CIM_ElementLocation.cpp │ │ │ ├── CIM_ElementSettingData.cpp │ │ │ ├── CIM_ElementSoftwareIdentity.cpp │ │ │ ├── CIM_ElementStatisticalData.cpp │ │ │ ├── CIM_EnabledLogicalElement.cpp │ │ │ ├── CIM_EnabledLogicalElementCapabilities.cpp │ │ │ ├── CIM_Error.cpp │ │ │ ├── CIM_EthernetPort.cpp │ │ │ ├── CIM_Fan.cpp │ │ │ ├── CIM_FilterCollection.cpp │ │ │ ├── CIM_FilterCollectionSubscription.cpp │ │ │ ├── CIM_HostedAccessPoint.cpp │ │ │ ├── CIM_HostedDependency.cpp │ │ │ ├── CIM_HostedService.cpp │ │ │ ├── CIM_IEEE8021xCapabilities.cpp │ │ │ ├── CIM_IEEE8021xSettings.cpp │ │ │ ├── CIM_Identity.cpp │ │ │ ├── CIM_Indication.cpp │ │ │ ├── CIM_IndicationService.cpp │ │ │ ├── CIM_InstalledSoftwareIdentity.cpp │ │ │ ├── CIM_Job.cpp │ │ │ ├── CIM_KVMRedirectionSAP.cpp │ │ │ ├── CIM_LANEndpoint.cpp │ │ │ ├── CIM_ListenerDestination.cpp │ │ │ ├── CIM_ListenerDestinationWSManagement.cpp │ │ │ ├── CIM_Location.cpp │ │ │ ├── CIM_Log.cpp │ │ │ ├── CIM_LogEntry.cpp │ │ │ ├── CIM_LogManagesRecord.cpp │ │ │ ├── CIM_LogicalDevice.cpp │ │ │ ├── CIM_LogicalElement.cpp │ │ │ ├── CIM_LogicalPort.cpp │ │ │ ├── CIM_LogicalPortCapabilities.cpp │ │ │ ├── CIM_ManagedCredential.cpp │ │ │ ├── CIM_ManagedElement.cpp │ │ │ ├── CIM_ManagedSystemElement.cpp │ │ │ ├── CIM_MediaAccessDevice.cpp │ │ │ ├── CIM_MemberOfCollection.cpp │ │ │ ├── CIM_Memory.cpp │ │ │ ├── CIM_MessageLog.cpp │ │ │ ├── CIM_NetworkPort.cpp │ │ │ ├── CIM_NetworkPortCapabilities.cpp │ │ │ ├── CIM_NetworkPortConfigurationService.cpp │ │ │ ├── CIM_OrderedComponent.cpp │ │ │ ├── CIM_OwningCollectionElement.cpp │ │ │ ├── CIM_OwningJobElement.cpp │ │ │ ├── CIM_PCIController.cpp │ │ │ ├── CIM_PhysicalComponent.cpp │ │ │ ├── CIM_PhysicalConnector.cpp │ │ │ ├── CIM_PhysicalElement.cpp │ │ │ ├── CIM_PhysicalElementLocation.cpp │ │ │ ├── CIM_PhysicalFrame.cpp │ │ │ ├── CIM_PhysicalMemory.cpp │ │ │ ├── CIM_PhysicalPackage.cpp │ │ │ ├── CIM_Policy.cpp │ │ │ ├── CIM_PolicyAction.cpp │ │ │ ├── CIM_PolicyCondition.cpp │ │ │ ├── CIM_PolicyInSystem.cpp │ │ │ ├── CIM_PolicyRule.cpp │ │ │ ├── CIM_PolicyRuleInSystem.cpp │ │ │ ├── CIM_PolicySet.cpp │ │ │ ├── CIM_PolicySetAppliesToElement.cpp │ │ │ ├── CIM_PolicySetInSystem.cpp │ │ │ ├── CIM_PowerManagementCapabilities.cpp │ │ │ ├── CIM_PowerManagementService.cpp │ │ │ ├── CIM_PowerSupply.cpp │ │ │ ├── CIM_Privilege.cpp │ │ │ ├── CIM_PrivilegeManagementCapabilities.cpp │ │ │ ├── CIM_PrivilegeManagementService.cpp │ │ │ ├── CIM_ProcessIndication.cpp │ │ │ ├── CIM_Processor.cpp │ │ │ ├── CIM_ProtocolEndpoint.cpp │ │ │ ├── CIM_ProvidesServiceToElement.cpp │ │ │ ├── CIM_Realizes.cpp │ │ │ ├── CIM_RecordForLog.cpp │ │ │ ├── CIM_RecordLog.cpp │ │ │ ├── CIM_RedirectionService.cpp │ │ │ ├── CIM_ReferencedProfile.cpp │ │ │ ├── CIM_RegisteredProfile.cpp │ │ │ ├── CIM_RemoteAccessAvailableToElement.cpp │ │ │ ├── CIM_RemoteIdentity.cpp │ │ │ ├── CIM_RemotePort.cpp │ │ │ ├── CIM_RemoteServiceAccessPoint.cpp │ │ │ ├── CIM_Role.cpp │ │ │ ├── CIM_RoleBasedAuthorizationService.cpp │ │ │ ├── CIM_RoleBasedManagementCapabilities.cpp │ │ │ ├── CIM_RoleLimitedToTarget.cpp │ │ │ ├── CIM_SAPAvailableForElement.cpp │ │ │ ├── CIM_SecurityService.cpp │ │ │ ├── CIM_Sensor.cpp │ │ │ ├── CIM_Service.cpp │ │ │ ├── CIM_ServiceAccessBySAP.cpp │ │ │ ├── CIM_ServiceAccessPoint.cpp │ │ │ ├── CIM_ServiceAffectsElement.cpp │ │ │ ├── CIM_ServiceAvailableToElement.cpp │ │ │ ├── CIM_ServiceSAPDependency.cpp │ │ │ ├── CIM_ServiceServiceDependency.cpp │ │ │ ├── CIM_SettingData.cpp │ │ │ ├── CIM_SettingsDefineState.cpp │ │ │ ├── CIM_SharedCredential.cpp │ │ │ ├── CIM_SoftwareElement.cpp │ │ │ ├── CIM_SoftwareFeature.cpp │ │ │ ├── CIM_SoftwareFeatureSoftwareElements.cpp │ │ │ ├── CIM_SoftwareIdentity.cpp │ │ │ ├── CIM_StatisticalData.cpp │ │ │ ├── CIM_StorageExtent.cpp │ │ │ ├── CIM_System.cpp │ │ │ ├── CIM_SystemBIOS.cpp │ │ │ ├── CIM_SystemComponent.cpp │ │ │ ├── CIM_SystemDevice.cpp │ │ │ ├── CIM_SystemPackaging.cpp │ │ │ ├── CIM_UseOfLog.cpp │ │ │ ├── CIM_Watchdog.cpp │ │ │ ├── CIM_WiFiEndpoint.cpp │ │ │ ├── CIM_WiFiEndpointCapabilities.cpp │ │ │ ├── CIM_WiFiEndpointSettings.cpp │ │ │ ├── CIM_WiFiPort.cpp │ │ │ ├── CIM_WiFiPortCapabilities.cpp │ │ │ ├── CimClassFactoryAutoGenerated.cpp │ │ │ ├── IPS_8021xCredentialContext.cpp │ │ │ ├── IPS_AdminProvisioningRecord.cpp │ │ │ ├── IPS_AlarmClockOccurrence.cpp │ │ │ ├── IPS_ClientProvisioningRecord.cpp │ │ │ ├── IPS_DALProvisioningRecord.cpp │ │ │ ├── IPS_HTTPProxyAccessPoint.cpp │ │ │ ├── IPS_HTTPProxyService.cpp │ │ │ ├── IPS_HostBasedSetupService.cpp │ │ │ ├── IPS_HostBootReason.cpp │ │ │ ├── IPS_HostIPSettings.cpp │ │ │ ├── IPS_IEEE8021xSettings.cpp │ │ │ ├── IPS_IPv6PortSettings.cpp │ │ │ ├── IPS_IderSessionUsingPort.cpp │ │ │ ├── IPS_KVMRedirectionSettingData.cpp │ │ │ ├── IPS_KvmSessionUsingPort.cpp │ │ │ ├── IPS_LANEndpoint.cpp │ │ │ ├── IPS_ManualProvisioningRecord.cpp │ │ │ ├── IPS_OptInService.cpp │ │ │ ├── IPS_PowerManagementCapabilities.cpp │ │ │ ├── IPS_PowerManagementService.cpp │ │ │ ├── IPS_ProvisioningAuditRecord.cpp │ │ │ ├── IPS_ProvisioningRecordLog.cpp │ │ │ ├── IPS_RasSessionUsingPort.cpp │ │ │ ├── IPS_ScreenConfigurationService.cpp │ │ │ ├── IPS_ScreenSettingData.cpp │ │ │ ├── IPS_SecIOService.cpp │ │ │ ├── IPS_SessionUsingPort.cpp │ │ │ ├── IPS_SolSessionUsingPort.cpp │ │ │ ├── IPS_TLSProvisioningRecord.cpp │ │ │ └── IPS_WatchDogAction.cpp │ ├── CimFramework.rc │ ├── include │ │ ├── CimAnonymous.h │ │ ├── CimBase.h │ │ ├── CimClassFactory.h │ │ ├── CimNamespaces.h │ │ ├── CimTypedDllExport.h │ │ └── CimTypedUtils.h │ ├── resource.h │ └── src │ │ ├── CimAnonymous.cpp │ │ ├── CimBase.cpp │ │ ├── CimClassFactory.cpp │ │ └── CimTypedUtils.cpp ├── CMakeLists.txt ├── CimFrameworkUntyped │ ├── CMakeLists.txt │ ├── CimFrameworkUntyped.rc │ ├── include │ │ ├── CimBasicNamespaces.h │ │ ├── CimData.h │ │ ├── CimDateTime.h │ │ ├── CimException.h │ │ ├── CimObject.h │ │ ├── CimParam.h │ │ ├── CimReference.h │ │ ├── CimSerializer.h │ │ ├── CimUntypedDllExport.h │ │ ├── CimUtils.h │ │ ├── CimWsman.h │ │ ├── NameValuePairs.h │ │ ├── WSIdentify.h │ │ ├── XMLUtils.h │ │ ├── cdecode.h │ │ └── cencode.h │ ├── resource.h │ └── src │ │ ├── CimData.cpp │ │ ├── CimDateTime.cpp │ │ ├── CimException.cpp │ │ ├── CimObject.cpp │ │ ├── CimReference.cpp │ │ ├── CimSerializer.cpp │ │ ├── CimUtils.cpp │ │ ├── CimWsman.cpp │ │ ├── WSIdentify.cpp │ │ ├── XMLUtils_MS.cpp │ │ ├── XMLUtils_XRCS.cpp │ │ ├── cdecode.cpp │ │ └── cencode.cpp ├── CimOpenWsmanClient │ ├── CMakeLists.txt │ ├── CimOpenWsmanClient.cpp │ └── CimOpenWsmanClient.h └── openwsman │ ├── .cvsignore │ ├── .gitignore │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── CONFORMANCE │ ├── COPYING │ ├── ChangeLog │ ├── Doxyfile.in │ ├── Makefile.am │ ├── NEWS │ ├── OpenWsmanLib.vcproj │ ├── README.md │ ├── README.testing │ ├── README.windows │ ├── RPMNAME │ ├── TODO │ ├── VERSION.cmake │ ├── acinclude.m4 │ ├── autoconfiscate.sh │ ├── bindings │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── java │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── README │ │ ├── helpers.h │ │ └── tests │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── cim_enumerate_operating_system.java │ │ │ ├── cim_enumerate_registered_profiles.java │ │ │ ├── cim_linux_operatingsystem_exec_cmd.java │ │ │ ├── hyperv_invoke.java │ │ │ ├── identify.java │ │ │ ├── loading_sharedlib.java │ │ │ ├── run │ │ │ └── smis_enumerate_storagepool.java │ ├── openwsman.c │ ├── openwsman.h │ ├── openwsman.i │ ├── perl │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── helpers.h │ │ └── tests │ │ │ ├── CIM_ComputerSystem_EnumInstances.pl │ │ │ ├── CIM_EnumClasses.pl │ │ │ ├── CMakeLists.txt │ │ │ ├── Linux_ComputerSystem_assoc.pl │ │ │ ├── Linux_EthernetPort_EnumInstances.pl │ │ │ ├── Linux_EthernetPort_GetClass.pl │ │ │ ├── Linux_EthernetPort_GetInstance.pl │ │ │ ├── Linux_NextHopIPRoute_CreateInstance.pl │ │ │ ├── Linux_NextHopIPRoute_DeleteInstance.pl │ │ │ ├── Makefile.am │ │ │ ├── identify.pl │ │ │ ├── loading.pl │ │ │ └── run │ ├── python │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── helpers.h │ │ ├── pywsman │ │ │ ├── MANIFEST │ │ │ ├── README.rst │ │ │ ├── setup.py │ │ │ ├── version.cmake │ │ │ └── version.py.in │ │ └── tests │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── add_selector.py │ │ │ ├── add_selector2.py │ │ │ ├── client.py │ │ │ ├── enumerate.py │ │ │ ├── epr.py │ │ │ ├── identify.py │ │ │ ├── loading.py │ │ │ ├── release.py │ │ │ ├── run │ │ │ └── xmlnode.py │ ├── ruby │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Gemfile │ │ ├── Makefile.am │ │ ├── README.rdoc │ │ ├── Rakefile │ │ ├── extconf.rb │ │ ├── helpers.h │ │ ├── openwsman.gemspec.in │ │ ├── openwsman.rb │ │ ├── openwsman │ │ │ ├── Makefile.am │ │ │ ├── openwsman.rb │ │ │ ├── version.rb.in │ │ │ ├── xmldoc.rb │ │ │ └── xmlnode.rb │ │ ├── parse_swig.rb │ │ ├── rdoc │ │ ├── rdoc_parser_swig.rb │ │ └── tests │ │ │ ├── .gitignore │ │ │ ├── CMakeLists.txt │ │ │ ├── EnumKey.xml │ │ │ ├── Makefile.am │ │ │ ├── README │ │ │ ├── _client.rb │ │ │ ├── _loadpath.rb │ │ │ ├── anon-identify.rb │ │ │ ├── auth-callback.rb │ │ │ ├── cim_computer_system.rb │ │ │ ├── cim_enumerate_all.rb │ │ │ ├── cim_enumerate_classnames.rb │ │ │ ├── cim_operating_system.rb │ │ │ ├── cim_process.rb │ │ │ ├── cim_system_configuration.rb │ │ │ ├── cimenum.rb │ │ │ ├── classes.rb │ │ │ ├── client.rb │ │ │ ├── client_bad.rb │ │ │ ├── clientoptions.rb │ │ │ ├── clients.yml │ │ │ ├── constants.rb │ │ │ ├── create.rb │ │ │ ├── debug.rb │ │ │ ├── each_child.rb │ │ │ ├── enumerate.rb │ │ │ ├── enumerate_class_names.rb │ │ │ ├── epr.rb │ │ │ ├── exec_cmd.rb │ │ │ ├── fault.rb │ │ │ ├── get.rb │ │ │ ├── get_class.rb │ │ │ ├── identify.rb │ │ │ ├── invoke.rb │ │ │ ├── invoke_epr.rb │ │ │ ├── loading.rb │ │ │ ├── locale.rb │ │ │ ├── notepad.rb │ │ │ ├── nsconsts.rb │ │ │ ├── pull.rb │ │ │ ├── put.rb │ │ │ ├── release.rb │ │ │ ├── ruby │ │ │ ├── ruby19_threaded_enumerate.rb │ │ │ ├── status.rb │ │ │ ├── subscribe.rb │ │ │ ├── transport.rb │ │ │ ├── uri_prefix.rb │ │ │ ├── version.rb │ │ │ ├── win32_operatingsystem.rb │ │ │ ├── win32_process.rb │ │ │ ├── win32_registry.rb │ │ │ ├── win32_services.rb │ │ │ ├── winenum.rb │ │ │ ├── winrm-subscribe.rb │ │ │ ├── wql.rb │ │ │ ├── wql1.rb │ │ │ ├── xmlattr.rb │ │ │ ├── xmldoc.rb │ │ │ ├── xmlfind.rb │ │ │ └── xmlnode.rb │ ├── version.i.in │ ├── wsman-client.i │ ├── wsman-client_opt.i │ ├── wsman-epr.i │ ├── wsman-filter.i │ ├── wsman-names.i │ ├── wsman-soap.i │ ├── wsman-transport.i │ └── wsman-xml.i │ ├── cmake │ └── modules │ │ ├── FindPythonLinkLibs.cmake │ │ └── FindRuby.cmake │ ├── configure.ac │ ├── doc │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── LICENSE.iniparser │ ├── LICENSE.libu │ ├── LICENSE.shttpd │ ├── Makefile.am │ ├── README.memory-usage │ ├── README.serialization │ ├── event │ │ ├── TODO │ │ └── event-implementation.txt │ ├── examples │ ├── plugin-framwork.txt │ └── specs │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ └── Makefile.am │ ├── etc │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── init │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── openwsmand.sh.cmake │ │ └── openwsmand.sh.in │ ├── openwsman.conf │ ├── openwsman_client.conf │ ├── openwsman_test.conf │ ├── owsmangencert.sh.cmake │ ├── owsmangencert.sh.in │ ├── pam │ │ ├── CMakeLists.txt │ │ └── openwsman │ ├── redirect.conf │ ├── ssleay.cnf │ └── test_simple_auth.passwd │ ├── examples │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── serialize.c │ ├── test.xml │ └── winrs.rb │ ├── include │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── cim │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ └── cim-interface.h │ ├── u │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── base64.h │ │ ├── buf.h │ │ ├── carpal.h │ │ ├── debug.h │ │ ├── debug_internal.h │ │ ├── gettimeofday.h │ │ ├── hash.h │ │ ├── iniparser.h │ │ ├── libu.h │ │ ├── list.h │ │ ├── lock.h │ │ ├── log.h │ │ ├── logprv.h │ │ ├── md5.h │ │ ├── memory.h │ │ ├── misc.h │ │ ├── os.h │ │ ├── pthreadx.h │ │ ├── strings.h │ │ ├── syslog.h │ │ ├── uerr.h │ │ ├── uoption.h │ │ ├── uri.h │ │ ├── uuid.h │ │ └── uuuid.h │ ├── wsman-api.h │ ├── wsman-cimindication-processor.h │ ├── wsman-client-api.h │ ├── wsman-client-transport.h │ ├── wsman-client.h │ ├── wsman-debug.h │ ├── wsman-declarations.h │ ├── wsman-dispatcher.h │ ├── wsman-epr.h │ ├── wsman-event-pool.h │ ├── wsman-faults.h │ ├── wsman-filter.h │ ├── wsman-key-value.h │ ├── wsman-names.h │ ├── wsman-plugins.h │ ├── wsman-server-api.h │ ├── wsman-server.h │ ├── wsman-soap-envelope.h │ ├── wsman-soap-message.h │ ├── wsman-soap.h │ ├── wsman-subscription-repository.h │ ├── wsman-types.h │ ├── wsman-xml-api.h │ ├── wsman-xml-binding.h │ ├── wsman-xml-serialize.h │ ├── wsman-xml-serializer.h │ └── wsman-xml.h │ ├── openwsman++.pc.in │ ├── openwsman-server.pc.in │ ├── openwsman.pc.in │ ├── package │ ├── openwsman-redhat-initscript.patch │ ├── openwsman.SuSEfirewall2 │ ├── openwsman.firewalld │ ├── openwsman.pam │ ├── openwsman.pam.rh │ ├── openwsman.rpmlintrc │ ├── openwsman.service.in │ └── openwsman.spec.in │ ├── src │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── authenticators │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── file │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ └── file_auth.c │ │ └── pam │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ └── pam_auth.c │ ├── cpp │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Exception.h │ │ ├── Makefile.am │ │ ├── OpenWsmanClient.cpp │ │ ├── OpenWsmanClient.h │ │ ├── WsmanClient.h │ │ ├── WsmanEPR.cpp │ │ ├── WsmanEPR.h │ │ ├── WsmanFilter.cpp │ │ ├── WsmanFilter.h │ │ ├── WsmanOptions.cpp │ │ └── WsmanOptions.h │ ├── lib │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── test │ │ │ ├── .cvsignore │ │ │ ├── .gitignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── test_list.c │ │ │ ├── test_md5.c │ │ │ └── test_string.c │ │ ├── u │ │ │ ├── .cvsignore │ │ │ ├── LICENSE │ │ │ ├── base64.c │ │ │ ├── buf.c │ │ │ ├── debug.c │ │ │ ├── gettimeofday.c │ │ │ ├── hash.c │ │ │ ├── iniparser.c │ │ │ ├── list.c │ │ │ ├── lock.c │ │ │ ├── log.c │ │ │ ├── md5.c │ │ │ ├── memory.c │ │ │ ├── misc.c │ │ │ ├── os.c │ │ │ ├── pthreadx_win32.c │ │ │ ├── strings.c │ │ │ ├── syslog.c │ │ │ ├── uerr.c │ │ │ ├── uoption.c │ │ │ ├── uri.c │ │ │ └── uuid.c │ │ ├── wsman-cimindication-processor.c │ │ ├── wsman-client-transport.c │ │ ├── wsman-client.c │ │ ├── wsman-curl-client-transport.c │ │ ├── wsman-debug.c │ │ ├── wsman-dispatcher.c │ │ ├── wsman-epr.c │ │ ├── wsman-event-pool.c │ │ ├── wsman-faults.c │ │ ├── wsman-filter.c │ │ ├── wsman-key-value.c │ │ ├── wsman-libxml2-binding.c │ │ ├── wsman-plugins.c │ │ ├── wsman-server-api.c │ │ ├── wsman-server.c │ │ ├── wsman-session-client.c │ │ ├── wsman-soap-envelope.c │ │ ├── wsman-soap-message.c │ │ ├── wsman-soap.c │ │ ├── wsman-subscription-repository.c │ │ ├── wsman-win-client-transport.c │ │ ├── wsman-xml-serialize.c │ │ └── wsman-xml.c │ ├── plugins │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── cim │ │ │ ├── .cvsignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── README │ │ │ ├── cim_data.c │ │ │ ├── cim_data.h │ │ │ ├── cim_data_stubs.c │ │ │ ├── sfcc-interface.c │ │ │ └── sfcc-interface.h │ │ ├── identify │ │ │ ├── .cvsignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── identify.c │ │ │ ├── identify.h │ │ │ └── identify_stubs.c │ │ ├── redirect │ │ │ ├── CMakeLists.txt │ │ │ ├── redirect-README │ │ │ ├── redirect.c │ │ │ ├── redirect.h │ │ │ └── redirect_stubs.c │ │ ├── swig │ │ │ ├── CMakeLists.txt │ │ │ ├── README │ │ │ ├── plugin.i │ │ │ ├── python │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── pywsmanplugin.py │ │ │ │ └── tests │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ └── loading.py │ │ │ ├── ruby │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── openwsmanplugin.rb │ │ │ │ └── tests │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── _client.rb │ │ │ │ │ ├── clients.yml │ │ │ │ │ ├── enumerate.rb │ │ │ │ │ ├── get.rb │ │ │ │ │ └── plugin_loading.rb │ │ │ └── src │ │ │ │ ├── swig-plugin.c │ │ │ │ ├── target_python.c │ │ │ │ └── target_ruby.c │ │ └── wsman │ │ │ ├── .cvsignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── test │ │ │ ├── .cvsignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── wsman_test.c │ │ │ ├── wsman_test.h │ │ │ └── wsman_test_stubs.c │ │ │ └── test2 │ │ │ ├── .cvsignore │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile.am │ │ │ ├── wsman_test2.c │ │ │ ├── wsman_test2.h │ │ │ └── wsman_test2_stubs.c │ └── server │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── gss.c │ │ ├── shttpd │ │ ├── adapter.c │ │ ├── adapter.h │ │ ├── auth.c │ │ ├── cgi.c │ │ ├── compat_rtems.c │ │ ├── compat_rtems.h │ │ ├── compat_unix.c │ │ ├── compat_unix.h │ │ ├── compat_win32.c │ │ ├── compat_win32.h │ │ ├── compat_wince.c │ │ ├── compat_wince.h │ │ ├── defs.h │ │ ├── io.h │ │ ├── io_cgi.c │ │ ├── io_dir.c │ │ ├── io_emb.c │ │ ├── io_file.c │ │ ├── io_socket.c │ │ ├── io_ssi.c │ │ ├── io_ssl.c │ │ ├── llist.h │ │ ├── log.c │ │ ├── md5.c │ │ ├── md5.h │ │ ├── shttpd.c │ │ ├── shttpd.h │ │ ├── shttpd_config.h │ │ ├── ssl.h │ │ ├── standalone.c │ │ ├── std_includes.h │ │ └── string.c │ │ ├── wsmand-daemon.c │ │ ├── wsmand-daemon.h │ │ ├── wsmand-listener.c │ │ ├── wsmand-listener.h │ │ └── wsmand.c │ ├── tests │ ├── .cvsignore │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── client │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── requests │ │ │ ├── action_001.xml │ │ │ ├── from_001.xml │ │ │ ├── from_002.xml │ │ │ ├── mu_001.xml │ │ │ ├── mu_002.xml │ │ │ ├── request.xml │ │ │ └── rt_001.xml │ │ ├── test_associators.c │ │ ├── test_enumeration.c │ │ ├── test_identify.c │ │ ├── test_invoke.c │ │ ├── test_pull.c │ │ ├── test_references.c │ │ ├── test_renew.c │ │ ├── test_selectorfilter.c │ │ ├── test_subscribe.c │ │ ├── test_transfer_create.c │ │ ├── test_transfer_get.c │ │ ├── test_transfer_put.c │ │ └── test_unsubscribe.c │ ├── epr │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── epr1.xml │ │ ├── epr2.xml │ │ ├── epr3.xml │ │ ├── sample.xml │ │ ├── test_WsmanEPR.cpp │ │ └── test_epr.c │ ├── filter │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── sample1.xml │ │ ├── sample2.xml │ │ ├── sample3.xml │ │ ├── test_WsmanFilter.cpp │ │ └── test_filter.c │ ├── serialization │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ └── ser1.c │ ├── stress.sh │ ├── webinject │ │ ├── README │ │ ├── config.xml │ │ ├── enum.xml │ │ ├── enum_big.xml │ │ ├── identify.xml │ │ ├── indication.xml │ │ └── testcases.xml │ └── xml │ │ ├── .cvsignore │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── cim_computersystem_01.xml │ │ ├── cim_computersystem_02.xml │ │ ├── data │ │ └── xml_test1.xml │ │ ├── filter.xml │ │ ├── xml1.c │ │ ├── xml2.c │ │ ├── xml3.c │ │ └── xml4.c │ └── wsman_config.h.cmake ├── CMakeLists.txt ├── COPYING ├── Common └── ver.h ├── Docs └── Licenses │ ├── LICENSE.ace-tao-ciao.txt │ ├── LICENSE.amt_sdk.txt │ ├── LICENSE.classic_samples.txt │ ├── LICENSE.conan │ ├── LICENSE.curl │ ├── LICENSE.glib │ ├── LICENSE.libidn2 │ ├── LICENSE.libnl │ ├── LICENSE.libxml2.txt │ ├── LICENSE.metee │ ├── LICENSE.openwsman.txt │ ├── LICENSE.winfile.txt │ └── LICENSE.xerces.txt ├── MEIClient ├── AMTHIClient │ ├── Include │ │ ├── AMTHICommand.h │ │ ├── AMTHIErrorException.h │ │ ├── AmtAnsiString.h │ │ ├── CloseUserInitiatedConnectionCommand.h │ │ ├── EnumerateHashHandlesCommand.h │ │ ├── GetAMTStateCommand.h │ │ ├── GetCertificateHashEntryCommand.h │ │ ├── GetCodeVersionCommand.h │ │ ├── GetConfigServerDataCommand.h │ │ ├── GetCurrentPowerPolicyCommand.h │ │ ├── GetDNSSuffixCommand.h │ │ ├── GetDNSSuffixListCommand.h │ │ ├── GetEACStateCommand.h │ │ ├── GetFQDNCommand.h │ │ ├── GetIPv6LanInterfaceStatusCommand.h │ │ ├── GetKVMSessionStateCommand.h │ │ ├── GetLanInterfaceSettingsCommand.h │ │ ├── GetLastHostResetReasonCommand.h │ │ ├── GetLocalSystemAccountCommand.h │ │ ├── GetMESetupAuditRecordCommand.h │ │ ├── GetProvisioningStateCommand.h │ │ ├── GetRedirectionSessionsStateCommand.h │ │ ├── GetRedirectionStateCommand.h │ │ ├── GetRemoteAccessConnectionStatusCommand.h │ │ ├── GetSecurityParametersCommand.h │ │ ├── GetSystemDefenseStateCommand.h │ │ ├── GetTcpipParametersCommand.h │ │ ├── GetUUIDCommand.h │ │ ├── GetUserInitiatedEnabledInterfacesCommand.h │ │ ├── GetWebUIStateCommand.h │ │ ├── GetZeroTouchEnabledCommand.h │ │ ├── OpenUserInitiatedConnectionCommand.h │ │ ├── SetEnterpriseAccessCommand.h │ │ ├── SetHostFQDNCommand.h │ │ └── UnprovisionCommand.h │ └── Src │ │ ├── AMTHICommand.cpp │ │ └── AmtAnsiString.cpp ├── AMTHITestProject │ ├── AMTHITestProject.cpp │ └── CMakeLists.txt ├── CMakeLists.txt ├── FWUpdateClient │ ├── Include │ │ ├── FWUGetInfoCommand.h │ │ ├── FWUpdateCodeDefinitions.h │ │ ├── FWUpdateCommand.h │ │ └── FWUpdateErrorException.h │ └── Src │ │ └── FWUpdateCommand.cpp ├── HOTHAMClient │ ├── Include │ │ ├── HOTHAMCommand.h │ │ ├── HOTHAMErrorException.h │ │ └── HTMGetFLogCommand.h │ └── Src │ │ └── HOTHAMCommand.cpp ├── Include │ ├── HECIException.h │ ├── HECI_if.h │ ├── MEIClientException.h │ ├── MEICommand.h │ ├── MEIparser.h │ ├── StatusCodeDefinitions.h │ └── heci.h ├── MCHIClient │ ├── Include │ │ ├── MCHICommand.h │ │ ├── MCHIErrorException.h │ │ └── ReadFileExCommand.h │ └── Src │ │ └── MCHICommand.cpp ├── MKHIClient │ ├── Include │ │ ├── GetBootStateCommand.h │ │ ├── GetEOPStateCommand.h │ │ ├── GetFWCapsCommand.h │ │ ├── GetFWUpdateStateCommand.h │ │ ├── GetFWVersionCommand.h │ │ ├── GetImageFWVersionCommand.h │ │ ├── GetImageTypeCommand.h │ │ ├── GetMeasuredBootStateCommand.h │ │ ├── GetPlatformTypeCommand.h │ │ ├── MKHICommand.h │ │ └── MKHIErrorException.h │ └── Src │ │ └── MKHICommand.cpp ├── ManageabilityClient │ ├── Include │ │ ├── MNGIsChangeToAMTEnabledCommand.h │ │ ├── ManageabilityCommand.h │ │ └── ManageabilityErrorException.h │ └── Src │ │ └── ManageabiltiyCommand.cpp ├── PSRClient │ ├── Include │ │ ├── PSRCommand.h │ │ ├── PSRErrorException.h │ │ └── PSRGetPlatformServiceRecordCommand.h │ └── Src │ │ └── PSRCommand.cpp ├── UPIDClient │ ├── Include │ │ ├── GetUPIDCommand.h │ │ ├── GetUPIDFeatureOSControlCommand.h │ │ ├── GetUPIDFeatureStateCommand.h │ │ ├── GetUPIDFeatureSupportCommand.h │ │ ├── SetUPIDFeatureStateCommand.h │ │ ├── UPIDCommand.h │ │ └── UPIDErrorException.h │ └── Src │ │ ├── SetUPIDFeatureStateCommand.cpp │ │ └── UPIDCommand.cpp ├── metee-down.cmake.in ├── metee.cmake └── src │ ├── MEICommand.cpp │ ├── MEIparser.cpp │ └── heci.cpp ├── MEWMIProv ├── CMakeLists.txt ├── Include │ ├── AMT_Service_WMI_Provider.h │ ├── Audit_Record_WMI_Provider.h │ ├── BaseEventLog.h │ ├── Concrete_Component_WMI_Provider.h │ ├── DebugPrints.h │ ├── ErrorCodes.h │ ├── EthernetPortSettings_WMI_Provider.h │ ├── FWUpdate_Commands.h │ ├── Hosted_Service_WMI_Provider.h │ ├── MEProvMessageUtil.h │ ├── ME_System_WMI_Provider.h │ ├── MethProv.h │ ├── OOB_Service_WMI_Provider.h │ ├── PTHI_Commands.h │ ├── ProvisioningCertificateHash_WMI_Provider.h │ ├── StringManipulator.h │ ├── UPID_Commands.h │ ├── WMIHelper.h │ ├── WSmanCommands.h │ ├── WindowsEventLog.h │ ├── stdafx.h │ └── wmiinfrastructure.h ├── ME │ ├── CreateMENamespace.bat │ ├── MEMofs │ │ ├── AMT_ConcreteComponent.mof │ │ ├── AMT_EthernetPortSettings.mof │ │ ├── AMT_HostedService.mof │ │ ├── AMT_ProvisioningCertificateHash.mof │ │ ├── AMT_Service.mof │ │ ├── AMT_SetupAuditRecord.mof │ │ ├── ME_Event.mof │ │ ├── ME_System.mof │ │ └── OOB_Service.mof │ ├── ME_Schema.mof │ ├── html │ │ ├── AMT_EthernetPortSettings.html │ │ ├── AMT_ProvisioningCertificateHash.html │ │ ├── AMT_Service.html │ │ ├── AMT_SetupAuditRecord.html │ │ ├── CIM_Component.html │ │ ├── CIM_ComputerSystem.html │ │ ├── CIM_ConcreteComponent.html │ │ ├── CIM_ConcreteDependency.html │ │ ├── CIM_ConcreteJob.html │ │ ├── CIM_Credential.html │ │ ├── CIM_Dependency.html │ │ ├── CIM_EnabledLogicalElement.html │ │ ├── CIM_HostedService.html │ │ ├── CIM_Job.html │ │ ├── CIM_LogEntry.html │ │ ├── CIM_LogicalElement.html │ │ ├── CIM_ManagedElement.html │ │ ├── CIM_ManagedSystemElement.html │ │ ├── CIM_RecordForLog.html │ │ ├── CIM_Schema_inheritance_classes_Diagram.jpg │ │ ├── CIM_Service.html │ │ ├── CIM_SettingData.html │ │ ├── CIM_System.html │ │ ├── IntelLogo.bmp │ │ ├── Intel_ME_defined_Classes_Diagram.jpg │ │ ├── ME_Event.html │ │ ├── ME_System.html │ │ ├── OOB_Service.html │ │ ├── VCIcon_about.jpg │ │ ├── VCIcon_lg.jpg │ │ ├── VCIcon_loading.jpg │ │ ├── VCIcon_m.jpg │ │ ├── VCIcon_s.jpg │ │ ├── VCIcon_tiny.jpg │ │ ├── cover.html │ │ ├── index.html │ │ ├── indexframe.html │ │ ├── inherit.gif │ │ ├── key.gif │ │ ├── minus.gif │ │ ├── plus.gif │ │ └── schema.jpg │ ├── register.mof │ ├── remove.mof │ ├── removeMEnamespace.bat │ ├── s │ │ ├── Core │ │ │ ├── CIM_ActiveConnection.mof │ │ │ ├── CIM_ActsAsSpare.mof │ │ │ ├── CIM_AdminDomain.mof │ │ │ ├── CIM_AssociatedPowerManagementService.mof │ │ │ ├── CIM_BasedOn.mof │ │ │ ├── CIM_BindsTo.mof │ │ │ ├── CIM_Capabilities.mof │ │ │ ├── CIM_CollectedCollections.mof │ │ │ ├── CIM_CollectedMSEs.mof │ │ │ ├── CIM_Collection.mof │ │ │ ├── CIM_CollectionConfiguration.mof │ │ │ ├── CIM_CollectionOfMSEs.mof │ │ │ ├── CIM_CollectionSetting.mof │ │ │ ├── CIM_CompatibleProduct.mof │ │ │ ├── CIM_Component.mof │ │ │ ├── CIM_ConcreteCollection.mof │ │ │ ├── CIM_ConcreteComponent.mof │ │ │ ├── CIM_ConcreteDependency.mof │ │ │ ├── CIM_ConcreteIdentity.mof │ │ │ ├── CIM_ConcreteJob.mof │ │ │ ├── CIM_Configuration.mof │ │ │ ├── CIM_ConfigurationComponent.mof │ │ │ ├── CIM_ConfigurationForSystem.mof │ │ │ ├── CIM_ContainedDomain.mof │ │ │ ├── CIM_ContainedLocation.mof │ │ │ ├── CIM_DefaultSetting.mof │ │ │ ├── CIM_Dependency.mof │ │ │ ├── CIM_DependencyContext.mof │ │ │ ├── CIM_DeviceSAPImplementation.mof │ │ │ ├── CIM_DeviceServiceImplementation.mof │ │ │ ├── CIM_DeviceStatisticalInformation.mof │ │ │ ├── CIM_DeviceStatistics.mof │ │ │ ├── CIM_ElementCapabilities.mof │ │ │ ├── CIM_ElementConfiguration.mof │ │ │ ├── CIM_ElementLocation.mof │ │ │ ├── CIM_ElementProfile.mof │ │ │ ├── CIM_ElementSetting.mof │ │ │ ├── CIM_ElementSettingData.mof │ │ │ ├── CIM_ElementSoftwareIdentity.mof │ │ │ ├── CIM_ElementStatisticalData.mof │ │ │ ├── CIM_EnabledLogicalElement.mof │ │ │ ├── CIM_EnabledLogicalElementCapabilities.mof │ │ │ ├── CIM_ExtentRedundancyComponent.mof │ │ │ ├── CIM_ExtraCapacityGroup.mof │ │ │ ├── CIM_FRU.mof │ │ │ ├── CIM_FRUIncludesProduct.mof │ │ │ ├── CIM_FRUPhysicalElements.mof │ │ │ ├── CIM_HostedAccessPoint.mof │ │ │ ├── CIM_HostedCollection.mof │ │ │ ├── CIM_HostedDependency.mof │ │ │ ├── CIM_HostedService.mof │ │ │ ├── CIM_InstalledSoftwareIdentity.mof │ │ │ ├── CIM_IsSpare.mof │ │ │ ├── CIM_Job.mof │ │ │ ├── CIM_LocalizationCapabilities.mof │ │ │ ├── CIM_Location.mof │ │ │ ├── CIM_LogicalDevice.mof │ │ │ ├── CIM_LogicalElement.mof │ │ │ ├── CIM_LogicalIdentity.mof │ │ │ ├── CIM_ManagedElement.mof │ │ │ ├── CIM_ManagedSystemElement.mof │ │ │ ├── CIM_MemberOfCollection.mof │ │ │ ├── CIM_MethodParameters.mof │ │ │ ├── CIM_OrderedComponent.mof │ │ │ ├── CIM_OrderedMemberOfCollection.mof │ │ │ ├── CIM_OwningCollectionElement.mof │ │ │ ├── CIM_ParameterValueSources.mof │ │ │ ├── CIM_ParametersForMethod.mof │ │ │ ├── CIM_PhysicalElement.mof │ │ │ ├── CIM_PhysicalElementLocation.mof │ │ │ ├── CIM_PhysicalStatisticalInformation.mof │ │ │ ├── CIM_PhysicalStatistics.mof │ │ │ ├── CIM_PowerManagementCapabilities.mof │ │ │ ├── CIM_PowerManagementService.mof │ │ │ ├── CIM_Product.mof │ │ │ ├── CIM_ProductComponent.mof │ │ │ ├── CIM_ProductFRU.mof │ │ │ ├── CIM_ProductParentChild.mof │ │ │ ├── CIM_ProductPhysicalComponent.mof │ │ │ ├── CIM_ProductPhysicalElements.mof │ │ │ ├── CIM_ProductProductDependency.mof │ │ │ ├── CIM_ProductServiceComponent.mof │ │ │ ├── CIM_ProductSoftwareComponent.mof │ │ │ ├── CIM_ProductSupport.mof │ │ │ ├── CIM_Profile.mof │ │ │ ├── CIM_ProtocolEndpoint.mof │ │ │ ├── CIM_ProvidesEndpoint.mof │ │ │ ├── CIM_ProvidesServiceToElement.mof │ │ │ ├── CIM_Realizes.mof │ │ │ ├── CIM_RedundancyComponent.mof │ │ │ ├── CIM_RedundancyGroup.mof │ │ │ ├── CIM_RedundancySet.mof │ │ │ ├── CIM_RelatedStatisticalData.mof │ │ │ ├── CIM_RelatedStatistics.mof │ │ │ ├── CIM_RemotePort.mof │ │ │ ├── CIM_RemoteServiceAccessPoint.mof │ │ │ ├── CIM_ReplaceableProductFRU.mof │ │ │ ├── CIM_SAPAvailableForElement.mof │ │ │ ├── CIM_SAPSAPDependency.mof │ │ │ ├── CIM_SAPStatisticalInformation.mof │ │ │ ├── CIM_SAPStatistics.mof │ │ │ ├── CIM_ScopedSetting.mof │ │ │ ├── CIM_ScopedSettingData.mof │ │ │ ├── CIM_Service.mof │ │ │ ├── CIM_ServiceAccessBySAP.mof │ │ │ ├── CIM_ServiceAccessPoint.mof │ │ │ ├── CIM_ServiceAccessURI.mof │ │ │ ├── CIM_ServiceAffectsElement.mof │ │ │ ├── CIM_ServiceAvailableToElement.mof │ │ │ ├── CIM_ServiceComponent.mof │ │ │ ├── CIM_ServiceSAPDependency.mof │ │ │ ├── CIM_ServiceServiceDependency.mof │ │ │ ├── CIM_ServiceStatisticalInformation.mof │ │ │ ├── CIM_ServiceStatistics.mof │ │ │ ├── CIM_Setting.mof │ │ │ ├── CIM_SettingAssociatedToCapabilities.mof │ │ │ ├── CIM_SettingContext.mof │ │ │ ├── CIM_SettingData.mof │ │ │ ├── CIM_SettingForSystem.mof │ │ │ ├── CIM_SoftwareIdentity.mof │ │ │ ├── CIM_SpareGroup.mof │ │ │ ├── CIM_Spared.mof │ │ │ ├── CIM_StatisticalData.mof │ │ │ ├── CIM_StatisticalInformation.mof │ │ │ ├── CIM_StatisticalSetting.mof │ │ │ ├── CIM_Statistics.mof │ │ │ ├── CIM_StatisticsCollection.mof │ │ │ ├── CIM_StorageExtent.mof │ │ │ ├── CIM_StorageRedundancyGroup.mof │ │ │ ├── CIM_StorageRedundancySet.mof │ │ │ ├── CIM_SupportAccess.mof │ │ │ ├── CIM_Synchronized.mof │ │ │ ├── CIM_System.mof │ │ │ ├── CIM_SystemComponent.mof │ │ │ ├── CIM_SystemConfiguration.mof │ │ │ ├── CIM_SystemDevice.mof │ │ │ ├── CIM_SystemPackaging.mof │ │ │ ├── CIM_SystemSetting.mof │ │ │ ├── CIM_SystemSettingContext.mof │ │ │ ├── CIM_SystemSpecificCollection.mof │ │ │ ├── CIM_SystemStatisticalInformation.mof │ │ │ └── CIM_SystemStatistics.mof │ │ ├── System │ │ │ ├── CIM_AffectedJobElement.mof │ │ │ ├── CIM_AllocatedDMA.mof │ │ │ ├── CIM_AllocatedResource.mof │ │ │ ├── CIM_AvailableDiagnosticService.mof │ │ │ ├── CIM_BootConfigSetting.mof │ │ │ ├── CIM_BootOSFromFS.mof │ │ │ ├── CIM_BootSAP.mof │ │ │ ├── CIM_BootService.mof │ │ │ ├── CIM_BootServiceAccessBySAP.mof │ │ │ ├── CIM_BootServiceCapabilities.mof │ │ │ ├── CIM_BootSettingData.mof │ │ │ ├── CIM_BootSourceSetting.mof │ │ │ ├── CIM_Cluster.mof │ │ │ ├── CIM_ClusterServiceAccessBySAP.mof │ │ │ ├── CIM_ClusteringSAP.mof │ │ │ ├── CIM_ClusteringService.mof │ │ │ ├── CIM_ComponentCS.mof │ │ │ ├── CIM_ComputerSystem.mof │ │ │ ├── CIM_ComputerSystemDMA.mof │ │ │ ├── CIM_ComputerSystemIRQ.mof │ │ │ ├── CIM_ComputerSystemMappedIO.mof │ │ │ ├── CIM_ComputerSystemNodeCapabilities.mof │ │ │ ├── CIM_ComputerSystemPackage.mof │ │ │ ├── CIM_ComputerSystemResource.mof │ │ │ ├── CIM_CorrespondingSettingsRecord.mof │ │ │ ├── CIM_DMA.mof │ │ │ ├── CIM_DataFile.mof │ │ │ ├── CIM_DeviceAccessedByFile.mof │ │ │ ├── CIM_DeviceFile.mof │ │ │ ├── CIM_DiagnosticCompletionRecord.mof │ │ │ ├── CIM_DiagnosticRecord.mof │ │ │ ├── CIM_DiagnosticResult.mof │ │ │ ├── CIM_DiagnosticResultForMSE.mof │ │ │ ├── CIM_DiagnosticResultForTest.mof │ │ │ ├── CIM_DiagnosticResultInPackage.mof │ │ │ ├── CIM_DiagnosticService.mof │ │ │ ├── CIM_DiagnosticServiceCapabilities.mof │ │ │ ├── CIM_DiagnosticServiceRecord.mof │ │ │ ├── CIM_DiagnosticSetting.mof │ │ │ ├── CIM_DiagnosticSettingForTest.mof │ │ │ ├── CIM_DiagnosticSettingRecord.mof │ │ │ ├── CIM_DiagnosticTest.mof │ │ │ ├── CIM_DiagnosticTestForMSE.mof │ │ │ ├── CIM_DiagnosticTestInPackage.mof │ │ │ ├── CIM_DiagnosticsLog.mof │ │ │ ├── CIM_Directory.mof │ │ │ ├── CIM_DirectoryContainsFile.mof │ │ │ ├── CIM_Export.mof │ │ │ ├── CIM_FIFOPipeFile.mof │ │ │ ├── CIM_FileIdentity.mof │ │ │ ├── CIM_FileStorage.mof │ │ │ ├── CIM_FileSystem.mof │ │ │ ├── CIM_FileSystemCapabilities.mof │ │ │ ├── CIM_FileSystemSettingData.mof │ │ │ ├── CIM_HelpService.mof │ │ │ ├── CIM_HelpServiceAvailableToFile.mof │ │ │ ├── CIM_HostedBootSAP.mof │ │ │ ├── CIM_HostedBootService.mof │ │ │ ├── CIM_HostedClusterSAP.mof │ │ │ ├── CIM_HostedClusterService.mof │ │ │ ├── CIM_HostedFileSystem.mof │ │ │ ├── CIM_HostedJobDestination.mof │ │ │ ├── CIM_HostingCS.mof │ │ │ ├── CIM_IRQ.mof │ │ │ ├── CIM_InstalledOS.mof │ │ │ ├── CIM_JobDestination.mof │ │ │ ├── CIM_JobDestinationJobs.mof │ │ │ ├── CIM_JobSettingData.mof │ │ │ ├── CIM_LocalFileSystem.mof │ │ │ ├── CIM_Log.mof │ │ │ ├── CIM_LogEntry.mof │ │ │ ├── CIM_LogInDataFile.mof │ │ │ ├── CIM_LogInDeviceFile.mof │ │ │ ├── CIM_LogInStorage.mof │ │ │ ├── CIM_LogManagesRecord.mof │ │ │ ├── CIM_LogRecord.mof │ │ │ ├── CIM_LogicalFile.mof │ │ │ ├── CIM_MemoryMappedIO.mof │ │ │ ├── CIM_MemoryResource.mof │ │ │ ├── CIM_MessageLog.mof │ │ │ ├── CIM_Mount.mof │ │ │ ├── CIM_NFS.mof │ │ │ ├── CIM_OOBAlertService.mof │ │ │ ├── CIM_OSProcess.mof │ │ │ ├── CIM_OperatingSystem.mof │ │ │ ├── CIM_OperationLog.mof │ │ │ ├── CIM_OwningJobElement.mof │ │ │ ├── CIM_ParticipatingCS.mof │ │ │ ├── CIM_PortResource.mof │ │ │ ├── CIM_Process.mof │ │ │ ├── CIM_ProcessExecutable.mof │ │ │ ├── CIM_ProcessOfJob.mof │ │ │ ├── CIM_ProcessThread.mof │ │ │ ├── CIM_RecordAppliesToElement.mof │ │ │ ├── CIM_RecordForLog.mof │ │ │ ├── CIM_RecordInLog.mof │ │ │ ├── CIM_RecordLog.mof │ │ │ ├── CIM_RemoteFileSystem.mof │ │ │ ├── CIM_ResidesOnExtent.mof │ │ │ ├── CIM_ResourceOfSystem.mof │ │ │ ├── CIM_RunningOS.mof │ │ │ ├── CIM_ServiceProcess.mof │ │ │ ├── CIM_SymbolicLink.mof │ │ │ ├── CIM_SystemPartition.mof │ │ │ ├── CIM_SystemResource.mof │ │ │ ├── CIM_Thread.mof │ │ │ ├── CIM_TimeZone.mof │ │ │ ├── CIM_UnitaryComputerSystem.mof │ │ │ ├── CIM_UnixDeviceFile.mof │ │ │ ├── CIM_UnixDirectory.mof │ │ │ ├── CIM_UnixFile.mof │ │ │ ├── CIM_UnixLocalFileSystem.mof │ │ │ ├── CIM_UnixProcess.mof │ │ │ ├── CIM_UnixProcessStatisticalInformation.mof │ │ │ ├── CIM_UnixProcessStatistics.mof │ │ │ ├── CIM_UnixThread.mof │ │ │ ├── CIM_UseOfLog.mof │ │ │ ├── CIM_UseOfMessageLog.mof │ │ │ ├── CIM_VirtualComputerSystem.mof │ │ │ └── CIM_WakeUpService.mof │ │ ├── User │ │ │ ├── CIM_Account.mof │ │ │ └── CIM_Credential.mof │ │ ├── cim_schema_2.20.0.mof │ │ ├── qualifiers.mof │ │ └── qualifiers_optional.mof │ └── wmi_build.mof ├── MEProv.rc ├── MEProvMessageFile.mc ├── MEProvTest │ ├── CMakeLists.txt │ └── MEProvTest.cpp ├── MethProv.Def ├── Src │ ├── AMT_Service_WMI_Provider.cpp │ ├── Audit_Record_WMI_Provider.cpp │ ├── ClassFac.Cpp │ ├── Concrete_Compnent_WMI_Provider.cpp │ ├── EthernetPortSettings_WMI_Provider.cpp │ ├── FWUpdate_Commands.cpp │ ├── Hosted_Sevice_WMI_Provider.cpp │ ├── ME_System_WMI_Provider.cpp │ ├── MainDll.Cpp │ ├── MethProv.Cpp │ ├── OOB_Service_WMI_Provider.cpp │ ├── PTHI_Commands.cpp │ ├── ProvisioningCertificateHash_WMI_Provider.cpp │ ├── UPID_Commands.cpp │ ├── WMIHelper.cpp │ ├── WMIInfrastructure.cpp │ ├── WSmanCommands.cpp │ └── WindowsEventLog.cpp ├── WMIRegistrationService │ ├── CMakeLists.txt │ ├── EventLog.cpp │ ├── EventLog.h │ ├── EventLogMessages.mc │ ├── WMIRegistrationService.cpp │ ├── WMIRegistrationService.rc │ └── resource.h └── resource.h ├── README.md ├── SECURITY.md ├── UNS ├── AMT_COM_Interface │ ├── AMT_COM_Interface.cpp │ ├── AMT_COM_Interface.idl │ ├── AMT_COM_Interface.rc │ ├── AMT_COM_Interface.rgs │ ├── AMT_COM_Interface_defs.h │ ├── AMT_COM_Interface_exp.h │ ├── AMT_COM_Test │ │ ├── AMT_COM_Test │ │ │ └── AMT_COM_Test.cpp │ │ └── CMakeLists.txt │ ├── AT_Device.cpp │ ├── AT_Device.h │ ├── AT_Device.rgs │ ├── CMakeLists.txt │ ├── Manageability_Commands.cpp │ ├── Manageability_Commands.h │ ├── Manageability_Commands.rgs │ ├── PTHI_Commands.cpp │ ├── PTHI_Commands.h │ ├── PTHI_Commands.rgs │ ├── UNSAlert.cpp │ ├── UNSAlert.h │ ├── UNSAlert.rgs │ ├── _IUNSAlertEvents_CP.h │ ├── permissions.txt │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── CMakeLists.txt ├── COMEventHandler │ ├── CMakeLists.txt │ ├── COMEVENTHANDLER_export.h │ ├── COMEventHandler.cpp │ ├── COMEventHandler.h │ ├── ComFilter.cpp │ └── ComFilter.h ├── Configurator │ ├── AMTENABLELASTSERVICE_export.h │ ├── AsyncActivationManager.cpp │ ├── AsyncActivationManager.h │ ├── CMakeLists.txt │ ├── CONFIGURATOR_export.h │ ├── ConfCommonTypes.h │ ├── Configurator.cpp │ ├── Configurator.h │ ├── DependancyManager.cpp │ ├── DependancyManager.h │ ├── DummyServices.cpp │ ├── DummyServices.h │ ├── FIRSTSERVICE_export.h │ ├── LASTSERVICE_export.h │ ├── LoadedServices.cpp │ ├── LoadedServices.h │ ├── ServiceNamesList.cpp │ ├── ServiceNamesList.h │ ├── ServicesBatchCommand.cpp │ ├── ServicesBatchCommand.h │ └── WAITINGFORPFWLASTSERVICE_Export.h ├── DBusService │ ├── AT_Device.cpp │ ├── AT_Device.h │ ├── CMakeLists.txt │ ├── DBUSSERVICE_export.h │ ├── DBusFilter.cpp │ ├── DBusFilter.h │ ├── DBusService.cpp │ ├── DBusService.h │ ├── DBus_Commands.cpp │ ├── DBus_Commands.h │ ├── Manageability_Commands.cpp │ ├── Manageability_Commands.h │ ├── PTHI_Commands.cpp │ ├── PTHI_Commands.h │ ├── README │ ├── UNSAlert.cpp │ ├── UNSAlert.h │ ├── com.intel.amt.lms.conf │ ├── com.intel.amt.lms.conf-with-disable │ ├── com.intel.amt.lms.service.in │ ├── com.intel.amt.lms.xml │ └── docs-dbus.xml.in ├── DataInterfaceBackend │ ├── AT_Device_BE.cpp │ ├── AT_Device_BE.h │ ├── CMakeLists.txt │ ├── DataInterfaceBackend.h │ ├── Manageability_Commands_BE.cpp │ ├── Manageability_Commands_BE.h │ ├── PTHI_Commands_BE.cpp │ ├── PTHI_Commands_BE.h │ ├── SMBIOS_Reader.cpp │ ├── SMBIOS_Reader.h │ ├── UNSAlert_BE.cpp │ └── UNSAlert_BE.h ├── EventManager │ ├── CMakeLists.txt │ ├── EVENTMANAGER_export.h │ ├── eventManager.cpp │ └── eventManager.h ├── FWCIRAWorkaroundService │ ├── CMakeLists.txt │ ├── FWCIRAWORKAROUNDSERVICE_export.h │ ├── FWCIRAWorkaroundService.cpp │ └── FWCIRAWorkaroundService.h ├── GMS_COMMON │ ├── ACEInitializer.h │ ├── BaseEventLog.h │ ├── CMakeLists.txt │ ├── DataStorageGenerator.h │ ├── DataStorageWrapper.cpp │ ├── DataStorageWrapper.h │ ├── EventHandler.cpp │ ├── EventHandler.h │ ├── EventManagment.h │ ├── FuncEntryExit.cpp │ ├── FuncEntryExit.h │ ├── GMSExternalLogger.cpp │ ├── GMSExternalLogger.h │ ├── GmsService.cpp │ ├── GmsService.h │ ├── GmsSubService.cpp │ ├── GmsSubService.h │ ├── IServicesManager.h │ ├── Is64BitOs.cpp │ ├── Is64BitOs.h │ ├── LinuxEventLog.cpp │ ├── LinuxEventLog.h │ ├── LinuxRegistryStorage.cpp │ ├── MessageBlockPtr.h │ ├── RegistryCache.h │ ├── RegistryGenerator.cpp │ ├── RegistryStorage.cpp │ ├── RegistryStorage.h │ ├── StringManager.cpp │ ├── StringManager.h │ ├── StringsDefinitions.h │ ├── Tools.cpp │ ├── Tools.h │ ├── UNSEventsDefinition.h │ ├── UNSRegistry.cpp │ ├── UNSRegistry.h │ ├── VerifyFile.cpp │ ├── VerifyFile.h │ ├── WindowsEventLog.cpp │ ├── WindowsEventLog.h │ ├── WindowsRegistryStorage.cpp │ ├── WindowsStringLoader.cpp │ ├── WindowsStringLoader.h │ ├── global.h │ └── servicesNames.h ├── GenerateMessageFiles.py ├── HistoryEventHandler │ ├── CMakeLists.txt │ ├── HISTORYEVENTHANDLER_export.h │ ├── HistoryEventHandler.cpp │ ├── HistoryEventHandler.h │ ├── IMSSFilter.cpp │ └── IMSSFilter.h ├── HostChangesNotificationService │ ├── CMakeLists.txt │ ├── HostChangesNotificationService.cpp │ ├── HostChangesNotificationService.h │ └── HostChangesNotificationService_Export.h ├── IPRefreshService │ ├── CMakeLists.txt │ ├── IPREFRESHSERVICE_export.h │ ├── IPRefreshLinux.cpp │ ├── IPRefreshService.cpp │ ├── IPRefreshService.h │ └── IPRefreshWin.cpp ├── PartialFWUpdateService │ ├── CMakeLists.txt │ ├── PARTIALFWUPDATESERVICE_export.h │ ├── PFWUpdateDllWrapper.h │ ├── PFWUpdateDllWrapperFactory.cpp │ ├── PFWUpdateDllWrapperFactory.h │ ├── PFWUpdateDllWrapperLegacy.cpp │ ├── PFWUpdateDllWrapperLegacy.h │ ├── PFWUpdateDllWrapperME11.cpp │ ├── PFWUpdateDllWrapperME11.h │ ├── PFWUpdateDllWrapperME12.cpp │ ├── PFWUpdateDllWrapperME12.h │ ├── PFWUpdateDllWrapperME16.cpp │ ├── PFWUpdateDllWrapperME16.h │ ├── PFWUpdateDllWrapperME18.cpp │ ├── PFWUpdateDllWrapperME18.h │ ├── PartialFWUpdateService.cpp │ ├── PartialFWUpdateService.h │ ├── errorlist.c │ ├── errorlist.h │ ├── fwupdatelib_ME11.h │ └── fwupdatelib_ME12.h ├── PortForwardingService │ ├── AdapterListInfo.h │ ├── AdapterListInfoLinux.cpp │ ├── AdapterListInfoWin32.cpp │ ├── CMakeLists.txt │ ├── Channel.h │ ├── CimToEventTranslator.cpp │ ├── CimToEventTranslator.h │ ├── LMEConnection.cpp │ ├── LMEConnection.h │ ├── LMS_if.h │ ├── LMS_if_constants.h │ ├── PORTFORWARDINGSERVICE_export.h │ ├── PortForwardRequest.h │ ├── PortForwardingService.cpp │ ├── PortForwardingService.h │ ├── Protocol.cpp │ ├── Protocol.h │ ├── SoapHandler.cpp │ └── SoapHandler.h ├── PowerOperationsService │ ├── CMakeLists.txt │ ├── POWEROPERATIONSSERVICE_export.h │ ├── PowerEventFilter.cpp │ ├── PowerEventFilter.h │ ├── PowerOperationsService.cpp │ ├── PowerOperationsService.h │ ├── PowerOperationsStrings.rc │ └── resource1.h ├── SharedStaticIPService │ ├── CMakeLists.txt │ ├── SHAREDSTATICIPSERVICE_export.h │ ├── SharedStaticIPEventFilter.cpp │ ├── SharedStaticIPEventFilter.h │ ├── SharedStaticIPService.cpp │ ├── SharedStaticIPService.h │ ├── SyncNetworkData.cpp │ ├── SyncNetworkData.h │ ├── SyncNetworkDataLinux.cpp │ └── SyncNetworkDataWin32.cpp ├── StatusEventHandler │ ├── CMakeLists.txt │ ├── STATUSEVENTHANDLER_export.h │ ├── StatusEventFilter.cpp │ ├── StatusEventFilter.h │ ├── StatusEventHandler.cpp │ └── StatusEventHandler.h ├── TimeSyncService │ ├── CMakeLists.txt │ ├── TIMESYNCSERVICE_export.h │ ├── TimeSyncEventFilter.cpp │ ├── TimeSyncEventFilter.h │ ├── TimeSyncService.cpp │ └── TimeSyncService.h ├── UNSMain.cpp ├── UNSMessageFile.mc ├── WMIEventHandler │ ├── CMakeLists.txt │ ├── WMIEVENTHANDLER_export.h │ ├── WMIEventHandler.cpp │ ├── WMIEventHandler.h │ ├── WMIFilter.cpp │ └── WMIFilter.h ├── WatchdogService │ ├── CMakeLists.txt │ ├── WATCHDOGSERVICE_export.h │ ├── WatchdogService.cpp │ └── WatchdogService.h ├── WiFiProfileSyncService │ ├── CMakeLists.txt │ ├── WIFIPROFILESYNCSERVICE_export.h │ ├── WiFiProfileSyncEventFilter.cpp │ ├── WiFiProfileSyncEventFilter.h │ ├── WiFiProfileSyncService.cpp │ ├── WiFiProfileSyncService.h │ ├── WlanBL.cpp │ ├── WlanBL.h │ ├── WlanDefs.h │ ├── WlanNotifications.cpp │ ├── WlanNotifications.h │ ├── WlanProfiles.cpp │ └── WlanProfiles.h ├── WinLogEventHandler │ ├── CMakeLists.txt │ ├── WINLOGEVENTHANDLER_export.h │ ├── WinLogEventHandler.cpp │ ├── WinLogEventHandler.h │ ├── WinLogFilter.cpp │ └── WinLogFilter.h ├── linux_scripts │ ├── 20-lms.conf │ ├── 70-mei-wdt.rules │ ├── 70-persistent-mei.rules │ ├── lms.service.in │ ├── lms_enable_logging_severity.sh │ ├── logrotate.lms │ ├── post.rpm │ ├── postinst │ ├── postrm │ ├── prerm │ └── preun.rpm ├── tests │ ├── dbus_ut.py │ ├── lms_webui.ps1 │ ├── lms_webui_curl.sh │ └── lms_webui_wget.sh └── windows_scripts │ ├── lms-installer.bat │ ├── lms_enable_logging_severity.bat │ └── lms_use_pfu.ps1 ├── VERSION ├── WsmanClient ├── AMTEthernetPortSettingsClient.cpp ├── AMTEthernetPortSettingsClient.h ├── AMTFCFHWSmanClient.cpp ├── AMTFCFHWSmanClient.h ├── AMTRedirectionServiceWSManClient.cpp ├── AMTRedirectionServiceWSManClient.h ├── AuditLogWSManClient.cpp ├── AuditLogWSManClient.h ├── AuditLogWSManClientConsts.h ├── BaseWSManClient.cpp ├── BaseWSManClient.h ├── CMakeLists.txt ├── CancelOptInClient.cpp ├── CancelOptInClient.h ├── EthernetSettingsWSManClient.cpp ├── EthernetSettingsWSManClient.h ├── HBPWSManClient.cpp ├── HBPWSManClient.h ├── HostBootReasonClient.cpp ├── HostBootReasonClient.h ├── IPSIderSessionUsingPortClient.cpp ├── IPSIderSessionUsingPortClient.h ├── IPSKVMSessionUsingPortClient.cpp ├── IPSKVMSessionUsingPortClient.h ├── IPSSOLSessionUsingPortClient.cpp ├── IPSSOLSessionUsingPortClient.h ├── KVMScreenSettingClient.cpp ├── KVMScreenSettingClient.h ├── KVMWSManClient.cpp ├── KVMWSManClient.h ├── PowerManagementCapabilitiesWsManClient.cpp ├── PowerManagementCapabilitiesWsManClient.h ├── SIOWSManClient.cpp ├── SIOWSManClient.h ├── SyncIpClient.cpp ├── SyncIpClient.h ├── TimeSynchronizationClient.cpp ├── TimeSynchronizationClient.h ├── WifiPortClient.cpp ├── WifiPortClient.h ├── WlanWSManClient.cpp ├── WlanWSManClient.h ├── WsmanClientCatch.h ├── WsmanClientLog.h └── WsmanClientTest │ ├── AuditLogAccessor.cpp │ ├── AuditLogAccessor.h │ ├── AuditLogTests.cpp │ ├── CMakeLists.txt │ ├── Mock_AMT_EthernetPortSettings.h │ └── WsmanClientTestProject.cpp ├── cmake ├── FindACE.cmake ├── FindMC.cmake ├── Findmetee.cmake └── conan.cmake ├── conanfile.py ├── gitlint └── rules.py ├── gtest-down.cmake.in ├── gtest.cmake ├── snap ├── local │ └── connect.sh └── snapcraft.yaml ├── version.cmake └── version.h.in /.cmake-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/.cmake-format.py -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/.gitlint -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/CimFramework.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/CimFramework.rc -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/include/CimAnonymous.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/include/CimAnonymous.h -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/include/CimBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/include/CimBase.h -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/resource.h -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/src/CimAnonymous.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/src/CimAnonymous.cpp -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/src/CimBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/src/CimBase.cpp -------------------------------------------------------------------------------- /CIM_Framework/CIMFramework/src/CimTypedUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CIMFramework/src/CimTypedUtils.cpp -------------------------------------------------------------------------------- /CIM_Framework/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/CimFrameworkUntyped/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimFrameworkUntyped/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/CimFrameworkUntyped/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimFrameworkUntyped/resource.h -------------------------------------------------------------------------------- /CIM_Framework/CimFrameworkUntyped/src/CimData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimFrameworkUntyped/src/CimData.cpp -------------------------------------------------------------------------------- /CIM_Framework/CimFrameworkUntyped/src/cdecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimFrameworkUntyped/src/cdecode.cpp -------------------------------------------------------------------------------- /CIM_Framework/CimFrameworkUntyped/src/cencode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimFrameworkUntyped/src/cencode.cpp -------------------------------------------------------------------------------- /CIM_Framework/CimOpenWsmanClient/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/CimOpenWsmanClient/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/.gitignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/AUTHORS -------------------------------------------------------------------------------- /CIM_Framework/openwsman/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/CONFORMANCE: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/COPYING -------------------------------------------------------------------------------- /CIM_Framework/openwsman/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/ChangeLog -------------------------------------------------------------------------------- /CIM_Framework/openwsman/Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/Doxyfile.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/OpenWsmanLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/OpenWsmanLib.vcproj -------------------------------------------------------------------------------- /CIM_Framework/openwsman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/README.md -------------------------------------------------------------------------------- /CIM_Framework/openwsman/README.testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/README.testing -------------------------------------------------------------------------------- /CIM_Framework/openwsman/README.windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/README.windows -------------------------------------------------------------------------------- /CIM_Framework/openwsman/RPMNAME: -------------------------------------------------------------------------------- 1 | openwsman 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/TODO -------------------------------------------------------------------------------- /CIM_Framework/openwsman/VERSION.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/VERSION.cmake -------------------------------------------------------------------------------- /CIM_Framework/openwsman/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/acinclude.m4 -------------------------------------------------------------------------------- /CIM_Framework/openwsman/autoconfiscate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/autoconfiscate.sh -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/java/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/java/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/java/README -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/java/helpers.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = *.java 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/java/tests/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/java/tests/run -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/openwsman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/openwsman.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/openwsman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/openwsman.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/openwsman.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/openwsman.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/perl/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/perl/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/perl/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/perl/helpers.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/perl/tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = *.pl 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/perl/tests/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/perl/tests/run -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/python/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/python/helpers.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/python/tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = *.py 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/python/tests/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/python/tests/run -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/Gemfile -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/README.rdoc -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/Rakefile -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/extconf.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/extconf.rb -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/helpers.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/rdoc -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/tests/.gitignore: -------------------------------------------------------------------------------- 1 | *.pem 2 | *.yml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = *.rb *.yml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/ruby/tests/ruby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/ruby/tests/ruby -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/version.i.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/version.i.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-client.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-client.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-epr.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-epr.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-filter.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-filter.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-names.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-names.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-soap.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-soap.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/bindings/wsman-xml.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/bindings/wsman-xml.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/configure.ac -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/LICENSE.iniparser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/LICENSE.iniparser -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/LICENSE.libu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/LICENSE.libu -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/LICENSE.shttpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/LICENSE.shttpd -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = specs 2 | 3 | EXTRA_DIST = plugin-framwork.txt 4 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/README.memory-usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/README.memory-usage -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/README.serialization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/README.serialization -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/event/TODO: -------------------------------------------------------------------------------- 1 | 2 | 1. Notificaiton Manager 3 | 2. Event part in CIM plug-in 4 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/examples: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/examples -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/plugin-framwork.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/plugin-framwork.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/specs/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/specs/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/specs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/specs/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/doc/specs/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/doc/specs/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/init/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/init/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/init/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/init/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/init/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = 2 | 3 | EXTRA_DIST = openwsmand.sh.in 4 | 5 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/init/openwsmand.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/init/openwsmand.sh.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/openwsman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/openwsman.conf -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/openwsman_client.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/openwsman_client.conf -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/openwsman_test.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/openwsman_test.conf -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/owsmangencert.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/owsmangencert.sh.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/pam/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/pam/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/pam/openwsman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/pam/openwsman -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/redirect.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/redirect.conf -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/ssleay.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/etc/ssleay.cnf -------------------------------------------------------------------------------- /CIM_Framework/openwsman/etc/test_simple_auth.passwd: -------------------------------------------------------------------------------- 1 | wsman:fIzDMMpLTn3TU 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/examples/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/examples/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/examples/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/examples/serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/examples/serialize.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/examples/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/examples/test.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/examples/winrs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/examples/winrs.rb -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/cim/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/cim/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/cim/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/cim/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/base64.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/buf.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/carpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/carpal.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/debug.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/gettimeofday.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/gettimeofday.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/hash.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/iniparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/iniparser.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/libu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/libu.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/list.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/lock.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/log.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/logprv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/logprv.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/md5.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/memory.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/misc.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/os.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/pthreadx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/pthreadx.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/strings.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/syslog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/syslog.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/uerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/uerr.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/uoption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/uoption.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/uri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/uri.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/u/uuid.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/u/uuuid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-api.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-client.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-debug.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-epr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-epr.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-faults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-faults.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-filter.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-key-value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-key-value.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-names.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-names.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-plugins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-plugins.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-server.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-soap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-soap.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-types.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-xml-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-xml-api.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/include/wsman-xml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/include/wsman-xml.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/openwsman++.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/openwsman++.pc.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/openwsman-server.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/openwsman-server.pc.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/openwsman.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/openwsman.pc.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/package/openwsman.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/package/openwsman.pam -------------------------------------------------------------------------------- /CIM_Framework/openwsman/package/openwsman.pam.rh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/package/openwsman.pam.rh -------------------------------------------------------------------------------- /CIM_Framework/openwsman/package/openwsman.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/package/openwsman.spec.in -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/Exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/Exception.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/OpenWsmanClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/OpenWsmanClient.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanClient.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanEPR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanEPR.cpp -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanEPR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanEPR.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanFilter.cpp -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanFilter.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanOptions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanOptions.cpp -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/cpp/WsmanOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/cpp/WsmanOptions.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/test/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/test/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/test/.gitignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/test/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/test/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/test/test_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/test/test_list.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/test/test_md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/test/test_md5.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/LICENSE -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/base64.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/buf.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/debug.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/gettimeofday.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/gettimeofday.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/hash.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/iniparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/iniparser.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/list.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/lock.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/log.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/md5.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/memory.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/misc.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/os.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/strings.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/syslog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/syslog.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/uerr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/uerr.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/uoption.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/uoption.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/uri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/uri.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/u/uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/u/uuid.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-client.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-debug.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-epr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-epr.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-faults.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-faults.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-filter.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-key-value.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-key-value.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-plugins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-plugins.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-server.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-session-client.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-soap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-soap.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/lib/wsman-xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/lib/wsman-xml.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/plugins/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/plugins/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/cim/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/plugins/cim/README -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/swig/README: -------------------------------------------------------------------------------- 1 | This provides a SWIG-based plugin to enable scripting languages 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/swig/plugin.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/plugins/swig/plugin.i -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/plugins/wsman/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = test 2 | -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/gss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/gss.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/auth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/auth.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/cgi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/cgi.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/defs.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/io.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/llist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/llist.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/log.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/md5.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/md5.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/shttpd/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/shttpd/ssl.h -------------------------------------------------------------------------------- /CIM_Framework/openwsman/src/server/wsmand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/src/server/wsmand.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/client/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/client/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/client/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/client/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/client/test_pull.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/client/test_pull.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/client/test_renew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/client/test_renew.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/CMakeLists.txt -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/epr1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/epr1.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/epr2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/epr2.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/epr3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/epr3.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/sample.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/epr/test_epr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/epr/test_epr.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/filter/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/filter/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/filter/sample1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/filter/sample1.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/filter/sample2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/filter/sample2.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/filter/sample3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/filter/sample3.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/stress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/stress.sh -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/webinject/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/webinject/README -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/.cvsignore -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/Makefile.am -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/filter.xml -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/xml1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/xml1.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/xml2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/xml2.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/xml3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/xml3.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/tests/xml/xml4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/tests/xml/xml4.c -------------------------------------------------------------------------------- /CIM_Framework/openwsman/wsman_config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CIM_Framework/openwsman/wsman_config.h.cmake -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/COPYING -------------------------------------------------------------------------------- /Common/ver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Common/ver.h -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.ace-tao-ciao.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.ace-tao-ciao.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.amt_sdk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.amt_sdk.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.classic_samples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.classic_samples.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.conan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.conan -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.curl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.curl -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.glib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.glib -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.libidn2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.libidn2 -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.libnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.libnl -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.libxml2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.libxml2.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.metee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.metee -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.openwsman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.openwsman.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.winfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.winfile.txt -------------------------------------------------------------------------------- /Docs/Licenses/LICENSE.xerces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/Docs/Licenses/LICENSE.xerces.txt -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Include/AMTHICommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Include/AMTHICommand.h -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Include/AmtAnsiString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Include/AmtAnsiString.h -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Include/GetFQDNCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Include/GetFQDNCommand.h -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Include/GetUUIDCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Include/GetUUIDCommand.h -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Src/AMTHICommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Src/AMTHICommand.cpp -------------------------------------------------------------------------------- /MEIClient/AMTHIClient/Src/AmtAnsiString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHIClient/Src/AmtAnsiString.cpp -------------------------------------------------------------------------------- /MEIClient/AMTHITestProject/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/AMTHITestProject/CMakeLists.txt -------------------------------------------------------------------------------- /MEIClient/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/CMakeLists.txt -------------------------------------------------------------------------------- /MEIClient/HOTHAMClient/Include/HOTHAMCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/HOTHAMClient/Include/HOTHAMCommand.h -------------------------------------------------------------------------------- /MEIClient/HOTHAMClient/Src/HOTHAMCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/HOTHAMClient/Src/HOTHAMCommand.cpp -------------------------------------------------------------------------------- /MEIClient/Include/HECIException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/HECIException.h -------------------------------------------------------------------------------- /MEIClient/Include/HECI_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/HECI_if.h -------------------------------------------------------------------------------- /MEIClient/Include/MEIClientException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/MEIClientException.h -------------------------------------------------------------------------------- /MEIClient/Include/MEICommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/MEICommand.h -------------------------------------------------------------------------------- /MEIClient/Include/MEIparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/MEIparser.h -------------------------------------------------------------------------------- /MEIClient/Include/StatusCodeDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/StatusCodeDefinitions.h -------------------------------------------------------------------------------- /MEIClient/Include/heci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/Include/heci.h -------------------------------------------------------------------------------- /MEIClient/MCHIClient/Include/MCHICommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/MCHIClient/Include/MCHICommand.h -------------------------------------------------------------------------------- /MEIClient/MCHIClient/Src/MCHICommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/MCHIClient/Src/MCHICommand.cpp -------------------------------------------------------------------------------- /MEIClient/MKHIClient/Include/MKHICommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/MKHIClient/Include/MKHICommand.h -------------------------------------------------------------------------------- /MEIClient/MKHIClient/Src/MKHICommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/MKHIClient/Src/MKHICommand.cpp -------------------------------------------------------------------------------- /MEIClient/PSRClient/Include/PSRCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/PSRClient/Include/PSRCommand.h -------------------------------------------------------------------------------- /MEIClient/PSRClient/Src/PSRCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/PSRClient/Src/PSRCommand.cpp -------------------------------------------------------------------------------- /MEIClient/UPIDClient/Include/GetUPIDCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/UPIDClient/Include/GetUPIDCommand.h -------------------------------------------------------------------------------- /MEIClient/UPIDClient/Include/UPIDCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/UPIDClient/Include/UPIDCommand.h -------------------------------------------------------------------------------- /MEIClient/UPIDClient/Src/UPIDCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/UPIDClient/Src/UPIDCommand.cpp -------------------------------------------------------------------------------- /MEIClient/metee-down.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/metee-down.cmake.in -------------------------------------------------------------------------------- /MEIClient/metee.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/metee.cmake -------------------------------------------------------------------------------- /MEIClient/src/MEICommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/src/MEICommand.cpp -------------------------------------------------------------------------------- /MEIClient/src/MEIparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/src/MEIparser.cpp -------------------------------------------------------------------------------- /MEIClient/src/heci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEIClient/src/heci.cpp -------------------------------------------------------------------------------- /MEWMIProv/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/CMakeLists.txt -------------------------------------------------------------------------------- /MEWMIProv/Include/AMT_Service_WMI_Provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/AMT_Service_WMI_Provider.h -------------------------------------------------------------------------------- /MEWMIProv/Include/Audit_Record_WMI_Provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/Audit_Record_WMI_Provider.h -------------------------------------------------------------------------------- /MEWMIProv/Include/BaseEventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/BaseEventLog.h -------------------------------------------------------------------------------- /MEWMIProv/Include/DebugPrints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/DebugPrints.h -------------------------------------------------------------------------------- /MEWMIProv/Include/ErrorCodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/ErrorCodes.h -------------------------------------------------------------------------------- /MEWMIProv/Include/FWUpdate_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/FWUpdate_Commands.h -------------------------------------------------------------------------------- /MEWMIProv/Include/MEProvMessageUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/MEProvMessageUtil.h -------------------------------------------------------------------------------- /MEWMIProv/Include/ME_System_WMI_Provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/ME_System_WMI_Provider.h -------------------------------------------------------------------------------- /MEWMIProv/Include/MethProv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/MethProv.h -------------------------------------------------------------------------------- /MEWMIProv/Include/OOB_Service_WMI_Provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/OOB_Service_WMI_Provider.h -------------------------------------------------------------------------------- /MEWMIProv/Include/PTHI_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/PTHI_Commands.h -------------------------------------------------------------------------------- /MEWMIProv/Include/StringManipulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/StringManipulator.h -------------------------------------------------------------------------------- /MEWMIProv/Include/UPID_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/UPID_Commands.h -------------------------------------------------------------------------------- /MEWMIProv/Include/WMIHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/WMIHelper.h -------------------------------------------------------------------------------- /MEWMIProv/Include/WSmanCommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/WSmanCommands.h -------------------------------------------------------------------------------- /MEWMIProv/Include/WindowsEventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/WindowsEventLog.h -------------------------------------------------------------------------------- /MEWMIProv/Include/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/stdafx.h -------------------------------------------------------------------------------- /MEWMIProv/Include/wmiinfrastructure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Include/wmiinfrastructure.h -------------------------------------------------------------------------------- /MEWMIProv/ME/CreateMENamespace.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/CreateMENamespace.bat -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/AMT_ConcreteComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/AMT_ConcreteComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/AMT_HostedService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/AMT_HostedService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/AMT_Service.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/AMT_Service.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/AMT_SetupAuditRecord.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/AMT_SetupAuditRecord.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/ME_Event.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/ME_Event.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/ME_System.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/ME_System.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/MEMofs/OOB_Service.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/MEMofs/OOB_Service.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/ME_Schema.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/ME_Schema.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/html/AMT_Service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/AMT_Service.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/AMT_SetupAuditRecord.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/AMT_SetupAuditRecord.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_Component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_Component.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_ComputerSystem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_ComputerSystem.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_ConcreteComponent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_ConcreteComponent.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_ConcreteDependency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_ConcreteDependency.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_ConcreteJob.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_ConcreteJob.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_Credential.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_Credential.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_Dependency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_Dependency.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_HostedService.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_HostedService.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_Job.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_Job.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_LogEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_LogEntry.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_LogicalElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_LogicalElement.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_ManagedElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_ManagedElement.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_RecordForLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_RecordForLog.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_Service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_Service.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_SettingData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_SettingData.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/CIM_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/CIM_System.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/IntelLogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/IntelLogo.bmp -------------------------------------------------------------------------------- /MEWMIProv/ME/html/ME_Event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/ME_Event.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/ME_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/ME_System.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/OOB_Service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/OOB_Service.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_about.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_lg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_lg.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_loading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_loading.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_m.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_m.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_s.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/VCIcon_tiny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/VCIcon_tiny.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/html/cover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/cover.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/index.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/indexframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/indexframe.html -------------------------------------------------------------------------------- /MEWMIProv/ME/html/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/inherit.gif -------------------------------------------------------------------------------- /MEWMIProv/ME/html/key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/key.gif -------------------------------------------------------------------------------- /MEWMIProv/ME/html/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/minus.gif -------------------------------------------------------------------------------- /MEWMIProv/ME/html/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/plus.gif -------------------------------------------------------------------------------- /MEWMIProv/ME/html/schema.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/html/schema.jpg -------------------------------------------------------------------------------- /MEWMIProv/ME/register.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/register.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/remove.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/remove.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/removeMEnamespace.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/removeMEnamespace.bat -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ActiveConnection.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ActiveConnection.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ActsAsSpare.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ActsAsSpare.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_AdminDomain.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_AdminDomain.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_BasedOn.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_BasedOn.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_BindsTo.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_BindsTo.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Capabilities.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Capabilities.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_CollectedMSEs.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_CollectedMSEs.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Collection.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Collection.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_CollectionOfMSEs.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_CollectionOfMSEs.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_CollectionSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_CollectionSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_CompatibleProduct.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_CompatibleProduct.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Component.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Component.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ConcreteCollection.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ConcreteCollection.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ConcreteComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ConcreteComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ConcreteDependency.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ConcreteDependency.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ConcreteIdentity.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ConcreteIdentity.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ConcreteJob.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ConcreteJob.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Configuration.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Configuration.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ContainedDomain.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ContainedDomain.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ContainedLocation.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ContainedLocation.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_DefaultSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_DefaultSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Dependency.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Dependency.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_DependencyContext.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_DependencyContext.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_DeviceStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_DeviceStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ElementLocation.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ElementLocation.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ElementProfile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ElementProfile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ElementSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ElementSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ElementSettingData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ElementSettingData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ExtraCapacityGroup.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ExtraCapacityGroup.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_FRU.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_FRU.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_FRUIncludesProduct.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_FRUIncludesProduct.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_HostedAccessPoint.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_HostedAccessPoint.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_HostedCollection.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_HostedCollection.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_HostedDependency.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_HostedDependency.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_HostedService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_HostedService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_IsSpare.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_IsSpare.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Job.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Job.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Location.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Location.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_LogicalDevice.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_LogicalDevice.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_LogicalElement.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_LogicalElement.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_LogicalIdentity.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_LogicalIdentity.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ManagedElement.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ManagedElement.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_MemberOfCollection.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_MemberOfCollection.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_MethodParameters.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_MethodParameters.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_OrderedComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_OrderedComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_PhysicalElement.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_PhysicalElement.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_PhysicalStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_PhysicalStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Product.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Product.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProductComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProductComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProductFRU.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProductFRU.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProductParentChild.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProductParentChild.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProductSupport.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProductSupport.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Profile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Profile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProtocolEndpoint.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProtocolEndpoint.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ProvidesEndpoint.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ProvidesEndpoint.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Realizes.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Realizes.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_RedundancyGroup.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_RedundancyGroup.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_RedundancySet.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_RedundancySet.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_RelatedStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_RelatedStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_RemotePort.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_RemotePort.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SAPSAPDependency.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SAPSAPDependency.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SAPStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SAPStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ScopedSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ScopedSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ScopedSettingData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ScopedSettingData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Service.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Service.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ServiceAccessBySAP.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ServiceAccessBySAP.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ServiceAccessPoint.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ServiceAccessPoint.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ServiceAccessURI.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ServiceAccessURI.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ServiceComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ServiceComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_ServiceStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_ServiceStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Setting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Setting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SettingContext.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SettingContext.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SettingData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SettingData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SettingForSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SettingForSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SoftwareIdentity.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SoftwareIdentity.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SpareGroup.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SpareGroup.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Spared.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Spared.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_StatisticalData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_StatisticalData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_StatisticalSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_StatisticalSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Statistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Statistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_StorageExtent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_StorageExtent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SupportAccess.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SupportAccess.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_Synchronized.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_Synchronized.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_System.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_System.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SystemComponent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SystemComponent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SystemDevice.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SystemDevice.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SystemPackaging.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SystemPackaging.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SystemSetting.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SystemSetting.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/Core/CIM_SystemStatistics.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/Core/CIM_SystemStatistics.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_AllocatedDMA.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_AllocatedDMA.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_BootOSFromFS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_BootOSFromFS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_BootSAP.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_BootSAP.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_BootService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_BootService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_BootSettingData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_BootSettingData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Cluster.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Cluster.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ClusteringSAP.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ClusteringSAP.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ComponentCS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ComponentCS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ComputerSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ComputerSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DMA.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DMA.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DataFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DataFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DeviceFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DeviceFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DiagnosticRecord.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DiagnosticRecord.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DiagnosticResult.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DiagnosticResult.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DiagnosticTest.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DiagnosticTest.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_DiagnosticsLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_DiagnosticsLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Directory.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Directory.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Export.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Export.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_FIFOPipeFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_FIFOPipeFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_FileIdentity.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_FileIdentity.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_FileStorage.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_FileStorage.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_FileSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_FileSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_HelpService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_HelpService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_HostedBootSAP.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_HostedBootSAP.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_HostedClusterSAP.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_HostedClusterSAP.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_HostedFileSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_HostedFileSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_HostingCS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_HostingCS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_IRQ.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_IRQ.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_InstalledOS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_InstalledOS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_JobDestination.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_JobDestination.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_JobSettingData.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_JobSettingData.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LocalFileSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LocalFileSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Log.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Log.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogEntry.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogEntry.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogInDataFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogInDataFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogInDeviceFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogInDeviceFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogInStorage.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogInStorage.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogManagesRecord.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogManagesRecord.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogRecord.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogRecord.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_LogicalFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_LogicalFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_MemoryMappedIO.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_MemoryMappedIO.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_MemoryResource.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_MemoryResource.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_MessageLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_MessageLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Mount.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Mount.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_NFS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_NFS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_OOBAlertService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_OOBAlertService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_OSProcess.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_OSProcess.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_OperatingSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_OperatingSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_OperationLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_OperationLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_OwningJobElement.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_OwningJobElement.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ParticipatingCS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ParticipatingCS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_PortResource.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_PortResource.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Process.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Process.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ProcessOfJob.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ProcessOfJob.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ProcessThread.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ProcessThread.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_RecordForLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_RecordForLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_RecordInLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_RecordInLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_RecordLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_RecordLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_RemoteFileSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_RemoteFileSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ResidesOnExtent.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ResidesOnExtent.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ResourceOfSystem.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ResourceOfSystem.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_RunningOS.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_RunningOS.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_ServiceProcess.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_ServiceProcess.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_SymbolicLink.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_SymbolicLink.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_SystemPartition.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_SystemPartition.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_SystemResource.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_SystemResource.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_Thread.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_Thread.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_TimeZone.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_TimeZone.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UnixDeviceFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UnixDeviceFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UnixDirectory.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UnixDirectory.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UnixFile.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UnixFile.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UnixProcess.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UnixProcess.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UnixThread.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UnixThread.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UseOfLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UseOfLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_UseOfMessageLog.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_UseOfMessageLog.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/System/CIM_WakeUpService.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/System/CIM_WakeUpService.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/User/CIM_Account.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/User/CIM_Account.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/User/CIM_Credential.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/User/CIM_Credential.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/cim_schema_2.20.0.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/cim_schema_2.20.0.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/qualifiers.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/qualifiers.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/s/qualifiers_optional.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/s/qualifiers_optional.mof -------------------------------------------------------------------------------- /MEWMIProv/ME/wmi_build.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/ME/wmi_build.mof -------------------------------------------------------------------------------- /MEWMIProv/MEProv.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/MEProv.rc -------------------------------------------------------------------------------- /MEWMIProv/MEProvMessageFile.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/MEProvMessageFile.mc -------------------------------------------------------------------------------- /MEWMIProv/MEProvTest/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/MEProvTest/CMakeLists.txt -------------------------------------------------------------------------------- /MEWMIProv/MEProvTest/MEProvTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/MEProvTest/MEProvTest.cpp -------------------------------------------------------------------------------- /MEWMIProv/MethProv.Def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/MethProv.Def -------------------------------------------------------------------------------- /MEWMIProv/Src/AMT_Service_WMI_Provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/AMT_Service_WMI_Provider.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/Audit_Record_WMI_Provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/Audit_Record_WMI_Provider.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/ClassFac.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/ClassFac.Cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/FWUpdate_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/FWUpdate_Commands.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/Hosted_Sevice_WMI_Provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/Hosted_Sevice_WMI_Provider.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/ME_System_WMI_Provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/ME_System_WMI_Provider.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/MainDll.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/MainDll.Cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/MethProv.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/MethProv.Cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/OOB_Service_WMI_Provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/OOB_Service_WMI_Provider.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/PTHI_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/PTHI_Commands.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/UPID_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/UPID_Commands.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/WMIHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/WMIHelper.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/WMIInfrastructure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/WMIInfrastructure.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/WSmanCommands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/WSmanCommands.cpp -------------------------------------------------------------------------------- /MEWMIProv/Src/WindowsEventLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/Src/WindowsEventLog.cpp -------------------------------------------------------------------------------- /MEWMIProv/WMIRegistrationService/EventLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/WMIRegistrationService/EventLog.cpp -------------------------------------------------------------------------------- /MEWMIProv/WMIRegistrationService/EventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/WMIRegistrationService/EventLog.h -------------------------------------------------------------------------------- /MEWMIProv/WMIRegistrationService/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/WMIRegistrationService/resource.h -------------------------------------------------------------------------------- /MEWMIProv/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/MEWMIProv/resource.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/SECURITY.md -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface.cpp -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface.idl -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface.rc -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface.rgs -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface_defs.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AMT_COM_Interface_exp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AMT_COM_Interface_exp.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AT_Device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AT_Device.cpp -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AT_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AT_Device.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/AT_Device.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/AT_Device.rgs -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/Manageability_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/Manageability_Commands.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/PTHI_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/PTHI_Commands.cpp -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/PTHI_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/PTHI_Commands.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/PTHI_Commands.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/PTHI_Commands.rgs -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/UNSAlert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/UNSAlert.cpp -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/UNSAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/UNSAlert.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/UNSAlert.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/UNSAlert.rgs -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/_IUNSAlertEvents_CP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/_IUNSAlertEvents_CP.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/permissions.txt -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/resource.h -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/stdafx.cpp -------------------------------------------------------------------------------- /UNS/AMT_COM_Interface/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/AMT_COM_Interface/stdafx.h -------------------------------------------------------------------------------- /UNS/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/COMEventHandler/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/COMEventHandler/COMEVENTHANDLER_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/COMEVENTHANDLER_export.h -------------------------------------------------------------------------------- /UNS/COMEventHandler/COMEventHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/COMEventHandler.cpp -------------------------------------------------------------------------------- /UNS/COMEventHandler/COMEventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/COMEventHandler.h -------------------------------------------------------------------------------- /UNS/COMEventHandler/ComFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/ComFilter.cpp -------------------------------------------------------------------------------- /UNS/COMEventHandler/ComFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/COMEventHandler/ComFilter.h -------------------------------------------------------------------------------- /UNS/Configurator/AMTENABLELASTSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/AMTENABLELASTSERVICE_export.h -------------------------------------------------------------------------------- /UNS/Configurator/AsyncActivationManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/AsyncActivationManager.cpp -------------------------------------------------------------------------------- /UNS/Configurator/AsyncActivationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/AsyncActivationManager.h -------------------------------------------------------------------------------- /UNS/Configurator/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/Configurator/CONFIGURATOR_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/CONFIGURATOR_export.h -------------------------------------------------------------------------------- /UNS/Configurator/ConfCommonTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/ConfCommonTypes.h -------------------------------------------------------------------------------- /UNS/Configurator/Configurator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/Configurator.cpp -------------------------------------------------------------------------------- /UNS/Configurator/Configurator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/Configurator.h -------------------------------------------------------------------------------- /UNS/Configurator/DependancyManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/DependancyManager.cpp -------------------------------------------------------------------------------- /UNS/Configurator/DependancyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/DependancyManager.h -------------------------------------------------------------------------------- /UNS/Configurator/DummyServices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/DummyServices.cpp -------------------------------------------------------------------------------- /UNS/Configurator/DummyServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/DummyServices.h -------------------------------------------------------------------------------- /UNS/Configurator/FIRSTSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/FIRSTSERVICE_export.h -------------------------------------------------------------------------------- /UNS/Configurator/LASTSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/LASTSERVICE_export.h -------------------------------------------------------------------------------- /UNS/Configurator/LoadedServices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/LoadedServices.cpp -------------------------------------------------------------------------------- /UNS/Configurator/LoadedServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/LoadedServices.h -------------------------------------------------------------------------------- /UNS/Configurator/ServiceNamesList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/ServiceNamesList.cpp -------------------------------------------------------------------------------- /UNS/Configurator/ServiceNamesList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/ServiceNamesList.h -------------------------------------------------------------------------------- /UNS/Configurator/ServicesBatchCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/ServicesBatchCommand.cpp -------------------------------------------------------------------------------- /UNS/Configurator/ServicesBatchCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/Configurator/ServicesBatchCommand.h -------------------------------------------------------------------------------- /UNS/DBusService/AT_Device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/AT_Device.cpp -------------------------------------------------------------------------------- /UNS/DBusService/AT_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/AT_Device.h -------------------------------------------------------------------------------- /UNS/DBusService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/DBusService/DBUSSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBUSSERVICE_export.h -------------------------------------------------------------------------------- /UNS/DBusService/DBusFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBusFilter.cpp -------------------------------------------------------------------------------- /UNS/DBusService/DBusFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBusFilter.h -------------------------------------------------------------------------------- /UNS/DBusService/DBusService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBusService.cpp -------------------------------------------------------------------------------- /UNS/DBusService/DBusService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBusService.h -------------------------------------------------------------------------------- /UNS/DBusService/DBus_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBus_Commands.cpp -------------------------------------------------------------------------------- /UNS/DBusService/DBus_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/DBus_Commands.h -------------------------------------------------------------------------------- /UNS/DBusService/Manageability_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/Manageability_Commands.cpp -------------------------------------------------------------------------------- /UNS/DBusService/Manageability_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/Manageability_Commands.h -------------------------------------------------------------------------------- /UNS/DBusService/PTHI_Commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/PTHI_Commands.cpp -------------------------------------------------------------------------------- /UNS/DBusService/PTHI_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/PTHI_Commands.h -------------------------------------------------------------------------------- /UNS/DBusService/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/README -------------------------------------------------------------------------------- /UNS/DBusService/UNSAlert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/UNSAlert.cpp -------------------------------------------------------------------------------- /UNS/DBusService/UNSAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/UNSAlert.h -------------------------------------------------------------------------------- /UNS/DBusService/com.intel.amt.lms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/com.intel.amt.lms.conf -------------------------------------------------------------------------------- /UNS/DBusService/com.intel.amt.lms.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/com.intel.amt.lms.service.in -------------------------------------------------------------------------------- /UNS/DBusService/com.intel.amt.lms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/com.intel.amt.lms.xml -------------------------------------------------------------------------------- /UNS/DBusService/docs-dbus.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DBusService/docs-dbus.xml.in -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/AT_Device_BE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/AT_Device_BE.cpp -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/AT_Device_BE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/AT_Device_BE.h -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/PTHI_Commands_BE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/PTHI_Commands_BE.cpp -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/PTHI_Commands_BE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/PTHI_Commands_BE.h -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/SMBIOS_Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/SMBIOS_Reader.cpp -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/SMBIOS_Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/SMBIOS_Reader.h -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/UNSAlert_BE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/UNSAlert_BE.cpp -------------------------------------------------------------------------------- /UNS/DataInterfaceBackend/UNSAlert_BE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/DataInterfaceBackend/UNSAlert_BE.h -------------------------------------------------------------------------------- /UNS/EventManager/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/EventManager/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/EventManager/EVENTMANAGER_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/EventManager/EVENTMANAGER_export.h -------------------------------------------------------------------------------- /UNS/EventManager/eventManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/EventManager/eventManager.cpp -------------------------------------------------------------------------------- /UNS/EventManager/eventManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/EventManager/eventManager.h -------------------------------------------------------------------------------- /UNS/FWCIRAWorkaroundService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/FWCIRAWorkaroundService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/GMS_COMMON/ACEInitializer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/ACEInitializer.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/BaseEventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/BaseEventLog.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/GMS_COMMON/DataStorageGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/DataStorageGenerator.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/DataStorageWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/DataStorageWrapper.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/DataStorageWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/DataStorageWrapper.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/EventHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/EventHandler.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/EventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/EventHandler.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/EventManagment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/EventManagment.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/FuncEntryExit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/FuncEntryExit.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/FuncEntryExit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/FuncEntryExit.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GMSExternalLogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GMSExternalLogger.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GMSExternalLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GMSExternalLogger.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GmsService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GmsService.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GmsService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GmsService.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GmsSubService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GmsSubService.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/GmsSubService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/GmsSubService.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/IServicesManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/IServicesManager.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/Is64BitOs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/Is64BitOs.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/Is64BitOs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/Is64BitOs.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/LinuxEventLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/LinuxEventLog.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/LinuxEventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/LinuxEventLog.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/LinuxRegistryStorage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/LinuxRegistryStorage.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/MessageBlockPtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/MessageBlockPtr.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/RegistryCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/RegistryCache.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/RegistryGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/RegistryGenerator.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/RegistryStorage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/RegistryStorage.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/RegistryStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/RegistryStorage.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/StringManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/StringManager.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/StringManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/StringManager.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/StringsDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/StringsDefinitions.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/Tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/Tools.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/Tools.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/UNSEventsDefinition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/UNSEventsDefinition.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/UNSRegistry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/UNSRegistry.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/UNSRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/UNSRegistry.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/VerifyFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/VerifyFile.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/VerifyFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/VerifyFile.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/WindowsEventLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/WindowsEventLog.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/WindowsEventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/WindowsEventLog.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/WindowsRegistryStorage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/WindowsRegistryStorage.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/WindowsStringLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/WindowsStringLoader.cpp -------------------------------------------------------------------------------- /UNS/GMS_COMMON/WindowsStringLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/WindowsStringLoader.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/global.h -------------------------------------------------------------------------------- /UNS/GMS_COMMON/servicesNames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GMS_COMMON/servicesNames.h -------------------------------------------------------------------------------- /UNS/GenerateMessageFiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/GenerateMessageFiles.py -------------------------------------------------------------------------------- /UNS/HistoryEventHandler/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/HistoryEventHandler/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/HistoryEventHandler/HistoryEventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/HistoryEventHandler/HistoryEventHandler.h -------------------------------------------------------------------------------- /UNS/HistoryEventHandler/IMSSFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/HistoryEventHandler/IMSSFilter.cpp -------------------------------------------------------------------------------- /UNS/HistoryEventHandler/IMSSFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/HistoryEventHandler/IMSSFilter.h -------------------------------------------------------------------------------- /UNS/IPRefreshService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/IPRefreshService/IPREFRESHSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/IPREFRESHSERVICE_export.h -------------------------------------------------------------------------------- /UNS/IPRefreshService/IPRefreshLinux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/IPRefreshLinux.cpp -------------------------------------------------------------------------------- /UNS/IPRefreshService/IPRefreshService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/IPRefreshService.cpp -------------------------------------------------------------------------------- /UNS/IPRefreshService/IPRefreshService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/IPRefreshService.h -------------------------------------------------------------------------------- /UNS/IPRefreshService/IPRefreshWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/IPRefreshService/IPRefreshWin.cpp -------------------------------------------------------------------------------- /UNS/PartialFWUpdateService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PartialFWUpdateService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/PartialFWUpdateService/errorlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PartialFWUpdateService/errorlist.c -------------------------------------------------------------------------------- /UNS/PartialFWUpdateService/errorlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PartialFWUpdateService/errorlist.h -------------------------------------------------------------------------------- /UNS/PartialFWUpdateService/fwupdatelib_ME11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PartialFWUpdateService/fwupdatelib_ME11.h -------------------------------------------------------------------------------- /UNS/PartialFWUpdateService/fwupdatelib_ME12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PartialFWUpdateService/fwupdatelib_ME12.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/AdapterListInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/AdapterListInfo.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/PortForwardingService/Channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/Channel.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/LMEConnection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/LMEConnection.cpp -------------------------------------------------------------------------------- /UNS/PortForwardingService/LMEConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/LMEConnection.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/LMS_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/LMS_if.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/LMS_if_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/LMS_if_constants.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/PortForwardRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/PortForwardRequest.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/Protocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/Protocol.cpp -------------------------------------------------------------------------------- /UNS/PortForwardingService/Protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/Protocol.h -------------------------------------------------------------------------------- /UNS/PortForwardingService/SoapHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/SoapHandler.cpp -------------------------------------------------------------------------------- /UNS/PortForwardingService/SoapHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PortForwardingService/SoapHandler.h -------------------------------------------------------------------------------- /UNS/PowerOperationsService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PowerOperationsService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/PowerOperationsService/PowerEventFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PowerOperationsService/PowerEventFilter.h -------------------------------------------------------------------------------- /UNS/PowerOperationsService/resource1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/PowerOperationsService/resource1.h -------------------------------------------------------------------------------- /UNS/SharedStaticIPService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/SharedStaticIPService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/SharedStaticIPService/SyncNetworkData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/SharedStaticIPService/SyncNetworkData.cpp -------------------------------------------------------------------------------- /UNS/SharedStaticIPService/SyncNetworkData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/SharedStaticIPService/SyncNetworkData.h -------------------------------------------------------------------------------- /UNS/StatusEventHandler/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/StatusEventHandler/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/StatusEventHandler/StatusEventFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/StatusEventHandler/StatusEventFilter.cpp -------------------------------------------------------------------------------- /UNS/StatusEventHandler/StatusEventFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/StatusEventHandler/StatusEventFilter.h -------------------------------------------------------------------------------- /UNS/StatusEventHandler/StatusEventHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/StatusEventHandler/StatusEventHandler.cpp -------------------------------------------------------------------------------- /UNS/StatusEventHandler/StatusEventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/StatusEventHandler/StatusEventHandler.h -------------------------------------------------------------------------------- /UNS/TimeSyncService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/TimeSyncService/TIMESYNCSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/TIMESYNCSERVICE_export.h -------------------------------------------------------------------------------- /UNS/TimeSyncService/TimeSyncEventFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/TimeSyncEventFilter.cpp -------------------------------------------------------------------------------- /UNS/TimeSyncService/TimeSyncEventFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/TimeSyncEventFilter.h -------------------------------------------------------------------------------- /UNS/TimeSyncService/TimeSyncService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/TimeSyncService.cpp -------------------------------------------------------------------------------- /UNS/TimeSyncService/TimeSyncService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/TimeSyncService/TimeSyncService.h -------------------------------------------------------------------------------- /UNS/UNSMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/UNSMain.cpp -------------------------------------------------------------------------------- /UNS/UNSMessageFile.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/UNSMessageFile.mc -------------------------------------------------------------------------------- /UNS/WMIEventHandler/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/WMIEventHandler/WMIEVENTHANDLER_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/WMIEVENTHANDLER_export.h -------------------------------------------------------------------------------- /UNS/WMIEventHandler/WMIEventHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/WMIEventHandler.cpp -------------------------------------------------------------------------------- /UNS/WMIEventHandler/WMIEventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/WMIEventHandler.h -------------------------------------------------------------------------------- /UNS/WMIEventHandler/WMIFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/WMIFilter.cpp -------------------------------------------------------------------------------- /UNS/WMIEventHandler/WMIFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WMIEventHandler/WMIFilter.h -------------------------------------------------------------------------------- /UNS/WatchdogService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WatchdogService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/WatchdogService/WATCHDOGSERVICE_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WatchdogService/WATCHDOGSERVICE_export.h -------------------------------------------------------------------------------- /UNS/WatchdogService/WatchdogService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WatchdogService/WatchdogService.cpp -------------------------------------------------------------------------------- /UNS/WatchdogService/WatchdogService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WatchdogService/WatchdogService.h -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanBL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanBL.cpp -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanBL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanBL.h -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanDefs.h -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanNotifications.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanNotifications.h -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanProfiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanProfiles.cpp -------------------------------------------------------------------------------- /UNS/WiFiProfileSyncService/WlanProfiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WiFiProfileSyncService/WlanProfiles.h -------------------------------------------------------------------------------- /UNS/WinLogEventHandler/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WinLogEventHandler/CMakeLists.txt -------------------------------------------------------------------------------- /UNS/WinLogEventHandler/WinLogEventHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WinLogEventHandler/WinLogEventHandler.cpp -------------------------------------------------------------------------------- /UNS/WinLogEventHandler/WinLogEventHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WinLogEventHandler/WinLogEventHandler.h -------------------------------------------------------------------------------- /UNS/WinLogEventHandler/WinLogFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WinLogEventHandler/WinLogFilter.cpp -------------------------------------------------------------------------------- /UNS/WinLogEventHandler/WinLogFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/WinLogEventHandler/WinLogFilter.h -------------------------------------------------------------------------------- /UNS/linux_scripts/20-lms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/20-lms.conf -------------------------------------------------------------------------------- /UNS/linux_scripts/70-mei-wdt.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/70-mei-wdt.rules -------------------------------------------------------------------------------- /UNS/linux_scripts/70-persistent-mei.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/70-persistent-mei.rules -------------------------------------------------------------------------------- /UNS/linux_scripts/lms.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/lms.service.in -------------------------------------------------------------------------------- /UNS/linux_scripts/logrotate.lms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/logrotate.lms -------------------------------------------------------------------------------- /UNS/linux_scripts/post.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/post.rpm -------------------------------------------------------------------------------- /UNS/linux_scripts/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/postinst -------------------------------------------------------------------------------- /UNS/linux_scripts/postrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/postrm -------------------------------------------------------------------------------- /UNS/linux_scripts/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/prerm -------------------------------------------------------------------------------- /UNS/linux_scripts/preun.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/linux_scripts/preun.rpm -------------------------------------------------------------------------------- /UNS/tests/dbus_ut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/tests/dbus_ut.py -------------------------------------------------------------------------------- /UNS/tests/lms_webui.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/tests/lms_webui.ps1 -------------------------------------------------------------------------------- /UNS/tests/lms_webui_curl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/tests/lms_webui_curl.sh -------------------------------------------------------------------------------- /UNS/tests/lms_webui_wget.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/tests/lms_webui_wget.sh -------------------------------------------------------------------------------- /UNS/windows_scripts/lms-installer.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/windows_scripts/lms-installer.bat -------------------------------------------------------------------------------- /UNS/windows_scripts/lms_use_pfu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/UNS/windows_scripts/lms_use_pfu.ps1 -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/VERSION -------------------------------------------------------------------------------- /WsmanClient/AMTEthernetPortSettingsClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AMTEthernetPortSettingsClient.cpp -------------------------------------------------------------------------------- /WsmanClient/AMTEthernetPortSettingsClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AMTEthernetPortSettingsClient.h -------------------------------------------------------------------------------- /WsmanClient/AMTFCFHWSmanClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AMTFCFHWSmanClient.cpp -------------------------------------------------------------------------------- /WsmanClient/AMTFCFHWSmanClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AMTFCFHWSmanClient.h -------------------------------------------------------------------------------- /WsmanClient/AMTRedirectionServiceWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AMTRedirectionServiceWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/AuditLogWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AuditLogWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/AuditLogWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AuditLogWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/AuditLogWSManClientConsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/AuditLogWSManClientConsts.h -------------------------------------------------------------------------------- /WsmanClient/BaseWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/BaseWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/BaseWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/BaseWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/CMakeLists.txt -------------------------------------------------------------------------------- /WsmanClient/CancelOptInClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/CancelOptInClient.cpp -------------------------------------------------------------------------------- /WsmanClient/CancelOptInClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/CancelOptInClient.h -------------------------------------------------------------------------------- /WsmanClient/EthernetSettingsWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/EthernetSettingsWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/EthernetSettingsWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/EthernetSettingsWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/HBPWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/HBPWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/HBPWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/HBPWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/HostBootReasonClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/HostBootReasonClient.cpp -------------------------------------------------------------------------------- /WsmanClient/HostBootReasonClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/HostBootReasonClient.h -------------------------------------------------------------------------------- /WsmanClient/IPSIderSessionUsingPortClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSIderSessionUsingPortClient.cpp -------------------------------------------------------------------------------- /WsmanClient/IPSIderSessionUsingPortClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSIderSessionUsingPortClient.h -------------------------------------------------------------------------------- /WsmanClient/IPSKVMSessionUsingPortClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSKVMSessionUsingPortClient.cpp -------------------------------------------------------------------------------- /WsmanClient/IPSKVMSessionUsingPortClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSKVMSessionUsingPortClient.h -------------------------------------------------------------------------------- /WsmanClient/IPSSOLSessionUsingPortClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSSOLSessionUsingPortClient.cpp -------------------------------------------------------------------------------- /WsmanClient/IPSSOLSessionUsingPortClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/IPSSOLSessionUsingPortClient.h -------------------------------------------------------------------------------- /WsmanClient/KVMScreenSettingClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/KVMScreenSettingClient.cpp -------------------------------------------------------------------------------- /WsmanClient/KVMScreenSettingClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/KVMScreenSettingClient.h -------------------------------------------------------------------------------- /WsmanClient/KVMWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/KVMWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/KVMWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/KVMWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/SIOWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/SIOWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/SIOWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/SIOWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/SyncIpClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/SyncIpClient.cpp -------------------------------------------------------------------------------- /WsmanClient/SyncIpClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/SyncIpClient.h -------------------------------------------------------------------------------- /WsmanClient/TimeSynchronizationClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/TimeSynchronizationClient.cpp -------------------------------------------------------------------------------- /WsmanClient/TimeSynchronizationClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/TimeSynchronizationClient.h -------------------------------------------------------------------------------- /WsmanClient/WifiPortClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WifiPortClient.cpp -------------------------------------------------------------------------------- /WsmanClient/WifiPortClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WifiPortClient.h -------------------------------------------------------------------------------- /WsmanClient/WlanWSManClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WlanWSManClient.cpp -------------------------------------------------------------------------------- /WsmanClient/WlanWSManClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WlanWSManClient.h -------------------------------------------------------------------------------- /WsmanClient/WsmanClientCatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WsmanClientCatch.h -------------------------------------------------------------------------------- /WsmanClient/WsmanClientLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WsmanClientLog.h -------------------------------------------------------------------------------- /WsmanClient/WsmanClientTest/AuditLogAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WsmanClientTest/AuditLogAccessor.h -------------------------------------------------------------------------------- /WsmanClient/WsmanClientTest/AuditLogTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WsmanClientTest/AuditLogTests.cpp -------------------------------------------------------------------------------- /WsmanClient/WsmanClientTest/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/WsmanClient/WsmanClientTest/CMakeLists.txt -------------------------------------------------------------------------------- /cmake/FindACE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/cmake/FindACE.cmake -------------------------------------------------------------------------------- /cmake/FindMC.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/cmake/FindMC.cmake -------------------------------------------------------------------------------- /cmake/Findmetee.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/cmake/Findmetee.cmake -------------------------------------------------------------------------------- /cmake/conan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/cmake/conan.cmake -------------------------------------------------------------------------------- /conanfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/conanfile.py -------------------------------------------------------------------------------- /gitlint/rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/gitlint/rules.py -------------------------------------------------------------------------------- /gtest-down.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/gtest-down.cmake.in -------------------------------------------------------------------------------- /gtest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/gtest.cmake -------------------------------------------------------------------------------- /snap/local/connect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/snap/local/connect.sh -------------------------------------------------------------------------------- /snap/snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/snap/snapcraft.yaml -------------------------------------------------------------------------------- /version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/version.cmake -------------------------------------------------------------------------------- /version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/lms/HEAD/version.h.in --------------------------------------------------------------------------------