diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
commit | a91069e2abd0276638cbc55a0f6b6d5e685c4a93 (patch) | |
tree | 1af0514cb06c99ad7b55defa398eb253666d1c89 /TODO | |
parent | fd5b20783fcab6050b5bb1dd66b29a76cb6705c5 (diff) | |
parent | 2a7448a72a118fd596bf35c46a216ea3fe689ceb (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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 |