summaryrefslogtreecommitdiffstats
path: root/ipmid.C
Commit message (Expand)AuthorAgeFilesLines
* Switch C++ source files to .cpp extensionMatthew Barth2016-08-081-752/+0
* Whitelist IPMI commands based on Restricted modeTom Joseph2016-08-081-1/+85
* Use mapper calls to lookup objectsBrad Bishop2016-07-271-6/+19
* Add support to load versioned librariesAdriana Kobylak2016-07-101-2/+8
* Fix two issues in Issue #80tomjose2016-06-301-1/+1
* Merge pull request #88 from williamli80/issue77Patrick Williams2016-06-061-0/+4
|\
| * Returning correct value from handle_ipmid_command in ipmid.CNan Li2016-05-231-0/+4
* | Merge pull request #82 from williamli80/code0308Patrick Williams2016-05-241-4/+11
|\ \
| * | Handle multiple attempts at ipmi reservation idsNan Li2016-04-201-4/+11
| |/
* | Handle errors finding openbmc_path #75Nan Li2016-05-171-0/+10
|/
* ipmi daemon return code modificationtomjose2016-03-081-1/+0
* Merge pull request #70 from anoo1/bootcountnkskjames2016-03-051-1/+1
|\
| * Read/Write Boot Count Sensor as intAdriana Kobylak2016-03-011-2/+2
* | memory leak found during multiple reboots. it was found that in many cases thevishwa2016-03-031-24/+20
|/
* Merge pull request #54 from causten/sensorpollingnkskjames2016-01-221-13/+11
|\
| * Add support for get-sensor-readingChris Austen2015-12-101-13/+11
* | Re submitting plugin support for Host Servicesvishwa2016-01-131-8/+7
* | added debug on method call failsChris Austen2015-12-071-0/+2
|/
* Alignment failure fixesChris Austen2015-12-021-5/+6
* Remove unused variables and labelsJoel Stanley2015-11-251-4/+2
* IPMI soft power offvishwa2015-11-241-2/+4
* ipmid taking too many dbus connectionsChris Austen2015-11-131-3/+8
* ipmid: Fix crash on scandir failureJeremy Kerr2015-10-291-0/+3
* ipmid: Use updated dbus HostIpmi interfaceJeremy Kerr2015-10-291-6/+7
* ipmid: Remove assumptions about host IPMI sender objectsJeremy Kerr2015-10-291-10/+8
* Reduce prints to journald from ipmi but keep ability to traceChris Austen2015-10-281-38/+53
* Allow esels to be sent to dbus event logChris Austen2015-10-281-4/+2
* Added Dynamic lookup for sensor typesChris Austen2015-10-221-27/+47
* Add virtual sensor supportChris Austen2015-10-191-0/+44
* Add routines for getting lookup data from the system dbus objectChris Austen2015-10-191-0/+121
* Print the dlopen failure for debuggingChris Austen2015-10-191-18/+18
* Reset the lib path string per .soChris Austen2015-10-131-3/+4
* Set response bit returning from the ipmi callChris Austen2015-10-131-2/+2
* Convert to SDBusChris Austen2015-10-131-109/+210
* Using SYSTEM_BUS than SESSION_BUSvishwabmc2015-10-091-1/+1
* Final IPMI Net Function routervishwabmc2015-10-091-0/+326
OpenPOWER on IntegriCloud