Duncan Laurie
95044acb5d
fix memory leak when interfaces are compiled statically
2004-03-26 21:49:45 +00:00
Duncan Laurie
c199b86143
don't send close session command till after session priviledge level
...
has been established
2004-03-26 21:43:52 +00:00
Duncan Laurie
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
Duncan Laurie
85d138da01
don't get reservation ID as its not used here
2004-03-26 21:30:23 +00:00
Fredrik Öhrn
69eeda859e
Add options to read password from tty or environment.
2004-03-24 09:27:50 +00:00
Fredrik Öhrn
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
Fredrik Öhrn
2a5ea8b9ee
Prevent password snooping with ps
2004-03-15 22:10:54 +00:00
Fredrik Öhrn
a502ab31d1
Fix possible null-pointer references in error handling.
2004-03-10 15:55:33 +00:00
Fredrik Öhrn
ccf104d610
If we loose the reservation, request a new one and retry the operation.
2004-03-10 15:42:48 +00:00
Duncan Laurie
572f2df8bb
repair memory leak on sent packets
2004-03-08 20:31:26 +00:00
Duncan Laurie
9c87f801a4
refine error message when session setup fails
2004-03-04 01:03:22 +00:00
Duncan Laurie
59b1d83751
print message when connection fails
2004-03-03 22:44:15 +00:00
Duncan Laurie
ef055c6246
retry Get Authentication Capabilities command after 1 second pause
2004-03-03 22:26:25 +00:00
Duncan Laurie
0710a0a98e
"sel info" : remove 2-space indent, print actual timestamps
2004-03-03 22:25:56 +00:00
Duncan Laurie
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
Duncan Laurie
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
Duncan Laurie
4bfdf06132
don't return NULL for unknown sensor types,
...
retry on sel reading failure
2004-03-03 21:25:08 +00:00
Duncan Laurie
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
Duncan Laurie
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
Duncan Laurie
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
Duncan Laurie
41a64a0f93
fix segfault when password is left blank
2004-02-05 22:06:15 +00:00
Jon Cassorla
1e1058db49
add sensor list, get/set threshold commands
2004-02-05 01:10:25 +00:00
Duncan Laurie
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
Fredrik Öhrn
ceae2f37bf
Forgot to mention rrdcgi
2004-02-02 18:02:05 +00:00
Fredrik Öhrn
1070546b2a
Add a README file.
...
Add an alternative webpage script.
Adjust the graphs a bit.
2004-02-02 17:45:57 +00:00
Duncan Laurie
e0f8bb52bb
dynamically allocate fru_data array based on fru.size
2004-02-01 03:17:29 +00:00
Duncan Laurie
1435321c86
updates to manpage
2004-01-28 03:14:26 +00:00
Duncan Laurie
db7f0ba560
increment version number again to 1.5.9
2004-01-28 00:17:34 +00:00
Duncan Laurie
072c5d8461
argh, really fix ipmievd on all OSs
2004-01-28 00:11:50 +00:00
Duncan Laurie
5b8ff924e5
update version to 1.5.9
2004-01-27 23:55:00 +00:00
Duncan Laurie
079f451dd0
use install-strip to strip binaries during install
2004-01-27 23:51:23 +00:00
Duncan Laurie
9e06705aa4
fix ipmievd compilation directive
2004-01-27 23:43:43 +00:00
Duncan Laurie
26dd8d1429
update changelogs for 1.5.8 release
2004-01-27 23:31:42 +00:00
Duncan Laurie
edaf1aba33
add ChangeLog to top level dir
2004-01-27 23:31:02 +00:00
Duncan Laurie
f7590819fa
use strtol instead of strtod because the latter has problems interpreting
...
hex strings on solaris
2004-01-27 21:52:56 +00:00
Duncan Laurie
2c898cfc85
set libtool back to --silent to clean up build messages
2004-01-27 20:28:06 +00:00
Duncan Laurie
0e5cbcd112
finish making SDR code big-endian aware
...
this is ugly because packed structures are not portable
2004-01-27 20:11:56 +00:00
Duncan Laurie
e7c7d7d2e9
convert FRU to be big-endian aware
...
this is messy because packed structures are not portable...
2004-01-27 20:10:55 +00:00
Duncan Laurie
122f422da7
fix localtime to use time_t instead of uint32_t directly,
...
cleanup ipmi_sel_get_std_entry
2004-01-27 17:31:25 +00:00
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