summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* event: Clean up event sending from a fileAlexander Amelkin2019-07-021-57/+16
* event: Clean up the event sending codeAlexander Amelkin2019-07-022-37/+65
* event: Fix event submission via SSIFAlexander Amelkin2019-07-023-19/+84
* make: Use DESTDIR to install IANA PEN databaseAndrey Kosteltsev2019-07-021-2/+2
* lanplus: Fix embedded bridged responses handlingDawid Frycki2019-07-011-6/+3
* Update .gitignoreAlexander Amelkin2019-06-251-0/+4
* mc: Fix reporting of manufacturers > 64KAlexander Amelkin2019-06-182-11/+15
* Add installation of enterprise-numbers databaseAlexander Amelkin2019-06-182-1/+46
* Update documentation in regard to IANA PEN registryAlexander Amelkin2019-06-184-1/+26
* Use configurable path to IANA PEN registryAlexander Amelkin2019-06-182-6/+42
* Load IANA PEN registry from a fileAlexander Amelkin2019-06-186-96/+358
* dbus: Replace obsolete INCLUDES with AM_CPPFLAGSAlexander Amelkin2019-06-131-1/+1
* oem: name change from Newisys to Viking Enterprise Solutionsdan mcgee2019-06-113-10/+10
* Fix default interface to behave as it did beforeVernon Mauery2019-06-101-2/+2
* man: Add documentation for chassis bootmboxAlexander Amelkin2019-06-101-0/+28
* man: Update the chassis bootparam sectionAlexander Amelkin2019-06-101-13/+43
* chassis: Add boot initiator mailbox supportAlexander Amelkin2019-06-101-37/+472
* chassis: Use command-specific completion code parserAlexander Amelkin2019-06-101-5/+28
* Add support for command-specific completion codesAlexander Amelkin2019-06-102-12/+61
* Add a helper htoipmi24() functionAlexander Amelkin2019-06-101-0/+7
* Add a helper args2buf() functionAlexander Amelkin2019-06-102-0/+35
* man: Cleanup the manpage formatting tagsAlexander Amelkin2019-06-041-88/+0
* create_pen_list: only print if values are setVernon Mauery2019-05-291-1/+3
* chassis: Refactor to reduce code duplicationAlexander Amelkin2019-05-281-15/+26
* chassis: Refactor to reduce code duplicationAlexander Amelkin2019-05-281-100/+69
* sdr: Fix segfault on invalid unit typesAlexander Amelkin2019-05-272-26/+78
* vendor: Add YADRO TATLIN Storage Controller IDAlexander Amelkin2019-04-171-0/+1
* exchange-bmc-os-info: Remove dependency on ipmi.serviceCharles Rose2019-04-161-2/+3
* Add mechanism to configure to set the default interfaceVernon Mauery2019-04-163-5/+45
* ci: Update INSTALL to reflect recent changesAlexander Amelkin2019-04-151-8/+24
* ci: Set up matrix builds with Travis CIAlexander Amelkin2019-04-151-8/+33
* Enable Travis build of D-Bus interfaceVernon Mauery2019-04-151-2/+4
* add OpenBMC D-Bus interfaceVernon Mauery2019-04-155-2/+320
* Fix "ipmitool pef {status,info}" not printing final newlineVaclav Dolezal2019-04-011-0/+2
* Remove unused includeAlexander Amelkin2019-03-041-1/+0
* Fix IPMI DCMI message typoGeorge Keishing2019-02-211-4/+4
* open: swap free() calls for free_n()Patrick Venture2019-02-201-28/+7
* open: checking received msg id against expectationPatrick Venture2019-02-201-35/+48
* open: fix whitespacePatrick Venture2019-02-201-179/+190
* Refactor free_n() functionAlexander Amelkin2019-02-201-4/+7
* fru: swap free() calls for free_n()Patrick Venture2019-02-131-117/+49
* fru: Fix write chunk reduction codePatrick Venture2019-02-131-1/+1
* fru: add macro FRU_AREA macrosPatrick Venture2019-02-131-6/+12
* fru: replace magic return codes with macrosPatrick Venture2019-02-131-4/+4
* fru header: add return error codes specific to fruPatrick Venture2019-02-131-0/+5
* fru: fix ipmi_fru_picmg_ext_edit as boolPatrick Venture2019-02-131-4/+6
* fru: use bool with ipmi_fru_oemkontron_editPatrick Venture2019-02-131-10/+12
* fru: change ipmi_fru_query_new_value to return boolPatrick Venture2019-02-131-5/+5
* fru: mark ipmi_fru_query_new_value as staticPatrick Venture2019-02-131-1/+3
* fru: add fru_cc_rq2big helper method for code checksPatrick Venture2019-02-131-11/+10