summaryrefslogtreecommitdiffstats
path: root/chassishandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize use of filesystemVernon Mauery2018-08-081-1/+11
* Fix D-Bus error from callback method invoked from async threadMarri Devender Rao2018-05-231-74/+105
* Implement Get POH Counter commandNagaraju Goruganti2018-05-211-0/+71
* Fix get boot options returning unexpected resultsMarri Devender Rao2018-05-081-0/+16
* Add set boot source and boot mode methods for reuseMarri Devender Rao2018-05-081-39/+62
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-40/+39
* Revert "Revert "Add chassis identify ipmi command.""Tom Joseph2018-04-041-0/+115
* Revert "Add chassis identify ipmi command."Joel Stanley2018-02-281-115/+0
* Add chassis identify ipmi command.James Feist2017-12-131-0/+115
* Spelling fixesGunnar Mills2017-10-311-1/+1
* boot policy: Support boot parameter #4 (boot info)Tom Joseph2017-10-041-2/+9
* boot policy: Correct the logic of setting the boot policyTom Joseph2017-09-281-53/+34
* boot settings: use the new 'one time' settingDeepak Kodihalli2017-09-081-117/+174
* settings: handle multiple objects/interfacesDeepak Kodihalli2017-09-081-5/+5
* Support IPMI Chassis Soft Power Off commandVishwanatha Subbanna2017-08-141-11/+24
* Move generic network constants to types.hppRatan Gupta2017-08-131-17/+10
* Take bus as input parameter in util functionRatan Gupta2017-08-111-18/+24
* Move dbus utility function to utilsRatan Gupta2017-08-111-225/+25
* Initialise the sdbus connectionTom Joseph2017-08-091-0/+2
* Don't send blank network override to hostRatan Gupta2017-08-081-21/+53
* power_policy: switch to new settings APIDeepak Kodihalli2017-07-311-41/+39
* boot_flags: switch to new settings APIDeepak Kodihalli2017-07-311-84/+165
* Add IPV6 handling for host network settingsRatan Gupta2017-07-251-34/+100
* Make changes as per the new settings infrastructureRatan Gupta2017-07-191-251/+383
* Fix space and newline for boot policy printGeorge Keishing2017-06-161-1/+1
* Call softoff dbus interface directlyAndrew Geissler2017-06-081-10/+17
* Create file to indicate host requested off/rebootAndrew Geissler2017-06-061-8/+55
* Remove tabs and fix indents in chassishandler.cppAndrew Geissler2017-06-011-185/+205
* IPMI: Update the dbus object for soft power off with underscoresVishwanatha Subbanna2017-04-041-5/+4
* Make IPMI changes to stop timer that is started by SoftPowerOffVishwanatha Subbanna2017-03-241-0/+50
* Update chassis command handler to use state manager servicesVishwanatha Subbanna2017-03-071-30/+44
* Add support for IPMI Chassis Power Cycle commandVishwanatha Subbanna2017-03-061-0/+4
* IPMI: Add support for chassis power on commandVishwanatha Subbanna2017-03-021-0/+3
* Correct compilation errorsMatthew Barth2017-01-251-2/+1
* Add privilege level for each IPMI commandTom2017-01-171-6/+18
* Add support for IPMI GetChassisStatus commandNan Li2016-10-311-0/+183
* Print failing object path after failed bus lookupBrad Bishop2016-10-061-3/+6
* Add IPMI Get-Chassis-Capabilities commandNan Li2016-10-061-0/+59
* Ensure all tools are building with -Wall and -WerrorMatthew Barth2016-09-211-1/+1
* Modify respond of un-supported IPMI commandNan Li2016-09-091-1/+1
* Allow out-of-tree buildsPatrick Williams2016-09-061-1/+1
* Implement Network Settings OverrideRatan Gupta2016-09-021-20/+377
* Hard-coded service name replaced with call to ObjectMapperSergey Solomin2016-08-251-8/+14
* Switch C++ source files to .cpp extensionMatthew Barth2016-08-081-0/+453
OpenPOWER on IntegriCloud