a6793b9430
fix impi -> ipmi typo,
...
add config.h so WORDS_BIGENDIAN is defined on solaris/sparc
2004-04-02 03:31:06 +00:00
e8170fd6b6
include time.h so strftime doesn't segfault on x86_64
2004-03-31 22:59:11 +00:00
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
c7bc504b87
remove ability to find sensor by number,
...
add support for finding all SDR record types
2004-03-31 17:54:29 +00:00
50b4815cf0
only rename manpage if its necessary
2004-03-31 02:39:37 +00:00
4677f14f6c
explicitly list files in debian/ that we want in distribution tarball
...
because otherwise we get things like CVS/
2004-03-31 02:39:09 +00:00
6e6d775ac8
reflect change to raw command symantics by adding -v to example
2004-03-31 02:38:26 +00:00
44cbf081a6
with raw commands only return the response bytes unless -v is specified
2004-03-31 02:37:14 +00:00
42c1c9123c
add COPYING, AUTHORS, ChangeLog to /usr/share/doc
2004-03-27 07:41:51 +00:00
3bf0d0c68e
install COPYING, AUTHORS, ChangeLog in /usr/share/doc
2004-03-27 07:41:20 +00:00
99fc2e8a83
only rename manpage if its found
2004-03-27 07:40:59 +00:00
d7af26b64b
*** empty log message ***
2004-03-27 07:04:10 +00:00
630be3c669
rearrange so we can use IPMITOOL_BIN in pluginpath variable
2004-03-27 06:56:56 +00:00
6f2eeed320
update changelog for 1.5.9
2004-03-27 06:44:59 +00:00
15b8801d0b
pre-process the manpage to change references to the binary name,
...
add install-data-hook to handle renaming manpage for solaris
2004-03-27 06:40:17 +00:00
d47cd125fe
support IPMI_PASSWORD as well
2004-03-27 06:38:47 +00:00
6bc047da44
add privilege level list to channel help
2004-03-27 06:12:18 +00:00
224844746a
add channel header
2004-03-27 06:00:16 +00:00
222180ca52
minor change to allow channel field to be "help"
2004-03-27 05:59:33 +00:00
970a87eb1a
lost a variable
2004-03-27 05:49:50 +00:00
68556c2a43
add "sensor get|list|thresh" command documentation
2004-03-26 22:06:01 +00:00
c634d2a080
add --enable-ipmiadm configure option to build binary as "ipmiadm"
...
instead of "ipmitool" to allow Solaris convention of command-line
tools having -adm suffix and GUI tools having -tool suffix.
2004-03-26 21:52:10 +00:00
95044acb5d
fix memory leak when interfaces are compiled statically
2004-03-26 21:49:45 +00:00
c199b86143
don't send close session command till after session priviledge level
...
has been established
2004-03-26 21:43:52 +00:00
e09dc5950c
- determine maximum buffer length for SDR reading dynamically
...
- add support for "sensor get" command
- let sensor get and sensor thresh use sensor id as well as name
- build list of sdrs when searching, for use in xref of sel data
- fix memory leak during sensor list
2004-03-26 21:38:10 +00:00
85d138da01
don't get reservation ID as its not used here
2004-03-26 21:30:23 +00:00
69eeda859e
Add options to read password from tty or environment.
2004-03-24 09:27:50 +00:00
05344c9a45
Create the channel command and add authcap subcommand.
...
Move the chaninfo command to the info subcommand.
from Jeremy Ellington
2004-03-17 22:57:55 +00:00
2a5ea8b9ee
Prevent password snooping with ps
2004-03-15 22:10:54 +00:00
a502ab31d1
Fix possible null-pointer references in error handling.
2004-03-10 15:55:33 +00:00
ccf104d610
If we loose the reservation, request a new one and retry the operation.
2004-03-10 15:42:48 +00:00
572f2df8bb
repair memory leak on sent packets
2004-03-08 20:31:26 +00:00
9c87f801a4
refine error message when session setup fails
2004-03-04 01:03:22 +00:00
59b1d83751
print message when connection fails
2004-03-03 22:44:15 +00:00
ef055c6246
retry Get Authentication Capabilities command after 1 second pause
2004-03-03 22:26:25 +00:00
0710a0a98e
"sel info" : remove 2-space indent, print actual timestamps
2004-03-03 22:25:56 +00:00
706bb54764
increase retrys and introduce pause between attempts,
...
don't send session close command until session has been
successfully activated
2004-03-03 21:27:30 +00:00
d234596ac5
print message that we are searching for sensor record so
...
user doesn't think we have stalled
2004-03-03 21:26:00 +00:00
4bfdf06132
don't return NULL for unknown sensor types,
...
retry on sel reading failure
2004-03-03 21:25:08 +00:00
6e5cdb2c20
use <inttypes.h> instead of <stdint.h> because the latter
...
does not exist on Solaris 8 and 9
2004-03-03 21:23:20 +00:00
eb116adf53
use <inttypes.h> instead of <stdint.h> becuase the latter doesn't
...
exist on Solaris 8 and 9
2004-03-03 21:22:32 +00:00
8f48a7021a
don't rely on <sys/byteswap.h> having BSWAP_?? define
...
because it isn't on < Solaris 10
2004-03-03 21:21:21 +00:00
41a64a0f93
fix segfault when password is left blank
2004-02-05 22:06:15 +00:00
1e1058db49
add sensor list, get/set threshold commands
2004-02-05 01:10:25 +00:00
569b8bf5d7
Author: Martin Pool <mbp@sourcefrog.net>
...
Date: Mon Feb 2 15:07:00 EST 2004
This patch prints ltdl messages when an error occurs, to aid in
debugging.
2004-02-03 01:19:11 +00:00
ceae2f37bf
Forgot to mention rrdcgi
2004-02-02 18:02:05 +00:00
1070546b2a
Add a README file.
...
Add an alternative webpage script.
Adjust the graphs a bit.
2004-02-02 17:45:57 +00:00
e0f8bb52bb
dynamically allocate fru_data array based on fru.size
2004-02-01 03:17:29 +00:00
1435321c86
updates to manpage
2004-01-28 03:14:26 +00:00
db7f0ba560
increment version number again to 1.5.9
2004-01-28 00:17:34 +00:00