summaryrefslogtreecommitdiffstats
path: root/strgfnhandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-191-1/+1
| | | | | | | | | phosphor-host-ipmid now exposes a library along with headers for interfacing with the ipmi daemon. Compile and link against the new library. Change-Id: Ib222df1605afe277457f34eb69a3d65c663325b7 Signed-off-by: William A. Kennington III <wak@google.com>
* strgfnhandler: rename function per openbmc style guidePatrick Venture2018-10-291-6/+6
| | | | | | | Function names should be lower camel and not snake case. Change-Id: I6f8683850ce017e63641415846e8a0f031fccba7 Signed-off-by: Patrick Venture <venture@google.com>
* strgfnhandler: rename all variables per openbmc stylePatrick Venture2018-10-291-14/+14
| | | | | | | OpenBMC style declares variables be lower camel and not snake case. Change-Id: I4a448b84ae3d930049d4cb761216459799a698fa Signed-off-by: Patrick Venture <venture@google.com>
* update: use sdbusplus instead of sd_bus raw pointersPatrick Venture2018-10-291-1/+3
| | | | | | | Update code to use sdbusplus instead of raw sd_bus pointers. Change-Id: I80cd4492480824827c27fbf19eb54487e28d3b75 Signed-off-by: Patrick Venture <venture@google.com>
* style: apply naming convention to ipmi_validate_fru_areaPatrick Venture2018-10-201-1/+1
| | | | | | | | Apply openbmc style naming convention to ipmi_validate_fru_area as part of a multi-step cleanup process. Change-Id: I082189030441e57579d072501279ff698fe1b7e3 Signed-off-by: Patrick Venture <venture@google.com>
* strgfnhandler: swap in log<> calls, cleanup c callsPatrick Venture2018-10-181-18/+27
| | | | | | | | Transition debug and error output to use log<> mechanism. Transition c-library or compiler choice calls to cpp libraries. Change-Id: Iafdf71122e93e68f8da950f3b632460590dc3433 Signed-off-by: Patrick Venture <venture@google.com>
* strgfnhandler: fixup c-style castPatrick Venture2018-10-181-1/+1
| | | | | | | [strgfnhandler.cpp:29]: (style) C-style pointer casting Change-Id: I12082f872362c913ecf0ad5abdcee0d1dfbc86e9 Signed-off-by: Patrick Venture <venture@google.com>
* add clang-formatPatrick Venture2018-10-171-19/+25
| | | | | | | Add clang-format file. Change-Id: Ib99bbeb0ec59b5befb742dec38286c24a7f842ea Signed-off-by: Patrick Venture <venture@google.com>
* Add privilege levels for commandsTom2017-01-311-1/+2
| | | | | | | | Add privilege level and package the provider library into /usr/lib/ipmid-providers Change-Id: I33be3ab696ba477a938b1c0272119420353d6d99 Signed-off-by: Tom <tomjoseph@in.ibm.com>
* Change H->hpp & C->cppMatthew Barth2016-10-181-0/+103
Change-Id: I4bb8cf7a58c517f348a524d3e027ebcd1dcd0dea Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud