284 Commits

Author SHA1 Message Date
Jeremy Ellington
cf563a2e18 added some debug output 2004-05-27 21:17:44 +00:00
Jeremy Ellington
4c83f69cae using urandom instead of random 2004-05-27 19:12:26 +00:00
Jeremy Ellington
77cf4b9622 fixed some compiler warnings (added string.h include) 2004-05-27 15:55:24 +00:00
Jeremy Ellington
61a6e7df12 cleaned up compiler warnings, and fixed some big endian compile errors 2004-05-27 15:54:38 +00:00
Jeremy Ellington
873352643a added missing openssl/err.h include 2004-05-27 15:53:52 +00:00
Jeremy Ellington
7810d7191b added missing prototype for lanplus_dump_rakp4_message 2004-05-27 15:53:10 +00:00
Jeremy Ellington
ac3b1c8eda moved ipmi_csum to helper, as both lan and lanplus use it. 2004-05-27 15:51:35 +00:00
Jeremy Ellington
f72472a649 moved ipmi_csum to helper as both lan and lanplus use it. 2004-05-27 15:50:41 +00:00
Jeremy Ellington
fd96022ec2 factored ipmi_csum to helper.c, as both lan and lanplus use it. 2004-05-27 15:49:57 +00:00
Jeremy Ellington
4a76c7f66c make completion_code_vals extern'd. probably needs to be factored out of
the ipmi_bmc stuff if others are using it.
2004-05-27 14:39:41 +00:00
Jeremy Ellington
6b8ebca452 apparently EVP_aes_128_cbc is in libcrypto. 2004-05-27 14:29:42 +00:00
Duncan Laurie
f30ef24600 add support for ipmiv2 with lanplus interface
from Jeremy Ellington
2004-05-25 20:53:51 +00:00
Fredrik Öhrn
5750269c28 Enhance user command and rename it to getaccess.
Implement setaccess command.
2004-05-11 21:06:47 +00:00
Fredrik Öhrn
a1f58f6009 Fix call to intf->open to match new definition. 2004-04-26 15:54:34 +00:00
Duncan Laurie
87b893267c don't send ping twice, and don't complain when ping is not answered 2004-04-16 01:00:50 +00:00
Duncan Laurie
a18557d779 fix chassis power control, it needs admin privlvl 2004-04-16 00:14:19 +00:00
Duncan Laurie
0405266402 don't print warning when openipmi header files not found 2004-04-15 20:35:33 +00:00
Duncan Laurie
c96ef9d425 changes to handle session structure inside of intf structure 2004-04-15 20:34:53 +00:00
Duncan Laurie
9ba83a2c5d add note about -L parameter,
changes for "channel info" and "snmp" settings
2004-04-15 20:33:02 +00:00
Duncan Laurie
9b0b5ed676 add ipmi_intf header 2004-04-15 20:29:26 +00:00
Duncan Laurie
ebc1a83c9a add support for setting SNMP community string 2004-04-15 20:27:55 +00:00
Duncan Laurie
c19b71c28c use helper functions to set session variables,
remove "event" and "userinfO" functions from this file
2004-04-15 20:26:53 +00:00
Duncan Laurie
182fd656d2 rework these to open on first call to sendrecv 2004-04-15 20:26:18 +00:00
Duncan Laurie
85e70c1b8d add functions for setting session variables 2004-04-15 20:25:44 +00:00
Duncan Laurie
a1a7a13e56 add support for "channel user" command 2004-04-15 20:25:24 +00:00
Duncan Laurie
68a27c2067 add str2val() and min() helpers 2004-04-15 20:24:35 +00:00
Duncan Laurie
a21bc00e1c rename "Community String" to "SNMP Community String" 2004-04-15 20:23:00 +00:00
Duncan Laurie
f179e04459 move "struct ipmi_intf" and "struct ipmi_session" to ipmi_intf.h 2004-04-15 20:18:29 +00:00
Duncan Laurie
2ab696dc17 add ipmi_event file for event generation 2004-04-15 19:57:05 +00:00
Duncan Laurie
3b58655b89 automatically configure gnu tools for building if on solaris
update pkg tag for building solaris packages
2004-04-12 05:35:50 +00:00
Duncan Laurie
94ea137687 add help for LIPMI interface,
modify install hook to handle DESTDIR variable
2004-04-10 05:05:52 +00:00
Duncan Laurie
ff4e172e8e change help description of solaris driver 2004-04-10 05:04:28 +00:00
Duncan Laurie
cdd1cb6afc don't install header files 2004-04-10 05:03:27 +00:00
Duncan Laurie
99f7f7f61e change references from IPMITOOL_PKG to IPMITOOL_BIN
remove -dev rpm
2004-04-10 05:02:21 +00:00
Duncan Laurie
45e3a3a04a add lipmi plugin support 2004-04-10 05:01:32 +00:00
Duncan Laurie
13c79fa23e add target for building solaris-pkg
add automake option to build bzip2 packages
2004-04-10 05:00:47 +00:00
Duncan Laurie
61f44e20a1 add Solaris package files 2004-04-10 04:59:38 +00:00
Duncan Laurie
db7ce70e24 add lipmi dir 2004-04-10 04:59:14 +00:00
Duncan Laurie
ac328c98bf add interface plugin for Solaris x86 lipmi driver 2004-04-10 04:58:38 +00:00
Duncan Laurie
d0317a2716 build static interfaces by default 2004-04-09 20:47:39 +00:00
Duncan Laurie
bbb7cc35ab remove silly check that prevented setting lan config for channels
other than 6 or 7
2004-04-09 16:45:55 +00:00
Duncan Laurie
7d4b1e8bee remove bmcautoconf.sh from here so its not installed by default
because it doesn't apply to every system
2004-04-09 04:15:41 +00:00
Duncan Laurie
9f055476c3 change variable use from optarg to intfname.. 2004-04-09 04:11:40 +00:00
Duncan Laurie
a7bb4e2ba7 add bmcautoconf to contrib dir since it doesn't apply to all systems 2004-04-09 04:10:37 +00:00
Duncan Laurie
ae3c316bbb fix md5sum generation problem on big-endian,
don't display authcode during session setup
2004-04-02 17:22:53 +00:00
Duncan Laurie
77268f7daa add authtype vals table for lan sessions since the mapping
is not the same as used for authcap
2004-04-02 03:33:47 +00:00
Duncan Laurie
a6793b9430 fix impi -> ipmi typo,
add config.h so WORDS_BIGENDIAN is defined on solaris/sparc
2004-04-02 03:31:06 +00:00
Duncan Laurie
e8170fd6b6 include time.h so strftime doesn't segfault on x86_64 2004-03-31 22:59:11 +00:00
Duncan Laurie
0b3db22dab don't read entire sdr into memory before returning found entry,
instead continue reading where we left of with next call.

add support for getting multiple sensors by name
2004-03-31 18:34:59 +00:00
Duncan Laurie
c7bc504b87 remove ability to find sensor by number,
add support for finding all SDR record types
2004-03-31 17:54:29 +00:00