summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update const uint8_t& to const uint8_tRichard Marian Thomaiyar2018-12-118-112/+107
* Implement set chassis capabilities IPMI commandsYong Li2018-12-113-26/+185
* ipmid: host-cmd-manager to use default event source for timersVernon Mauery2018-12-103-5/+4
* build: Fix Makefile_am: drop LIBPAMPatrick Venture2018-12-031-1/+1
* build: Fix crypto reference in Makefile_amPatrick Venture2018-12-031-1/+1
* users: gcc8: fix stringop-truncation warningsBrad Bishop2018-11-281-4/+2
* ipmid: Use sd_event_loop()Andrew Jeffery2018-11-271-11/+1
* storage: gcc8: standardize use of std::filesystemBrad Bishop2018-11-271-1/+1
* gitignore: add all *.lo files to ignore listPatrick Venture2018-11-261-1/+1
* transporthandler: LanParam enum -> enum classWilliam A. Kennington III2018-11-262-38/+39
* transporthandler: Use switch when applicableWilliam A. Kennington III2018-11-261-77/+90
* transporthandler: Convert ints to enumWilliam A. Kennington III2018-11-261-11/+14
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-263-13/+18
* dcmihandler: use visitor to pull sensor valuesJames Feist2018-11-211-18/+13
* makefile cleanupPatrick Venture2018-11-202-51/+75
* move HOST_IPMI_LIB_PATH to configure.acPatrick Venture2018-11-203-2/+7
* gitignore: add coverage and test generated filesPatrick Venture2018-11-201-3/+10
* Add test & user enabled state in set user passwordRichard Marian Thomaiyar2018-11-206-11/+85
* Added suppport to convert self channel number.ssekar2018-11-202-0/+39
* Synchronize channel info between network and ipmiAppaRao Puli2018-11-202-19/+464
* IPMI Channel commands implementationAppaRao Puli2018-11-208-2/+2205
* Add kcs selfchannel support & define for LAN toossekar2018-11-202-0/+22
* Implement IPMI ACPI set/get commandsYong Li2018-11-203-1/+266
* ipmid: use the default system busVernon Mauery2018-11-201-1/+1
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-208-7/+2361
* host-ipmid: add more ipmi error codesPatrick Venture2018-11-181-0/+4
* IPMI password entry cleanupRichard Marian Thomaiyar2018-11-134-13/+55
* Handling delete password entry from ipmi-passAppaRao Puli2018-11-135-76/+518
* Add first user layer support.Richard Marian Thomaiyar2018-11-137-1/+478
* Add well-known nameJames Feist2018-11-081-0/+2
* Correct spelling of timestamp variableJason M. Bills2018-11-081-1/+1
* softoff: Convert to sdeventplus loopWilliam A. Kennington III2018-11-073-24/+18
* read_fru_data: use structured bindings in fru loopPatrick Venture2018-11-071-5/+1
* read_fru_data: use std::find_if instead of raw loopPatrick Venture2018-11-071-10/+7
* build: set language to C++Patrick Venture2018-10-311-0/+1
* app/channel: fixup c-style castingPatrick Venture2018-10-311-1/+1
* cleanup: scope reductionPatrick Venture2018-10-316-20/+17
* MAINTAINERS: Update Emily's IRC nickEmily Shaffer2018-10-301-1/+1
* host-ipmid: ipmid-api: drop extern C linkingPatrick Venture2018-10-251-10/+1
* configure: Use generic CXX compiler macroWilliam A. Kennington III2018-10-181-1/+1
* configure: Don't check for sdbusplus twiceWilliam A. Kennington III2018-10-181-3/+0
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-1813-78/+121
* Use the common timer classVernon Mauery2018-10-1816-524/+27
* Remove direct uses of mapboxJames Feist2018-10-182-9/+11
* cleanup: transition to find_ifPatrick Venture2018-10-172-22/+16
* cleanup: exception catching by referencePatrick Venture2018-10-171-1/+1
* cleanup: c-style castingPatrick Venture2018-10-173-12/+9
* Fix the exponent B in writesensors mako templateKirill Pakhomov2018-10-151-3/+3
* types: Convert ScaledOffset to doubleEmily Shaffer2018-10-111-1/+1
* Fix IPMI SEL reservations and cancellationsJason M. Bills2018-10-053-16/+43
OpenPOWER on IntegriCloud