summaryrefslogtreecommitdiffstats
path: root/user_channel/channel_mgmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [channel-mgmt]: Handle out of range error in pathRichard Marian Thomaiyar2020-01-301-7/+7
* [channel-mgmt]: Misc fixes for log messge tag.Richard Marian Thomaiyar2020-01-271-2/+2
* Clean-up: entry code msgs in user_channel cpp filesAyushi Smriti2019-10-181-28/+28
* Channel: Fix atomic lock issue for file copyRichard Marian Thomaiyar2019-09-241-0/+3
* Remove unused function convertCurrentChannelNum(uint8_t)Vernon Mauery2019-06-141-33/+0
* user_mgmt: Fix error message with file nameRichard Marian Thomaiyar2019-06-121-1/+2
* user-mgmt: sync ipmi user & channel conf fileRichard Marian Thomaiyar2019-05-141-6/+22
* move variant to std namespaceVernon Mauery2019-04-181-4/+3
* Cleanup: Get rid of duplicate getChannelName()Richard Marian Thomaiyar2019-03-251-6/+1
* Set init_priority attribute for global variables in shared libLei YU2019-02-121-1/+2
* IPMI channel to NIC device mapping modified within JSON config fileJohnathan Mantey2019-02-041-21/+37
* Refactor the initialization of the channel data from the JSONJohnathan Mantey2019-02-041-57/+44
* Eliminate public function returning pointer to private class dataJohnathan Mantey2019-02-041-27/+18
* Update DBus initialization and useJohnathan Mantey2019-02-041-10/+5
* Use network interface name as channel nameRichard Marian Thomaiyar2019-02-021-55/+18
* Fix: Return error for invalid privilegesRichard Marian Thomaiyar2019-02-021-6/+10
* ipmid: channel: add max transfer size propertyVernon Mauery2019-01-111-0/+9
* Add self channel number conversion functionRichard Marian Thomaiyar2018-12-191-1/+1
* Refer SMS as regular KCS channelRichard Marian Thomaiyar2018-12-181-1/+1
* Update const uint8_t& to const uint8_tRichard Marian Thomaiyar2018-12-111-19/+19
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-261-3/+4
* Added suppport to convert self channel number.ssekar2018-11-201-0/+38
* Synchronize channel info between network and ipmiAppaRao Puli2018-11-201-0/+389
* IPMI Channel commands implementationAppaRao Puli2018-11-201-0/+1027
OpenPOWER on IntegriCloud