Duncan Laurie
775f349d04
list bootdev in help instead of bootparam
2005-03-17 17:03:04 +00:00
Duncan Laurie
69c50e3d73
clearer description
2005-03-17 05:00:32 +00:00
Duncan Laurie
e9c27522c0
resurrect wv2 oemtype
2005-03-17 04:59:02 +00:00
Duncan Laurie
14042e4021
sometimes still get valid read when scanning is disabled
2005-03-17 04:39:51 +00:00
Duncan Laurie
47e42d3f32
fix compile errors when -Wall is specified
2005-03-17 03:28:53 +00:00
Duncan Laurie
8974794475
fix sel print error
2005-03-17 00:12:32 +00:00
Duncan Laurie
d2bee0687a
ressurect isol command
2005-03-17 00:03:14 +00:00
Duncan Laurie
34474dcb2a
add linear sensor support
2005-03-16 23:54:12 +00:00
Duncan Laurie
d4b64f4277
add option to get mc guid
2005-03-16 23:21:22 +00:00
Duncan Laurie
9caeb52ec1
support fru list as well as fru print
2005-03-16 23:20:55 +00:00
Duncan Laurie
b27e296399
fix setting of chassis boot parameters
2005-03-16 23:20:37 +00:00
Jeremy Ellington
6d1f8521e6
Removed calls to ipmi_intf_session_set_privlvl(intf, IPMI_SESSION_PRIV_ADMIN)
...
in the sub-commands. We are ADMIN by default.
2005-03-09 20:29:35 +00:00
Jeremy Ellington
6dae08746d
From Holger Liebig. Add support for Intel RMCP+ capabable BMC.
2005-03-09 17:12:44 +00:00
Jeremy Ellington
e2cd941c34
Allow setting of RMCP+ messaging cipher suite privilege levels
2005-03-08 20:11:48 +00:00
Jeremy Ellington
e067d97a41
Now printing "RMCP+ Cipher Suites" and "Cipher Suite Priv Max" data.
2005-03-07 16:35:28 +00:00
Jeremy Ellington
daf5180838
Contribution by Holger Liebig. Better error handling, graceful handling
...
of unsupported options and human readable error output.
2005-03-04 21:39:50 +00:00
Jeremy Ellington
674eb706a3
Fix bug in argument processing for sol channel
2005-02-17 22:35:52 +00:00
Jeremy Ellington
fe4f77cfdd
Corrected misspelling Parial ==> Partial
2005-02-17 22:27:43 +00:00
Jeremy Ellington
cd5ee61d23
Added implementation for "channel getciphers" which implements the
...
command Get Channel Cipher Suites.
2005-02-17 22:26:08 +00:00
Jeremy Ellington
c6db0382e5
move some strings (for algorithm descriptions) into a the higher level
...
ipmi_strings.[c|h] file.
2005-02-17 22:22:40 +00:00
Jeremy Ellington
761ce85d28
include the numeric error code if it's available.
2005-02-16 22:33:02 +00:00
Jeremy Ellington
3d29ed01a5
Fix 2 minor bugs in output. 1) if a field didn't exist, we weren't
...
updating our offset. This caused subsequent fields to not be displayed.
2) Add missing field "Board Mfg". I think this was just an oversight
during a rewrite.
2005-02-16 20:12:06 +00:00
Jeremy Ellington
c4699aba9c
A one-off error was preventing a output of the last user. This was caught
...
by Anthony Yeung at Newisys.
2005-02-08 19:15:37 +00:00
Jeremy Ellington
0d72cd27cc
Increase the data buffer size of raw packet data. Also avoid buffer
...
overflows with this data.
2005-02-02 20:47:11 +00:00
Duncan Laurie
e4ba0c3de3
fix sel list return code
2005-02-02 17:28:03 +00:00
Duncan Laurie
96bd14b905
fix authtype setting parameters
2005-02-01 16:28:32 +00:00
Duncan Laurie
8a2a11c520
checking invalid return code for feof
2005-02-01 00:14:37 +00:00
Duncan Laurie
80a9f3acb2
return success on poh command
2005-02-01 00:08:04 +00:00
Jeremy Ellington
682caca7ea
converted some spaces into tabs for consistency
2005-01-28 15:47:14 +00:00
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
9dbab242bd
fix segfault when setting auth levels
2005-01-21 16:06:03 +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
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
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
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
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
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
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
87234ecd0f
send errors to stderr,
...
propogate return codes to top level
2005-01-07 22:15:56 +00:00