811 Commits

Author SHA1 Message Date
Duncan Laurie
760de11c71 debug output 2006-08-03 16:41:18 +00:00
Duncan Laurie
50f36dd841 fix user priv bugs 2006-07-28 22:37:49 +00:00
John Blair
0d6fecc737 There is a bug in ipmi_sdr.h which prevents ipmitool from correctly displaying
thresholds and threshold mask. The "Discrete reading mask/Settable threshold
mask, Readable threshold mask" field in SDR has two bytes (16 bits). The 16 bits
should be treated as one uint16_t instead of two bytes. Otherwise, if someone
sets the fields to 0x3f, it will be mistakenly interpreted as 0x3f00 instead of
0x003f.
2006-07-28 20:43:50 +00:00
Duncan Laurie
ab58809b3b update version to 1.8.9 2006-07-28 20:18:58 +00:00
Duncan Laurie
d572add750 fix SOLv2 NACK and retry handling for Intel ESB2 BMC 2006-07-28 20:17:25 +00:00
Duncan Laurie
fa21266ec2 fix segfault when incorrect oem option supplied 2006-07-28 16:39:18 +00:00
Jordan Hargrave
f63189780f Don't display physical FRU devices; FRU API only works for logical devices 2006-07-24 17:12:32 +00:00
John Blair
7849cc978f add 'get' to the help information 2006-07-22 03:23:40 +00:00
Duncan Laurie
6013cec710 minor fixes 2006-07-14 22:36:50 +00:00
Duncan Laurie
9f6133936d fix bus problem with spd command 2006-07-12 19:31:31 +00:00
Duncan Laurie
580f416693 compile error 2006-07-12 19:25:43 +00:00
Duncan Laurie
c99e8595e4 fix segfault in SOL when remote BMC does not return packet 2006-07-06 21:38:21 +00:00
Duncan Laurie
a92765fbc9 fixes from netbsd 2006-06-28 22:16:32 +00:00
Duncan Laurie
cc63758d53 patch from netbsd 2006-06-28 22:04:30 +00:00
Duncan Laurie
388b9e058d misc cleanups 2006-06-28 21:21:34 +00:00
Duncan Laurie
520aa05c07 fix segfault and channel problem with user priv command 2006-06-28 21:06:16 +00:00
Duncan Laurie
533582e9e3 add remote spd printing 2006-06-28 20:58:08 +00:00
Jeremy Ellington
c3289bb6f4 Initial checkin. This file will describe SOL in ipmitool at a high level. 2006-06-20 21:33:53 +00:00
Jeremy Ellington
b3d2bb937d Cleaned up return codes for invalid arguments passed to sub-commands. 2006-06-20 19:48:53 +00:00
Jeremy Ellington
070f36d1ae __ipmi_sel_savelist_entries should return 0 instead of -1 if the SEL is
empty.  An empty SEL shouldn't be an error condition when listing the SEL.
2006-06-20 19:20:25 +00:00
Duncan Laurie
882d9ce81c why does every version of gcc behave different? 2006-05-26 04:41:11 +00:00
Duncan Laurie
d0e5434790 add support for bus/chan on i2c raw command 2006-05-26 04:35:16 +00:00
Jordan Hargrave
4ab522ab29 Fixed time_t conversion bug for 64-bit OS
.
2006-05-23 20:41:08 +00:00
Duncan Laurie
ce3636894d use select() instead of alarm signal for receive timeout 2006-05-17 23:57:44 +00:00
Duncan Laurie
83a924d7ed fix gcc4 compile warnings (again...) 2006-05-16 23:43:37 +00:00
Duncan Laurie
28a7f2c14b fix compile warning 2006-05-16 23:09:34 +00:00
Duncan Laurie
10154ba9ce fix compile warnings 2006-05-16 23:09:06 +00:00
Duncan Laurie
12a6554416 fix formatting and compile warnings 2006-05-16 23:06:38 +00:00
Duncan Laurie
78f8f0793f fix segfault that was reverted... 2006-05-16 22:28:19 +00:00
Duncan Laurie
4433696ae4 fix tsol on big-endian 2006-05-12 15:37:45 +00:00
Francois Isabelle
c9b2eb04f6 Implemented sdr_convert_sensor_tolerance
- uses y = L[Mx/2 * 10K2 ] formula as per IPMI spec
This function is now used instead of sdr_convert_sensor_reading when it
 comes to tolerance.
2006-05-12 14:07:31 +00:00
Duncan Laurie
be79973194 remove fclose that happened before fopen 2006-05-03 22:05:24 +00:00
Jean-Michel Audet
8e12bc0299 - Fix flag in StartFirmwareImage 2006-05-03 13:34:59 +00:00
Jean-Michel Audet
b253fd5da3 - Remove write number of bytes in function SaveFirwwareImage
- Use this extra byte for payload transfer
2006-05-02 19:05:39 +00:00
John Blair
811c894d78 added "--with-rpm-release" configure option to set the RPM release number
the distro tag, if supplied, is still part of the release value
2006-05-02 16:26:13 +00:00
John Blair
65d1b0a623 ipmi_sdr.c: Fix ipmi_sdr_get_sensor_reading_ipmb() to keep track of device lun.
ipmi_sdr.c: Better error handling to avoid coredump when sensor description is missing.
ipmi_sensor.c: use new ipmi_sdr_get_sensor_reading_ipmb() interface
ipmi_sunoem.c: keep track of device lun
ipmi_sel.h: add "OEM Specific" device description
ipmi_sdr.h: modify ipmi_sdr_get_sensor_reading_ipmb() prototype
2006-05-01 23:57:01 +00:00
Duncan Laurie
e667785bd3 update changelogs, prepare for 1.8.8 2006-05-01 23:33:33 +00:00
Duncan Laurie
cf74129ba8 grr last time 2006-05-01 23:22:44 +00:00
Duncan Laurie
3a30f4d0b8 intf -> eintf 2006-05-01 23:20:49 +00:00
Duncan Laurie
ac40435a4a connect before fork to return error to initscript if needed 2006-05-01 23:15:38 +00:00
Duncan Laurie
b800400c41 clear password if authtype NONE specified on command line 2006-05-01 22:33:21 +00:00
Duncan Laurie
9132b30b6c fix cipher suite display bug 2006-05-01 22:28:45 +00:00
Duncan Laurie
dd29a141ed add kontronoem header to package build 2006-05-01 22:23:53 +00:00
Duncan Laurie
9f86c0601a fix typo in sol output when sending break 2006-04-27 18:08:30 +00:00
Duncan Laurie
f7cfe44ce7 add missing MD2 authtype 2006-04-27 18:05:57 +00:00
Duncan Laurie
1ad5d3d0b2 remove a few straggling nuclear clauses 2006-04-27 18:04:09 +00:00
Jean-Michel Audet
9b4766a767 - Add lun consideration in ipmi_openipmi_send_cmd 2006-04-21 19:57:25 +00:00
Jean-Michel Audet
a43c37e6ce - Add kontron oem file 2006-04-21 19:28:01 +00:00
Jean-Michel Audet
ee044f0169 Remove static keyword to read_fru_area, write_fru_area, get_fru_area_str to be used in other files 2006-04-21 19:15:12 +00:00
Jean-Michel Audet
a089b441f9 Upgrade to new protocol version
Faster Upgrade
2006-04-21 16:36:51 +00:00