650 Commits

Author SHA1 Message Date
Duncan Laurie
3da7fea17f solaris 9 doesn't have sqrtf 2005-03-18 00:36:20 +00:00
Duncan Laurie
9c476f36aa bmc interface changes I missed 2005-03-17 23:02:40 +00:00
Duncan Laurie
c575d4b028 update changelog 2005-03-17 18:45:02 +00:00
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
344cd68cc1 add get guid cmd define 2005-03-17 02:55:41 +00:00
Duncan Laurie
8974794475 fix sel print error 2005-03-17 00:12:32 +00:00
Duncan Laurie
3a96ee3272 update bmc driver for solaris 2005-03-17 00:12:08 +00:00
Duncan Laurie
1fbd130b9b update changelogs 2005-03-17 00:11:13 +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
e7f78a54f9 set version 1.8.0 2005-03-16 23:52:12 +00:00
Duncan Laurie
2c87bfc701 fix typos 2005-03-16 23:51:29 +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
Duncan Laurie
f29c7e699c support 16bit payload lengths with ipmiv2 2005-03-16 23:17:37 +00:00
Duncan Laurie
04561e2433 fix handling of names with spaces in exec/shell 2005-03-16 23:13:57 +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
90e2c17543 From Holger Liebig. Many changes, primarily to support Intel's v2
capable BMC.  Also includes many general fixes.  Thank you Holger.
2005-03-09 17:16:14 +00:00
Jeremy Ellington
1df7ca9588 From Holger Liebig, define IPMI_PAYLOAD_TYPE_OEM 2005-03-09 17:13: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
413078f80b Don't use fake random numbers ;-) 2005-03-09 17:11:09 +00:00
Jeremy Ellington
e2cd941c34 Allow setting of RMCP+ messaging cipher suite privilege levels 2005-03-08 20:11:48 +00:00
Jeremy Ellington
ca85cb4688 Added IPMI_SESSION_PRIV_UNSPECIFIED for the RMCP+ cipher suite priv code 2005-03-08 20:06:29 +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
ac3e23b9b9 Extended LAN Configuration Parameteres to include RMCP+ related parameters
new to the v2 spec.
2005-03-07 16:34:01 +00:00
Jeremy Ellington
a60b6acce1 Usage statement change "authentication" ==> "auth" in order to keep
column width < 80 characters.
2005-03-07 14:00:56 +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
3979342536 Disable block padding in OpenSSL encryption/decryption 2005-03-03 20:02:51 +00:00
Jeremy Ellington
a12c0c31bb The session ID and sequence numbers should be set to 0 in pre-session. 2005-02-25 20:05:31 +00:00
Jeremy Ellington
7094b4f838 Correct comment in return code description for lanplus_rakp4_matches 2005-02-23 20:54:06 +00:00
Jeremy Ellington
f0b24c9a0e remove inaccurate assert. 2005-02-23 16:29:55 +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
f7dc0a57de Move algorithm ID definitions into the higher level ipmi_constants.h file 2005-02-17 22:24:38 +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
bc17282c3a Per request from fujitsu-siemens, don't pad username in RAKP1 message 2005-02-10 17:15:48 +00:00
Jeremy Ellington
247ad8f661 Corrected size of RAKP1 messages (43 ==> 44) 2005-02-10 17:14:54 +00:00
Jeremy Ellington
5679de9984 Added some debugging output 2005-02-09 19:30:33 +00:00
Jeremy Ellington
15ed988689 User cipher suite as specified by the user (with -C). We now support
integrity and encryption algorithms of NONE.  Also fixed where we were
using the auth algorithm in places where the integrity albums was supposed
to be used.
2005-02-09 19:29:19 +00:00
Jeremy Ellington
34ddf53870 Added the -C option so that a user can specify a cipher suite ID. This
cipher suite ID indicates which authentication, integrity and
encryption algorithms should be used form IPMIv2 RMCP+ (lanplus) sessions.
2005-02-09 19:26:45 +00:00
Jeremy Ellington
42e73b39de Added ability to store and set the requested cipher suite ID
and its alogorithm specifiers.
2005-02-09 19:24:08 +00:00
Duncan Laurie
aca415c287 fix rmcp ping/pong handling for network-byte-order 2005-02-09 17:42:13 +00:00