77cf4b96 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
fixed some compiler warnings (added string.h include) |
61a6e7df | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
cleaned up compiler warnings, and fixed some big endian compile errors |
87335264 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
added missing openssl/err.h include |
7810d719 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
added missing prototype for lanplus_dump_rakp4_message |
ac3b1c8e | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
moved ipmi_csum to helper, as both lan and lanplus use it. |
f72472a6 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
moved ipmi_csum to helper as both lan and lanplus use it. |
fd96022e | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
factored ipmi_csum to helper.c, as both lan and lanplus use it. |
4a76c7f6 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
make completion_code_vals extern'd. probably needs to be factored out of the ipmi_bmc stuff if others are using it. |
6b8ebca4 | 27-May-2004 |
Jeremy Ellington <jeremy@jeremye.net> |
apparently EVP_aes_128_cbc is in libcrypto. |
f30ef246 | 25-May-2004 |
Duncan Laurie <duncan@iceblink.org> |
add support for ipmiv2 with lanplus interface from Jeremy Ellington |
5750269c | 11-May-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Enhance user command and rename it to getaccess. Implement setaccess command. |
a1f58f60 | 26-Apr-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Fix call to intf->open to match new definition. |
87b89326 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't send ping twice, and don't complain when ping is not answered |
a18557d7 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
fix chassis power control, it needs admin privlvl |
04052664 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't print warning when openipmi header files not found |
c96ef9d4 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
changes to handle session structure inside of intf structure |
9ba83a2c | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add note about -L parameter, changes for "channel info" and "snmp" settings |
9b0b5ed6 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add ipmi_intf header |
ebc1a83c | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add support for setting SNMP community string |
c19b71c2 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
use helper functions to set session variables, remove "event" and "userinfO" functions from this file |
182fd656 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
rework these to open on first call to sendrecv |
85e70c1b | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add functions for setting session variables |
a1a7a13e | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add support for "channel user" command |
68a27c20 | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
add str2val() and min() helpers |
a21bc00e | 15-Apr-2004 |
Duncan Laurie <duncan@iceblink.org> |
rename "Community String" to "SNMP Community String" |