summaryrefslogtreecommitdiffstats
path: root/user_channel
Commit message (Expand)AuthorAgeFilesLines
* [channel-mgmt]: Handle out of range error in pathRichard Marian Thomaiyar2020-01-301-7/+7
* [user-mgmt]: Handle out of range error in pathRichard Marian Thomaiyar2020-01-301-3/+4
* [channel-mgmt]: Misc fixes for log messge tag.Richard Marian Thomaiyar2020-01-271-2/+2
* [Fix]: Check ipmi groups list before creating userRichard Marian Thomaiyar2020-01-232-0/+30
* [user-mgmt]: Do late initialization of user init.Richard Marian Thomaiyar2020-01-231-1/+1
* [user-mgmt]: Rearrange signal handler registrationarun-pm2020-01-222-38/+39
* user_mgmt:password authentication/update by PAMjayaprakash Mutyala2019-11-102-37/+33
* channelcmds:fix set chnl access sessionless chnlanil kumar appana2019-10-281-2/+4
* Clean-up: entry code msgs in user_channel cpp filesAyushi Smriti2019-10-183-34/+34
* Channel: Fix atomic lock issue for file copyRichard Marian Thomaiyar2019-09-241-0/+3
* Static code analysis scan issue fixChen,Yugang2019-09-231-2/+2
* user_channel: passwd_mgr: minor cleanup from cppcheckPatrick Venture2019-08-201-3/+4
* user_channel: user_mgmt: minor cleanup from cppcheckPatrick Venture2019-08-201-2/+3
* user_mgmt: update default ipmi_user.json file.Saravanan Palanisamy2019-08-161-0/+4
* user_mgmt: Enable SOL payload access by default.Saravanan Palanisamy2019-08-011-29/+33
* user_layer: Add get/set user payload access.Saravanan Palanisamy2019-07-195-0/+533
* Add an option to exclude libuserlayer from host-ipmidofery2019-06-181-1/+8
* Remove unused function convertCurrentChannelNum(uint8_t)Vernon Mauery2019-06-144-55/+0
* Add get channel payload version commandAyushi Smriti2019-06-143-0/+59
* user_channel: Get Channel Payload Support command refactorVernon Mauery2019-06-142-133/+54
* user_mgmt: Fix error message with file nameRichard Marian Thomaiyar2019-06-121-1/+2
* User-mgmt: Add IPMI user pam authenticate check APIAyushi Smriti2019-06-094-0/+68
* Updates get channel info command to use the new provider APIVernon Mauery2019-05-231-101/+51
* channelcmds: move get channel access to new IPMI provider APIRichard Marian Thomaiyar2019-05-231-86/+48
* channelcmds: move set channel access to new ipmi provider APINITIN SHARMA2019-05-231-75/+54
* Update current channel mechanism to be usable by netipmidVernon Mauery2019-05-172-8/+7
* user-mgmt: Update user data file, only for sync.Richard Marian Thomaiyar2019-05-151-3/+11
* remove usage of sdbusplus::message::variantVernon Mauery2019-05-143-5/+6
* user-mgmt: sync ipmi user & channel conf fileRichard Marian Thomaiyar2019-05-142-18/+41
* look up channel from D-Bus connectionVernon Mauery2019-04-223-0/+25
* API support to update password for special userRichard Marian Thomaiyar2019-04-224-0/+37
* move variant to std namespaceVernon Mauery2019-04-182-16/+11
* Rewrite set & get user access cmd to new providerRichard Marian Thomaiyar2019-04-161-146/+118
* Support - Get channel capabilities in host intfsmriti2019-04-091-0/+89
* Add: Get channel payload support commandSaravanan Palanisamy2019-04-093-0/+128
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-082-2/+1
* Add convert current channel number functionRichard Marian Thomaiyar2019-04-051-0/+20
* Adding Set Password API support in UserlayerSuryakanth Sekar2019-03-266-78/+141
* [User Mgmt]: Update local user enabled state cacheRichard Marian Thomaiyar2019-03-251-0/+10
* Cleanup: Get rid of duplicate getChannelName()Richard Marian Thomaiyar2019-03-254-16/+3
* ipmid: Compiler-generated unpacking and packing of messagesVernon Mauery2019-02-251-0/+2
* ipmid: move channel code from libuserlayer to libchannellayerVernon Mauery2019-02-251-4/+4
* user_mgmt: drop c_str() when param is std::stringPatrick Venture2019-02-211-4/+4
* Create the libchannellayer library so it can split from libuserlayerVernon Mauery2019-02-121-1/+13
* Set init_priority attribute for global variables in shared libLei YU2019-02-122-4/+8
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-075-5/+4
* IPMI channel to NIC device mapping modified within JSON config fileJohnathan Mantey2019-02-044-27/+72
* Move public variables to the class private space.Johnathan Mantey2019-02-041-4/+10
* Refactor the initialization of the channel data from the JSONJohnathan Mantey2019-02-042-60/+47
* Eliminate public function returning pointer to private class dataJohnathan Mantey2019-02-042-36/+36
OpenPOWER on IntegriCloud