summaryrefslogtreecommitdiffstats
path: root/user_channel/user_mgmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [user-mgmt]: Handle out of range error in pathRichard Marian Thomaiyar2020-01-301-3/+4
* [Fix]: Check ipmi groups list before creating userRichard Marian Thomaiyar2020-01-231-0/+24
* [user-mgmt]: Rearrange signal handler registrationarun-pm2020-01-221-37/+37
* user_mgmt:password authentication/update by PAMjayaprakash Mutyala2019-11-101-35/+32
* Clean-up: entry code msgs in user_channel cpp filesAyushi Smriti2019-10-181-3/+3
* Static code analysis scan issue fixChen,Yugang2019-09-231-2/+2
* 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-191-0/+201
* User-mgmt: Add IPMI user pam authenticate check APIAyushi Smriti2019-06-091-0/+41
* user-mgmt: Update user data file, only for sync.Richard Marian Thomaiyar2019-05-151-3/+11
* remove usage of sdbusplus::message::variantVernon Mauery2019-05-141-2/+2
* user-mgmt: sync ipmi user & channel conf fileRichard Marian Thomaiyar2019-05-141-12/+19
* API support to update password for special userRichard Marian Thomaiyar2019-04-221-0/+11
* move variant to std namespaceVernon Mauery2019-04-181-12/+8
* Adding Set Password API support in UserlayerSuryakanth Sekar2019-03-261-0/+111
* [User Mgmt]: Update local user enabled state cacheRichard Marian Thomaiyar2019-03-251-0/+10
* user_mgmt: drop c_str() when param is std::stringPatrick Venture2019-02-211-4/+4
* Set init_priority attribute for global variables in shared libLei YU2019-02-121-3/+6
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+0
* Fix: NoAccess priv is tied with empty priv attrRichard Marian Thomaiyar2019-02-011-4/+0
* Create / delete user with proper propertiesRichard Marian Thomaiyar2018-12-181-8/+2
* SetUserName to return success - for same user nameRichard Marian Thomaiyar2018-12-131-2/+7
* Update const uint8_t& to const uint8_tRichard Marian Thomaiyar2018-12-111-10/+10
* users: gcc8: fix stringop-truncation warningsBrad Bishop2018-11-281-4/+2
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-261-8/+12
* Add test & user enabled state in set user passwordRichard Marian Thomaiyar2018-11-201-0/+27
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-201-0/+1304
OpenPOWER on IntegriCloud