2127 Commits

Author SHA1 Message Date
Duncan Laurie
d68bf042b1 don't need all the byteswapping on big endian systems,
also remove unused convert macros
2004-01-27 16:20:14 +00:00
Duncan Laurie
a76f069b0a make byteswap more portable 2004-01-27 15:54:45 +00:00
Duncan Laurie
3012023e7e add libltdl to configure.in so it is built with IPMItool source 2004-01-27 07:24:25 +00:00
Duncan Laurie
51104a0cb4 add libltdl/ to front of SUBDIRS list so it gets built 2004-01-27 07:21:23 +00:00
Duncan Laurie
779a863a0c add --ltdl to libtoolize call to generate libltdl/ directory 2004-01-27 07:19:25 +00:00
Duncan Laurie
fb89d1e6ea add INCLTDL to INCLUDES 2004-01-27 07:15:09 +00:00
Duncan Laurie
23cf8254e2 don't need to explicitly add LDFLAGS 2004-01-27 07:14:25 +00:00
Duncan Laurie
62eeecb378 don't rely on memcpy for sequence number,
and herror is deprecated and will fail on solaris
2004-01-27 07:13:07 +00:00
Duncan Laurie
1cc46a898e autoconf/automake changes to support static interfaces
lots of ugly stuff because this isn't cleanly supported
2004-01-26 17:32:01 +00:00
Duncan Laurie
98035ca03d source changes for static plugin support 2004-01-26 17:31:13 +00:00
Duncan Laurie
ccd0920f37 set to compile interfaces static for packages 2004-01-26 17:30:10 +00:00
Duncan Laurie
187e25e658 use $name_intf_setup and create weak alias to intf_setup for each interface
so we don't have conflicts when both are compiled statically
2004-01-26 17:22:54 +00:00
Duncan Laurie
90cd4acb4f use uint32_t instead of unsinged long,
kill unused code,
don't print lan session startup info unless -vv mode
2004-01-26 04:56:33 +00:00
Duncan Laurie
3b17fb7dd8 use uint32_t instead of unsigned long so we're 64bit safe 2004-01-26 04:55:09 +00:00
Duncan Laurie
84cd061ad4 use uint32_t instead of unsigned long to be 64bit safe 2004-01-26 04:53:57 +00:00
Duncan Laurie
11a35b0452 print out volatile and non-volatile settings for channel access,
set channel access in nvram before in active settings,
don't send close session command if disabling channel
2004-01-26 04:47:22 +00:00
Duncan Laurie
3f17e0f508 turn on gratuitous arp 2004-01-26 04:45:38 +00:00
Jon Cassorla
320853217c enable sensor command 2004-01-23 05:16:32 +00:00
Jon Cassorla
a56df3a244 begin work on sensor command 2004-01-23 05:11:32 +00:00
Jon Cassorla
7ee80165ec enhanced sel record recognition 2004-01-23 04:54:46 +00:00
Fredrik Öhrn
60b14feb65 Print timestamp on OEM records where applicable.
Cleanup CSV output.
2004-01-21 19:22:40 +00:00
Jon Cassorla
9e08347965 Fix check for no entries in SEL 2004-01-21 03:00:14 +00:00
Fredrik Öhrn
8efaddec02 Update call to ipmi_sel_print_std_entry() to match definition. 2004-01-20 09:09:40 +00:00
Fredrik Öhrn
becaec236c Don't abort when encountering OEM records.
Add support for the Linux kernel panic OEM record.
2004-01-19 22:52:41 +00:00
Jon Cassorla
45a0fa0324 Output format changes 2004-01-12 03:14:16 +00:00
Jon Cassorla
81ae330e9b Add support for type 3 sdr; provide ns (no status) for sensor on sdr output 2004-01-12 00:51:40 +00:00
Jon Cassorla
db3d59fe08 Add SEL Delete 2004-01-11 17:10:51 +00:00
Fredrik Öhrn
7b11ad75c0 Add copyright and license statements 2004-01-10 18:31:54 +00:00
Duncan Laurie
c51c2b94d6 add Jon and Fredrik to the list 2004-01-09 00:35:54 +00:00
Fredrik Öhrn
8c1dbf31c4 fix potential nullpointer exceptions in errorhandling
remove unnecessary strdups
2004-01-08 22:53:57 +00:00
Duncan Laurie
1c9f5127e6 add support for FRU locator records,
fix display of threshold initial values from SDR
--from Jon Cassorla
2004-01-06 23:05:12 +00:00
Duncan Laurie
b61d4cc2fb add FRU record locator struct 2004-01-06 23:04:02 +00:00
Duncan Laurie
ff2d92d08c fix buffer overflow conditions 2004-01-06 23:03:43 +00:00
Duncan Laurie
348f402739 add device_type_vals 2004-01-06 23:03:15 +00:00
Duncan Laurie
b39d7a2015 change valstr to use 16bit integer 2004-01-06 23:02:40 +00:00
Duncan Laurie
45d8b901de only print "Closed Session" message if -vv mode 2004-01-06 22:15:01 +00:00
Duncan Laurie
402418ab6e set channel privilege limit to ADMIN during "access on" command 2004-01-06 21:40:48 +00:00
Duncan Laurie
f33274ee4d update version to 1.5.8 2004-01-06 01:44:38 +00:00
Duncan Laurie
d6e686bffb add scripts for creating RRDtool graphs from SDR CSV output
--from Fredrik Ohrn
2004-01-06 01:44:08 +00:00
Duncan Laurie
3f83dc4e2e update changelogs 2004-01-06 01:43:33 +00:00
Duncan Laurie
a5e813318a add support for verbose sdr output in CSV mode and add some fields,
fix sdr_convert_sensor_reading to properly handle signed values
--from Fredrik Ohrn
2004-01-06 01:43:10 +00:00
Duncan Laurie
1a7873b684 add "reading unavailable" support from v1.5 eratta
from Jon Cassorla at Newisys
2004-01-05 17:58:13 +00:00
Duncan Laurie
c79cb2e740 update for ipmiv1.5 eratta
from Jon Cassorla at Newisys
2004-01-05 17:52:12 +00:00
Duncan Laurie
2ee612d62b add --with-kerneldir option to configure script to specify
kernel directory in which to find OpenIPMI header files
2003-12-24 21:23:52 +00:00
Duncan Laurie
43a65a47b7 add patch for DC Output and DC Load records
from Fredrik Ohrn
2003-12-23 02:10:09 +00:00
Duncan Laurie
43db890016 add DIST_SUBDIRS to catch both plugins in "make dist" even if not configured in 2003-12-19 18:25:16 +00:00
Duncan Laurie
6890e1f002 remove ltdl hacks, breaks shared libraries on RHEL3 for some reason 2003-12-19 18:19:19 +00:00
Duncan Laurie
fc29d57ffc - rework "sdr list" command to take additional argument specifying
what type of SDR records to dispaly
- add support for MC locator records
- better support for compact records
2003-12-18 22:42:32 +00:00
Duncan Laurie
85dc962bc0 small cleanup 2003-12-18 22:41:49 +00:00
Duncan Laurie
4879ab9d21 fix segfault when dimm spd > 128 bytes
check for at least 92 bytes of spd before proceeding
2003-12-18 18:22:01 +00:00