e21475c78d
attempt to fix bridged commands over lan interfaces
2006-01-26 21:38:11 +00:00
6f3e247274
add 'sensor reading' command
2006-01-26 21:37:23 +00:00
b8d9ada302
fix retry handling for SOL
2006-01-17 18:13:41 +00:00
29dbaf6882
update to version 1.8.6
2006-01-17 17:51:21 +00:00
f367905bef
fix Unknown display for val2str()
2006-01-17 17:30:29 +00:00
66cb3143dc
send periodic keepalive packet when SOL is active to keep session open
2006-01-17 17:25:23 +00:00
79befbb112
set payload length for outbound sol packets to prevent memory corruption in openssl during SOL
2006-01-17 17:24:42 +00:00
185b762fa9
use \r\n for log output during raw mode
2006-01-17 17:24:06 +00:00
5d7197d467
update changelog
2006-01-15 21:56:48 +00:00
b0498d93cf
fix date in changelog
2006-01-15 21:33:14 +00:00
9f49913c2f
change copyright tag to license
2006-01-15 21:32:28 +00:00
73d088de1f
remove CYGWIN defines for older cygwin support
2006-01-15 21:21:49 +00:00
d4a64e17f2
update version
2006-01-15 20:46:13 +00:00
e855ba03df
update email address to remove sun.com
2006-01-15 20:46:00 +00:00
68cdacb211
update changelog
2006-01-15 20:39:26 +00:00
85643e52a2
byteswap port
2006-01-15 20:25:23 +00:00
776080c88a
update manpage with new arguments and tsol command
2006-01-15 20:21:30 +00:00
f0cd89fea6
add missing define
2006-01-15 19:14:04 +00:00
d6e85b8427
updates from sourceforge,
...
changes to support settable SOL escape char
2006-01-15 06:41:08 +00:00
ed8a467f6d
update tyan sol to behave like ipmiv2 sol client
2006-01-15 06:40:37 +00:00
715add8fef
fix iana for supermicro, add for tyan
2006-01-14 18:43:43 +00:00
da9252ceba
add supermicro oem type
2006-01-13 18:25:10 +00:00
ae1fe95cb1
Cleared set_access structure; contained garbage data
2005-12-09 19:57:48 +00:00
f42f7c701c
Add support for bridged message over different channel
...
Ex.: In an ATCA environment, send a message through the LAN iface
to another blade present in the chassis or to an AMC bay.
Tested:
Lan.c with Kontron AT8001 with Intel CMM shelf manager
Lan.c with Kontron AT8001 with Kontron AMC's
Lanplus.c with Kontron AT8001 with Intel CMM shelf manager
Lanplus.c with Kontron AT8001 with Kontron AMC's
2005-11-28 18:45:37 +00:00
29f43931e4
* Change maximum channel size for 0x0e (current channel)
2005-11-24 16:08:51 +00:00
2ea87e639b
* Add command to get and clear UDP/RMCP/IP Statistics
2005-11-24 16:04:37 +00:00
8ec87a396e
* Add priv commands to set user privileges
2005-11-23 21:59:23 +00:00
cd7e75a9d5
* Fix req_seq issue with RMCP+
2005-11-23 21:45:37 +00:00
738cf02694
On all IPMI commands, the structure ipmi_rq must be cleared (memset(&req, 0, sizeof(req)).
...
This was not done for the 4 commands sent. This was causing some commands
sent to the KCS interface to have an invalid LUN.
2005-10-28 14:10:48 +00:00
f7519e00eb
revert 6-bit ascii size computation
2005-09-29 18:40:04 +00:00
c546582e92
new command for Add SEL Entry on event list from file
2005-09-23 20:08:51 +00:00
22c7f92135
add event direction to output
2005-09-23 20:07:50 +00:00
f449928806
don't print builtin fru header twice
2005-09-09 23:27:11 +00:00
8a0559a651
add top-level "power" command as shortcut to chassis power commands
2005-09-09 23:19:41 +00:00
6cb97e4327
6-bit packed ascii size computation was not correctly handling strings that are not 3-byte aligned
2005-09-09 23:17:55 +00:00
a15d6a31ac
- Fix a bug where the retry-count parameters was 'anded' with 0x03 instead of 0x07
...
See IPMI specification 2.0 rev 1.0 markup june 2004 table 26-5 parameters 4
2005-09-09 17:09:50 +00:00
77275ab616
sel version output is 4-bit bcd in a single byte
2005-09-06 22:43:10 +00:00
32c94e3eae
update version to 1.8.4
2005-09-06 22:02:03 +00:00
36e388648d
add 'echo' command for use in ipmi scripts
2005-09-06 22:00:45 +00:00
aac4cc9e05
remove constraint on table size, a size of 0 can actually mean just entry 0 is populated
2005-09-06 18:37:38 +00:00
c552839583
forgot to add config.h
2005-09-02 18:12:04 +00:00
9dd625a215
don't print access info for non-lan channels
2005-09-02 17:57:05 +00:00
f50160a9e4
fix portability issues
2005-09-02 17:56:27 +00:00
67a60f1c9d
Adjust sel info output
2005-09-01 20:57:09 +00:00
7eeae98fb4
optimize sign extension
2005-08-27 02:26:32 +00:00
ae92538cbb
fix formatting issues
2005-08-26 23:00:56 +00:00
558f279597
manufacturer id is lsb first on oem sel records
2005-08-23 20:55:09 +00:00
4e9fb18ef6
eliminate extra noise
2005-08-23 20:51:53 +00:00
dc7c60b7a8
fix segfault when BMC does not support locking
2005-08-23 20:50:15 +00:00
38d0926d9f
add Tyan IPMIv1.5 SOL code, contributed by Tyan Computer Corp
...
it may need some work to fine tune the behavior on actual
hardware but this is the initial raw code contribution.
2005-08-23 19:09:25 +00:00