diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:44:47 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:44:47 +0100 | 
| commit | 596189b7b38b9869fa632f9f15fe76652c4d6a3d (patch) | |
| tree | bf26673e880e846978da24fc627c5bd5826f80f1 /TODO | |
| parent | ccfc550b12b142c11dcf4d249d086925af0443c4 (diff) | |
New upstream version 3.1.5upstream/3.1.5
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 | 
