summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-09 11:42:23 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-09 11:42:23 +0200
commit2c088f61bf4d73964e4d73f09412ec74a52e5518 (patch)
tree63f521249dbc05c69c3b05e757882232714a2d8b /TODO
parent9d9bae11084226b2e1473243d546b149cdf9e5c9 (diff)
changes to version 2.9.4
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 11 insertions, 7 deletions
diff --git a/TODO b/TODO
index cec1931..8c97191 100644
--- a/TODO
+++ b/TODO
@@ -4,8 +4,18 @@ IPMIUTIL PROJECT TODO LIST:
IPV6:
. implement IPV6 for Windows
+Change ipmicmd.c/ipmilan.c to be thread-safe if accessing multiple nodes.
+ Currently is only conditionally safe, if threads access the same node.
+ Will require adding a context struct param to the ipmi_cmd*() funcs.
+ Probably need to add new thread-safe functions to retain back-compatibility.
+ PARTIAL in ipmiutil-2.9.0, multiple nodes in sequence is fixed
+ . need to use context structure for ipmilan
+
+stdout/stderr debug messages mixed
+ . have a global variable for stderr and if -x debug, set it to stdout.
+
SuperMicro Users:
- . implement OEM cmd to set user privilege level
+ . implement an OEM cmd to set user privilege level (needs research)
SPD decoding:
. expose SPD decoding from file/buffer, not just FRU
@@ -24,12 +34,6 @@ Add DCMI 1.5 commands for NetFn 0x2C to ipmiutil
Add an option/variant of canonical output for CSV (delimiter = ',')
-Change ipmicmd.c to be thread-safe if accessing multiple nodes.
- Currently is only conditionally safe, if threads access the same node.
- Will require adding a context struct param to the ipmi_cmd*() funcs.
- Probably need to add new thread-safe functions to retain back-compatibility.
- PARTIAL in ipmiutil-2.9.0, multiple nodes in sequence is fixed
-
Add support for MAC OSX AppleBMC.kext driver
not yet implemented, pending some documentation.