summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipmid: replace std::experimental::optional with std::optionalVernon Mauery2019-01-112-10/+9
* ipmid: use a common set of CXX flags across ipmid and provider librariesVernon Mauery2019-01-112-25/+24
* Change struct names to UpperCamelCaseRichard Marian Thomaiyar2018-12-222-18/+18
* Remove unused legacy code referencing org.openbmc.settings.HostTom Joseph2018-12-201-134/+0
* libipmi: Decouple user commandsWilliam A. Kennington III2018-12-206-10/+15
* User commands updated to handle channel requestRichard Marian Thomaiyar2018-12-203-25/+9
* Channel commands updated to handle self channelRichard Marian Thomaiyar2018-12-191-6/+3
* Add self channel number conversion functionRichard Marian Thomaiyar2018-12-194-10/+24
* Doxygen comments for enum & structureRichard Marian Thomaiyar2018-12-198-11/+132
* Refer SMS as regular KCS channelRichard Marian Thomaiyar2018-12-181-1/+1
* Create / delete user with proper propertiesRichard Marian Thomaiyar2018-12-181-8/+2
* ipmi_fru_info_area: Pad output buffer.Oskar Senft2018-12-171-0/+17
* ipmi_fru_info_area: Add support for chassis typeOskar Senft2018-12-171-1/+21
* ipmid: user_channel: fix include path for libuserlayerVernon Mauery2018-12-131-0/+1
* make: Build user_channel separatelyWilliam A. Kennington III2018-12-133-31/+28
* gitignore: Ignore libraries regardless of directoryWilliam A. Kennington III2018-12-131-1/+4
* SetUserName to return success - for same user nameRichard Marian Thomaiyar2018-12-131-2/+7
* Fix units for fan RPM sensorKirill Pakhomov2018-12-122-3/+2
* Fix response length for Set user access commandRichard Marian Thomaiyar2018-12-121-0/+1
* configure: Fix literal usage in AS_IFWilliam A. Kennington III2018-12-111-3/+3
* build: fix pam library inclusion and usagePatrick Venture2018-12-112-1/+2
* build: drop linking of libsslPatrick Venture2018-12-111-1/+2
* 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
OpenPOWER on IntegriCloud