Duncan Laurie
ea0e9ca5fd
add __max define
2005-05-11 05:49:41 +00:00
Duncan Laurie
ace510828f
add --enable-solaris-opt configure option to enable all command line options on solaris
2005-05-11 05:48:45 +00:00
Duncan Laurie
6cc2c67671
add support for passing cmos clear bit to BIOS
2005-05-11 05:47:53 +00:00
Duncan Laurie
d5d36e1941
add chassis power control vals
2005-05-11 05:46:40 +00:00
Duncan Laurie
b65ec95257
remove unused variables
2005-05-11 05:45:17 +00:00
Duncan Laurie
6b8d9243c2
add missing include
2005-05-11 05:44:53 +00:00
Duncan Laurie
5c2cd09f6a
fix function prototypes
2005-05-11 05:44:41 +00:00
Duncan Laurie
e34c7eeb5c
uninitialized variable
2005-05-11 05:44:23 +00:00
Duncan Laurie
eb8653f02a
add icts oem option, make bmc_rand not print with verbose mode
2005-05-11 04:42:51 +00:00
Duncan Laurie
24a0b44a98
add noanswer flag to open interface
2005-05-11 04:42:06 +00:00
Duncan Laurie
d69b8e8b7f
fix typo in manpage
2005-05-03 15:54:47 +00:00
Duncan Laurie
8b68086fdb
change IPMI_CHANNEL_MEDIUM_IPMB define to not conflict with openipmi
2005-05-03 15:19:15 +00:00
Duncan Laurie
35c6bb4a9d
update manpages
2005-04-29 22:00:35 +00:00
Petter Reinholdtsen
928c500484
* New upstream release.
...
- Fix FRU reading for large (>255 bytes) areas.
- Overhaul to ipmievd to support SEL polling in addition to OpenIPMI.
- Fix LAN parameter segfault when no Ciphers supported by
BMC. (Closes : #306806 )
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
- Separate option parsing code from main ipmitool source file.
- Add raw I2C support with IPMI Master Read-Write command.
* Correct the upstream URL in debian/changelog to the current one.
* Suggest package openipmi. (Closes : #305629 )
* Add debian/watch file to detect new source versions.
2005-04-28 20:51:59 +00:00
Petter Reinholdtsen
2da00b9a47
* New upstream release.
...
- Fix FRU reading for large (>255 bytes) areas.
- Overhaul to ipmievd to support SEL polling in addition to OpenIPMI.
- Fix LAN parameter segfault when no Ciphers supported by
BMC. (Closes : #306806 )
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
- Separate option parsing code from main ipmitool source file.
- Add raw I2C support with IPMI Master Read-Write command.
* Correct the upstream URL in debian/changelog to the current one.
* Suggest package openipmi. (Closes : #305629 )
2005-04-28 20:45:28 +00:00
Petter Reinholdtsen
04802db0e0
Correct the upstream URL in debian/changelog to the current one.
2005-04-28 20:43:53 +00:00
Duncan Laurie
85d612fa35
command list missing from shell help
2005-04-28 15:58:46 +00:00
Duncan Laurie
1340786bda
fix handling of sel when it is cleared
2005-04-27 22:39:15 +00:00
Duncan Laurie
30eec7d0ac
only decode sensor-specific states
2005-04-22 19:53:27 +00:00
Duncan Laurie
5298b1ca71
fix memory leaks, optimize payload allocator to only allocate what is needed instead of max amount
2005-04-22 19:52:01 +00:00
Duncan Laurie
a292d94239
fix handling of sensors that are read correctly
2005-04-22 05:07:17 +00:00
Duncan Laurie
26557547b4
typos
2005-04-21 04:21:50 +00:00
Duncan Laurie
2c2437239d
fix chassis power status exit code
2005-04-21 04:13:55 +00:00
Duncan Laurie
7b3fac2071
fix chassis power status command
2005-04-21 03:30:55 +00:00
Duncan Laurie
763abe4889
add sys/poll header for internal openipmi compiles
2005-04-21 01:13:01 +00:00
Duncan Laurie
2a574a3e8b
update changelogs for release,
...
add readme for debian packages that points to howto by Tim Small
2005-04-21 00:08:15 +00:00
Duncan Laurie
f108b55d13
don't display open command for ipmievd when not available
2005-04-20 23:38:16 +00:00
Duncan Laurie
13659fb466
add ipmievd to solaris packages
2005-04-20 23:27:49 +00:00
Duncan Laurie
412798482c
fix segfault from stupid error
2005-04-20 23:10:30 +00:00
Duncan Laurie
90448837ec
add ability to configure session retry and timeout settings,
...
add chassis power status command with return value indicating status
2005-04-20 23:04:00 +00:00
Duncan Laurie
fecfc09c8b
update version to 1.8.2, ipmievd can now build and work on non-linux systems
2005-04-20 22:49:25 +00:00
Duncan Laurie
820d9e6bb3
massive overhaul to ipmievd to support both openipmi event message buffer and manual SEL polling
2005-04-20 22:48:49 +00:00
Duncan Laurie
251de396a1
ipmi_intf_print takes argument listing supported interfaces
2005-04-20 22:46:52 +00:00
Duncan Laurie
774c74a64c
fix fru decoding for large areas, was overflowing 8bit counter
2005-04-20 22:42:11 +00:00
Duncan Laurie
c7c5b2de37
add daemonize function to helper library
2005-04-20 22:40:53 +00:00
Duncan Laurie
762f6fff1c
ipmi_intf_print takes optional list of 'supported' interfaces to display
2005-04-20 21:43:02 +00:00
Duncan Laurie
4ea12d4308
add ipmi_main.[ch] to the build system
2005-04-20 21:41:58 +00:00
Duncan Laurie
ce01d13e98
move option parsing and command handling to its own file for reuse
2005-04-20 21:05:45 +00:00
Duncan Laurie
1c4f38bba8
add rawi2c master read/write command
2005-04-20 21:03:33 +00:00
Duncan Laurie
b2c96c3a1f
add noanswer flag, and ipmi_cmd structures
2005-04-20 20:52:30 +00:00
Duncan Laurie
4c99a6f676
intelplus mode does not try for highest priv based on algorithms
2005-04-20 20:48:47 +00:00
Duncan Laurie
78049bf3b7
add system firwmware sensor-specific bits, add function to get sensor type based on event code and offset
2005-04-20 20:47:05 +00:00
Duncan Laurie
6052a2b57a
add sdr_cache function, fix Get SDR Header to handle cancelled reservation
2005-04-20 20:44:59 +00:00
Duncan Laurie
392454c646
handle parameter out of range error without returning error code, fix segfault when no cipher suites defined
2005-04-20 20:36:01 +00:00
Jeremy Ellington
805835ca69
Properly close a session if our set session priv level command failed.
...
By this time we have activated successfully.
2005-04-08 21:37:33 +00:00
Jeremy Ellington
c86c21e734
Added missing val2str(rsp->ccode, completion_code_vals) for format argument.
2005-04-08 19:19:04 +00:00
Petter Reinholdtsen
897b3c5a46
Changelog for 1.8.1-1 debian release.
2005-04-06 23:19:46 +00:00
Duncan Laurie
4e93bf01ed
missing checkin seems to have disappeared: up to 1.8.1
2005-04-06 22:44:01 +00:00
Duncan Laurie
9573ee3eed
add linux/compile.h for 2.6 compiles
2005-04-06 20:51:02 +00:00
Duncan Laurie
ef4e6f3dad
ipmievd installs in /usr/sbin
2005-04-06 20:33:29 +00:00