1112 Commits

Author SHA1 Message Date
Zdenek Styblik
7c9baca424 Remove hardcoded CR('\r') from 'lib/helper.c'. 2012-01-21 05:23:22 +00:00
Zdenek Styblik
c9b53b1b32 Fix possible buffer overflow in buf2str() in 'lib/helper.c'. 2012-01-20 19:19:22 +00:00
Zdenek Styblik
54cc84adf2 Fix typo in 'picmg power get help' output. Replaces 'powert' with 'power'. 2012-01-20 18:57:14 +00:00
Zdenek Styblik
37d672412d Remove unused variable in 'lib/ipmi_chassis.c' 2012-01-20 18:51:24 +00:00
Jean-Michel Audet
1b1efca7e2 - Bug in the existing code where it keeps on adding same command/seq pair
- Add timeout / retry to LAN
-- Thanks to Harshad Parbhu --
2011-11-22 13:43:38 +00:00
Jean-Michel Audet
c9bd5b5b90 - Bug in the existing code where it keeps on adding same command/seq pair
- Add retry / timeout options for LAN
2011-11-22 13:42:36 +00:00
Jordan Hargrave
19295a5483 Add new Dell OEM commands and update man page 2011-10-06 16:26:18 +00:00
Jordan Hargrave
d06ddcd28b Add Dell OEM network commands 2011-09-21 20:59:04 +00:00
Jean-Michel Audet
335d444213 - Clarify DCMI get limit activation (add if activate or not).
- Change some string to remove underscore (was looking more like coding style string)
2011-08-26 18:57:18 +00:00
Jean-Michel Audet
0cbc38746a - Add DCMI module (Data Center Management Interface)
* Module retreive from application DCMITool that is originally based on IPMITool.
* File ipmi_dcmi.c does not have a restrictive license and as per the license on
* the top of the file, the software is provided "AS IS".
2011-06-28 13:50:59 +00:00
Jean-Michel Audet
348cd98287 - Add support for AMC type 17h record. 2011-05-17 13:20:06 +00:00
Jordan Hargrave
eb22beb537 Add support for drive backplane SetLED functionality 2011-04-14 20:23:59 +00:00
Marie-Josee Blais
019a9de626 Re-adding C3 fix 2011-03-30 19:52:38 +00:00
Marie-Josee Blais
c5c6315525 Improvement to hpm upgrade during activation. This resolves issue where activation seems to have failed because ipmitool received an unsupported completion code. 2011-03-10 19:01:35 +00:00
Marie-Josee Blais
7fc4ce6eae Fix in fru edit
It is now possible to edit field 0 of sections
2011-03-08 19:38:03 +00:00
Marie-Josee Blais
061272f595 - Fixed issues with fru edit.
Allocated memory for fru is cleared.
Added check to prevent copying data from old fru beyond end of allocated memory
Code now keeps track of old and new product section length. Used to determine position of remaining bytes.
2011-03-08 16:17:58 +00:00
Jean-Michel Audet
fab9a60f71 - Re-enable SDR reading for non-ipmb devices 2011-03-03 13:41:31 +00:00
Duncan Laurie
3e2211dc47 Testing commit as it is failing for some people. 2011-03-01 23:09:12 +00:00
Jordan Hargrave
f798f74234 Add skeleton for Dell OEM setled functionality 2010-12-14 06:41:31 +00:00
Jordan Hargrave
74e2376bf9 Add build support for Dell OEM commands 2010-11-04 21:04:21 +00:00
Jordan Hargrave
2f1773a819 Add files to support Dell OEM IPMI commands 2010-11-04 21:03:08 +00:00
Jean-Michel Audet
9ab06ee09e - Add possibility to resize FRU strings with command ipmitool fru edit 0 ... 2010-08-23 17:29:40 +00:00
Marie-Josee Blais
94e47fb2c6 Improvements large packet command code 2010-08-11 17:14:33 +00:00
Marie-Josee Blais
13bb060366 Fixes for multi-latform support.
Fix for timeouts during firmware rollback. If completion code is C3, wait till timeout has expired before reporting it.
2010-08-11 17:13:21 +00:00
Marie-Josee Blais
fdf49777b9 Increased variable size of timeouts.
During manual rollback, code now gets target capabilities instead of using a default timeout of 60 seconds.
2010-08-10 15:34:00 +00:00
Marie-Josee Blais
2a180f8038 Added missing fix for sensors that use event data 2 when using command ipmitool sdr elist 2010-06-17 17:22:33 +00:00
Jean-Michel Audet
799a0846c2 - Add fix with usage of CFh (duplicate request). Usefull for slow commands 2010-06-17 13:27:05 +00:00
Marie-Josee Blais
60b62d4f34 Removed display of sensor states that use event data 2 (Cannot determine state since it is only sent to SEL) 2010-06-14 13:36:27 +00:00
Jean-Michel Audet
31bee2ebff - Change wait duration command sleep to 1 seconds
- In dual stage mode, use target capabilities command instead of file when unavailable
2010-05-13 17:43:55 +00:00
Jean-Michel Audet
5e0e128eb3 - Add more details about Version Change event (source of firmware update) 2010-05-07 17:26:53 +00:00
Jean-Michel Audet
d9e5ff1878 Add more details about Version Change event (source of firmware update) 2010-05-07 17:25:49 +00:00
Marie-Josee Blais
9f52686526 Added sensor raw data in verbose mode. Useful for OEM sensor type. 2010-05-05 14:48:04 +00:00
Marie-Josee Blais
801e6f1136 Clean up 2010-05-04 14:44:19 +00:00
Marie-Josee Blais
b97d1b74e2 New FRU get OEM record command 2010-05-04 14:42:14 +00:00
Jean-Michel Audet
c0e63cefbb - Remove message for unsupported PEF capabilities that return valid CC (80h) 2010-05-03 14:07:36 +00:00
Marie-Josee Blais
cad476e5b1 Added OEM byte (47) to verbose output 2010-04-30 14:50:12 +00:00
Jean-Michel Audet
fe43278196 - Add sensor hysteresis (positive & negative) to the following command:
ipmitool sensor -v
2010-04-29 18:45:12 +00:00
Marie-Josee Blais
c3b8410fcc Fixed malloc for logpriv 2010-04-27 16:56:34 +00:00
Marie-Josee Blais
58e82be3c4 Changed default cipher suite to 1 instead of 3 for iol20 2010-04-27 16:53:05 +00:00
Marie-Josee Blais
cf63a9d593 Added firmware auxilliary bytes to hpm outputs 2010-04-27 16:50:43 +00:00
Jean-Michel Audet
5348236e65 - Fix issue with answer of send command (cmd 34h NetFn 6h). 2010-04-26 15:07:43 +00:00
Jean-Michel Audet
c4ece9a1eb *** empty log message *** 2010-04-26 15:05:50 +00:00
Jean-Michel Audet
92cb687630 - Add option to provide a list when filling sdr repository 2010-04-23 20:01:30 +00:00
Jean-Michel Audet
362bb42cf8 - Add function ipmi_sdr_add_from_list
Give the possibility to fill sdr repository from provided comma separated list.
2010-04-23 20:00:41 +00:00
Jean-Michel Audet
4b230f13d7 - Fix issue with sequence number. (Speed up transfer) 2010-04-16 13:50:19 +00:00
Jean-Michel Audet
e1c25a988f - Fix issue with seq number. (Bug causing IOL to be longer) 2010-04-16 13:49:30 +00:00
Jean-Michel Audet
2902422eeb - Add declaration of function ipmi_kontronoem_set_large_buffer 2010-04-16 13:46:27 +00:00
Jean-Michel Audet
ca0932532a - Add variable to support BUG buffer (when -z option) is used 2010-04-16 13:45:09 +00:00
Jean-Michel Audet
ea105cd83b - Add support for BIG Buffer (Use when -z option is used) 2010-04-16 13:41:21 +00:00
Jean-Michel Audet
c098938a4b - Enable BIG buffer when requested (OEM to speed up HPM upgrade)
- Add -z size option
2010-04-16 13:39:50 +00:00