Commit Graph

440 Commits

Author SHA1 Message Date
Jeremy Ellington
d6274af150 Added text indicating whether threshold crossings are assertion or
deassertion events.  This fix is submitted for Wes Bemont at Newisys.
2005-01-28 15:45:39 +00:00
Duncan Laurie
1d7e045d47 don't return failure code on timeouts 2005-01-27 17:41:48 +00:00
Duncan Laurie
8dd12afdad explicit return value when printing analog sensors 2005-01-27 17:39:30 +00:00
Duncan Laurie
174b13e835 set logpriv to null on log_halt 2005-01-21 23:10:57 +00:00
Duncan Laurie
ff89a0e2f2 fix debug output formatting 2005-01-21 16:07:06 +00:00
Duncan Laurie
9dbab242bd fix segfault when setting auth levels 2005-01-21 16:06:03 +00:00
Duncan Laurie
658b502e64 trim extra bytes from data 2005-01-21 16:04:34 +00:00
Duncan Laurie
b8d8587b2a exit status 0 when printing usage help. add bmc command aliased to mc command 2005-01-19 17:25:25 +00:00
Duncan Laurie
445025f2f4 stop printing lan parameters if one returns an error other than 0x80 2005-01-18 17:01:00 +00:00
Duncan Laurie
55ee755de8 cygwin needs inet_aton 2005-01-18 16:49:43 +00:00
Duncan Laurie
e9281ea912 set specific options for building under cygwin 2005-01-12 21:14:55 +00:00
Duncan Laurie
58ef4f8af6 move enum flg_e enum define to header file and make sure ipmi_pef_print_flags() prototype is correct 2005-01-12 21:13:25 +00:00
Duncan Laurie
2e5d0c2921 cygwin does not have inet_ntop() function so do manual print of ip addresses on windows 2005-01-12 21:12:19 +00:00
Duncan Laurie
79421577cc change input type to uint32_t instead of int 2005-01-12 21:11:12 +00:00
Duncan Laurie
651466fc41 use inet_aton instead of inet_pton for compatibility 2005-01-12 21:08:56 +00:00
Duncan Laurie
072986b669 fix compiler warnings related to types, use inet_aton instead of inet_pton for compatibility 2005-01-12 21:05:42 +00:00
Duncan Laurie
ada87b8255 send lprintf messages to stderr 2005-01-11 21:36:37 +00:00
Duncan Laurie
81d5b08b3d send warning to stderr 2005-01-11 21:36:22 +00:00
Duncan Laurie
08844ec93b add function comments 2005-01-11 16:16:43 +00:00
Duncan Laurie
218094310b display only command list when 'help' specified on command line 2005-01-11 16:08:38 +00:00
Duncan Laurie
38fc65ae88 beautify lan print output 2005-01-11 16:08:12 +00:00
Duncan Laurie
777cdb124c fix lan parameter set where it was doing incorrect comparison on channel medium 2005-01-10 20:25:34 +00:00
Duncan Laurie
eb75ecf114 the option to read password from file is available on solaris 2005-01-10 17:22:52 +00:00
Duncan Laurie
264a45de0f add attribution 2005-01-08 03:00:23 +00:00
Duncan Laurie
704f4c87c6 update changelog 2005-01-08 02:58:33 +00:00
Duncan Laurie
c7a6be575d add more flexible way of handling OEM boards
now pass a "-o <oemtype>" argument on the command line
the currently defined oem types are "supermicro" and "intelwv2"
the existing -g and -s options are still present for compatibility
2005-01-08 02:49:22 +00:00
Duncan Laurie
f763641c2e only enable "shell" command if readline is found 2005-01-07 23:39:15 +00:00
Duncan Laurie
5575a33119 set hard limit of 128 in nested structure for older gcc 2005-01-07 23:31:12 +00:00
Duncan Laurie
dd376289c5 fix newline on solaris 2005-01-07 23:29:49 +00:00
Duncan Laurie
9c160b5a07 add BMC plugin for Solaris 10 2005-01-07 22:57:15 +00:00
Duncan Laurie
46f3f3d4db return value for non-void function, for -Wall compile 2005-01-07 22:55:55 +00:00
Duncan Laurie
ad932e0cfd fix datatypes so it compiles with -Wall 2005-01-07 22:54:22 +00:00
Duncan Laurie
b5306e1aa6 add unused attribute to static definitions so it compiles with -Wall 2005-01-07 22:53:55 +00:00
Duncan Laurie
e72103d30f check malloc and strdup for success 2005-01-07 22:43:38 +00:00
Duncan Laurie
21837864cc send errors to stderr using lprintf helper 2005-01-07 22:37:58 +00:00
Duncan Laurie
cfa8f69f97 send errors to stderr using lprintf helper 2005-01-07 22:28:18 +00:00
Duncan Laurie
55969d4a32 change return types 2005-01-07 22:17:25 +00:00
Duncan Laurie
87234ecd0f send errors to stderr,
propogate return codes to top level
2005-01-07 22:15:56 +00:00
Duncan Laurie
14ee3f2362 be pedantic when checking for errors 2005-01-07 22:14:56 +00:00
Duncan Laurie
db9614572b send errors to stderr 2005-01-07 22:14:30 +00:00
Duncan Laurie
014040610f use uint{8,16,32}_t instead of "unsigned {char,short,int|long}" 2005-01-07 02:05:49 +00:00
Duncan Laurie
9c848916cc fix compile problems with -g
update lan interface to send debug and errors to stderr
2005-01-06 22:35:35 +00:00
Duncan Laurie
de7de91f99 use uint8_t and uint32_t throughout ipmitool 2005-01-06 22:32:07 +00:00
Duncan Laurie
dbbeee1b6f update error handling for "session" and "user" commands
check channel medium type before attempting to do lan operations on it
2005-01-06 21:17:52 +00:00
Duncan Laurie
32cba5f174 don't bail on SDR version 0x02 2005-01-06 19:19:35 +00:00
Duncan Laurie
f5c8042629 remove the rest of isol 2005-01-06 19:13:52 +00:00
Duncan Laurie
e23dde507e remove isol,
remove signal handler function as it was not used,
clean up error handling in ipmi_open_file
change min define to __min to avoid conflicts
2005-01-06 19:09:05 +00:00
Duncan Laurie
4db9739e17 massive rework of many subsytems
handle errors better and return status codes correctly
2005-01-06 17:48:24 +00:00
Duncan Laurie
b6852fc77b fix supermicro sdr problem 2004-12-13 19:53:46 +00:00
Duncan Laurie
356fad232e formatting changes 2004-11-24 23:53:19 +00:00