summaryrefslogtreecommitdiffstats
path: root/user_channel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update DBus initialization and useJohnathan Mantey2019-02-042-16/+7
* Use network interface name as channel nameRichard Marian Thomaiyar2019-02-023-66/+29
* Fix: Return error for invalid privilegesRichard Marian Thomaiyar2019-02-021-6/+10
* Fix: Handle return codes for user commmandsRichard Marian Thomaiyar2019-02-021-8/+16
* Fix: Check reserved fields in channel cmds requestRichard Marian Thomaiyar2019-02-021-6/+6
* Fix: NoAccess priv is tied with empty priv attrRichard Marian Thomaiyar2019-02-011-4/+0
* Removal of excess 16 bytes paddingRichard Marian Thomaiyar2019-01-311-9/+1
* Return error for password length bit mismatchRichard Marian Thomaiyar2019-01-171-2/+7
* ipmid: channel: add max transfer size propertyVernon Mauery2019-01-114-0/+31
* ipmid: use a common set of CXX flags across ipmid and provider librariesVernon Mauery2019-01-111-4/+13
* Change struct names to UpperCamelCaseRichard Marian Thomaiyar2018-12-222-18/+18
* libipmi: Decouple user commandsWilliam A. Kennington III2018-12-202-0/+2
* 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
* ipmid: user_channel: fix include path for libuserlayerVernon Mauery2018-12-131-0/+1
* make: Build user_channel separatelyWilliam A. Kennington III2018-12-131-0/+20
* SetUserName to return success - for same user nameRichard Marian Thomaiyar2018-12-131-2/+7
* Fix response length for Set user access commandRichard Marian Thomaiyar2018-12-121-0/+1
* Update const uint8_t& to const uint8_tRichard Marian Thomaiyar2018-12-118-112/+107
* users: gcc8: fix stringop-truncation warningsBrad Bishop2018-11-281-4/+2
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-262-11/+16
* 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-206-0/+2190
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-206-6/+2357
* 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