6e6d775a | 30-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
reflect change to raw command symantics by adding -v to example |
44cbf081 | 30-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
with raw commands only return the response bytes unless -v is specified |
42c1c912 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
add COPYING, AUTHORS, ChangeLog to /usr/share/doc |
3bf0d0c6 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
install COPYING, AUTHORS, ChangeLog in /usr/share/doc |
99fc2e8a | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
only rename manpage if its found |
d7af26b6 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
*** empty log message *** |
630be3c6 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
rearrange so we can use IPMITOOL_BIN in pluginpath variable |
6f2eeed3 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
update changelog for 1.5.9 |
15b8801d | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
pre-process the manpage to change references to the binary name, add install-data-hook to handle renaming manpage for solaris |
d47cd125 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
support IPMI_PASSWORD as well |
6bc047da | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
add privilege level list to channel help |
22484474 | 27-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
add channel header |
222180ca | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
minor change to allow channel field to be "help" |
970a87eb | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
lost a variable |
68556c2a | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
add "sensor get|list|thresh" command documentation |
c634d2a0 | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
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. |
95044acb | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
fix memory leak when interfaces are compiled statically |
c199b861 | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't send close session command till after session priviledge level has been established |
e09dc595 | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
- 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 searchi
- 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
show more ...
|
85d138da | 26-Mar-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't get reservation ID as its not used here |
69eeda85 | 24-Mar-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Add options to read password from tty or environment. |
05344c9a | 17-Mar-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Create the channel command and add authcap subcommand. Move the chaninfo command to the info subcommand. from Jeremy Ellington |
2a5ea8b9 | 15-Mar-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Prevent password snooping with ps |
a502ab31 | 10-Mar-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
Fix possible null-pointer references in error handling. |
ccf104d6 | 10-Mar-2004 |
Fredrik Öhrn <ohrn@chl.chalmers.se> |
If we loose the reservation, request a new one and retry the operation. |