summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-12-23 07:43:17 +0100
committerJörg Frings-Fürst <debian@jff.email>2019-12-23 07:43:17 +0100
commit4d04d317f1e2c8e46b8fc04b4a20689da471a5d3 (patch)
tree20772efc19de68d81ac4c972cd1e232b75ab9962 /TODO
parent3d8ccff2a698e62e112f58f8c329b77ae71b8cbd (diff)
parent23a457acde5ee92ed3a20e84c201edfa4bd5a107 (diff)
Merge branch 'release/debian/3.1.5-1'debian/3.1.5-1
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 10 insertions, 8 deletions
diff --git a/TODO b/TODO
index eab5ca2..3b50338 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,10 @@
IPMIUTIL PROJECT TODO LIST:
-Add subcommand to consolidate user functions
- user list (shows max,enabled, lists all users)
- user enable <user_id> [chan]
- user disable <user_id>
- user set name <user_id> <username>
- user set password <user_id> [<password>]
- user set priv <user_id> <priv_level> [chan]
-
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)
+ PARTIAL in ipmiutil-3.1.4 07/18/2019 with HAVE_IPV6, not fully enabled
Thread-safe changes for IPMI LAN:
Change ipmicmd.c/ipmilan.c to be thread-safe if accessing multiple nodes.
@@ -76,6 +69,15 @@ Add a function to send ctl-alt-del through SOL console
------------------------------------------------------------------------------
IPMIUTIL COMPLETED TODO TASKS:
+Add subcommand to consolidate user functions
+ user list (shows max,enabled, lists all users)
+ user enable <user_id> [chan]
+ user disable <user_id>
+ user set name <user_id> <username>
+ user set password <user_id> [<password>]
+ user set priv <user_id> <priv_level> [chan]
+ COMPLETE in ipmiutil-3.0.3 03/24/2017
+
Test SuperMicro DIMM event logic (pending bad DIMM)
COMPLETE in ipmiutil-2.9.9, revised code implemented