Merged
Conversation
Most platforms compress native kits. However, HP-UX and Solaris do not. Compress kits on those platforms so they're a reasonable size.
Currently there are only dependencies for programs. Fixes #275.
Disable wchar option on configure and regress so we no longer validate this build flavor. This is an unused flavor of OMI so there is no point in maintaining compatibility. It has been left in the files as commented out in case we do need to re-enable it. Fixes issue #273
Disable favorsize option on configure and regress so we no longer validate this build flavor. This is an unused flavor of OMI so there is no point in maintaining compatibility. Fixes issue #274
Previous commit accidentally added the -f flag to the cat command.
Memory ordering on PPC is different to X86/AMD and so just because one chunk of memory is synchronized does not mean others are. This change adds a memory block around the locking and unlocking of the SLIST so all relevant memory in the SLIST is properly pulled into the processor memory cache.
Add location of where to get all platform kits from. Add Unix supported platforms.
Kerberos Encrypt still in progress
when we run `omicli a root/omi { MSFT_Directory Name "/opt" }`, this provider will crash.
Thread count was not being incremented atomically so sometimes it would miss a thread or two
Because we need this operation to test Associators from Windows to Linux and the Associators on Windows needs Get-CimInstance command which do enum operation
omiconfigeditor will now support querying for a given value in a property. If the value is found then the exit code is 0 and if not then exit code is 1. Sample command: omiconfigeditor httpsport -q 1270 < /etc/opt/omi/conf/omiserver.conf
instead of having each request have its own run thread and selector now a single selector is created per MI_Application along with an associated Run thread. This selector is then passed in to the protocols and they use that instead of their own.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.