f0cbc9b2 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
update to event generation test functions |
a8e2fc03 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
a few commands that need to be admin privlege level |
4d8ec390 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
add new "dump" command to dump the entire sdr to a binary file relax version check to try and support IPMIv1.0 SDRs |
4f9cbb3f | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
better handling of fru devices from Tim_T_Murphy@Dell.com
- automatic retries w/ size adjustment when 'get fru info' transfers fail due to size - support FRU info data formats (4 formats, via type/l
better handling of fru devices from Tim_T_Murphy@Dell.com
- automatic retries w/ size adjustment when 'get fru info' transfers fail due to size - support FRU info data formats (4 formats, via type/length byte) - fix FRU area offset calculation (uchar -> ushort) - support word-based FRU access as well as byte-based access - added: 'as-needed' FRU info retrieval avoids having to retrieve (say) entire 16K, when only a few fields are printed. ~5X response time improvement.
show more ...
|
0603bd8f | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
export a couple functions for ipmievd, better handling of description string |
69501d78 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
minor changes to interface structures |
f9c23d8a | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
- support for reading/setting BMC Enables (this code may be trying to be too smart, but it was an interesting test) |
6ce168af | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
- add new "-f file" param to read lan password from a file - add new "-t addr" param for bridging to IPMB target - add new "-m addr" param for setting local IPMB address - interface loading now has a
- add new "-f file" param to read lan password from a file - add new "-t addr" param for bridging to IPMB target - add new "-m addr" param for setting local IPMB address - interface loading now has a "default" option
show more ...
|
68be9c40 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
now has an option to daemonize and log SEL events to syslog |
dd8b1806 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
- remove dynamic interface support - support for bridged IPMB messages - add function to build/send IPMI response messages - fix reporting of "per-msg-auth" and "user-level-auth" during Get Channel
- remove dynamic interface support - support for bridged IPMB messages - add function to build/send IPMI response messages - fix reporting of "per-msg-auth" and "user-level-auth" during Get Channel Authentication Capabilities phase
show more ...
|
d92b9920 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
add support for Intel IMB kernel driver (for legacy kernel support) imbapi.[ch] code is BSD licensed and taken from panicsel.sf.net |
45a4c1a9 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
remove dynamic interface support |
66aaa91f | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
remove dynamic interface support, remove my stupid spec-violating pedantic packets |
c52b6e80 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
update the OpenIPMI interface, support sending and receiving from IPMB addresses |
d5b598c9 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
all interfaces are static now |
c452979e | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
add new simple logging functions |
81c73bd1 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
no more ipmiadm so clean the manpage also get rid of messy bmcautoconf.sh script, replaced with more flexible bmclanconf |
0173930a | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
no more ltdl |
087e8e5a | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
build with right arguments when doing dpkg-buildpackage |
1ea4e2e5 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
build system updates for interfaces |
b85e953a | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
move rpm specfile, add hooks for building rpm in arbitrary root |
3c61e45a | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
rework configure and build system: - no more dynamic interfaces - better handling of openipmi header files - make rpm commands for building in chroot |
2364cd86 | 27-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
change email address |
79313688 | 25-Aug-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
Adding implementation for "sel get time" and "set set time" |
d08d1475 | 13-Aug-2004 |
Duncan Laurie <duncan@iceblink.org> |
use urandom instead of random |