diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 02:33:48 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 02:33:48 +0100 |
commit | 96376f0df63c5df8c1380f0dd58b70d33566d48e (patch) | |
tree | 5c9eb82320f601e2f7637d36e58dd783d38a5914 /TODO | |
parent | 62a52f983e23e7b63b6bd5db6bd1f08a0259002a (diff) | |
parent | f85b8b834b7ff85c80503faa73f237040330087b (diff) |
Merge tag 'upstream/3.0.1'
Upstream version 3.0.1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,10 +1,25 @@ IPMIUTIL PROJECT TODO LIST: +Add subcommand to consolidate user functions + . enable, disable, list, set(priv/username/psw) + +Add support for openssl-1.1.0 for fedora + . detect new vs. old, handle both + IPV6 for IPMI LAN on Windows: Currently support IPV6 on Linux, but need to implement for Windows also . implement IPV6 for Windows (#ifdef WIN32 case) +Test SuperMicro DIMM event logic (pending bad DIMM) + PARTIAL in ipmiutil-2.9.9, revised code implemented + +Add OEM Lenovo sensor decoding + COMPLETE in ipmiutil-3.0.1 + +Add OEM Lenovo SEL decoding + PARTIAL in ipmiutil-3.0.1 + Thread-safe changes for IPMI LAN: Change ipmicmd.c/ipmilan.c to be thread-safe if accessing multiple nodes. Currently it is only conditionally safe, if threads access the same node. |