1766 Commits

Author SHA1 Message Date
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
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
be2c0c4b03 Set rsp->data_len to 0 if there is not response data. 2005-02-04 18:46:15 +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
9164d3b69e incorrect bigendian define was messing up fru locator records 2005-02-01 00:13:34 +00:00
Duncan Laurie
80a9f3acb2 return success on poh command 2005-02-01 00:08:04 +00:00
Duncan Laurie
94f272e8e2 don't dump packets unless verbose is given twice 2005-02-01 00:07:19 +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
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