- 08d3d06 user_mgmt: Fix for user privilege race condition by Jayaprakash Mutyala · 3 years, 1 month ago
- 0ce6a57 Enable encoding/decoding object paths by P Dheeraj Srujan Kumar · 2 years, 11 months ago
- e39ba99 fix:Channel access mode set to disabled by default by Arun P. Mohanan · 2 years, 11 months ago
- ac05aa1 ipmid: channel: add match function to reset config on network changes by Willy Tu · 3 years ago
- a2ad2da catch exceptions as const by Patrick Williams · 3 years, 1 month ago
- 29b9f31 Fix: Set User Password cmd fails with 0xc7 CC by Ayushi Smriti · 3 years, 1 month ago
- 7a3296d Rewrite Set User Password command with new API by Vernon Mauery · 3 years, 3 months ago
- ef1259b exception: switch to public sdbus exception by Patrick Williams · 3 years, 2 months ago
- 1e22a0f Use SecureString where there is data to be cleansed by Vernon Mauery · 3 years, 3 months ago
- a67caed NULL check before pointer dereference by P Dheeraj Srujan Kumar · 3 years, 2 months ago
- ac30b39 Rewrite Set User Name command with new API by Vernon Mauery · 3 years, 3 months ago
- 3c89de1 Rewrite Get User Name command with new API by Vernon Mauery · 3 years, 3 months ago
- 2aeb1c1 Restructure pam conversation function(Klockwork fix) by P Dheeraj Srujan Kumar · 3 years, 4 months ago
- bf30c8d Fix Kloxwork Issue : NULL check after new by P Dheeraj Srujan Kumar · 3 years, 4 months ago
- 745164c Move SecureString class to ipmid/types.hpp by Snehalatha Venkatesh · 3 years, 4 months ago
- d6d567a Fix incorrect std::string object usage by gokulsanker · 3 years, 4 months ago
- 271d9c2 GetPayloadVerCmd:Fix ErrCode IncorrectPayloadType by Manoj Ashok · 3 years, 4 months ago
- c178948 Fix for not allow out-of-bounds read in IPMI chnl by Meera-Katta · 3 years, 6 months ago
- 55f5d53 Fix static analysis (uninitialized var) warnings by Snehalatha Venkatesh · 3 years, 4 months ago
- 37b1d1a usercommands: Validate reserved field content zero by Snehalatha Venkatesh · 3 years, 4 months ago
- 61024d7 Fix for ipmid crash with SetUserPassword by Snehalatha Venkatesh · 3 years, 7 months ago
- 7a0e5df types: Force underlying int conversion for enums by William A. Kennington III · 3 years, 6 months ago
- 0a2abc8 Confirm presence of NIC devices described in channel_config by Johnathan Mantey · 3 years, 9 months ago
- 2f0ad74 shadowlock: disable until proper unit tests are run by Andrew Geissler · 3 years, 6 months ago
- fd61fc3 Permit assignment the IPMI management channel via JSON by Johnathan Mantey · 3 years, 7 months ago
- 70bd063 Clear security sensitive data by Jayaprakash Mutyala · 4 years ago
- cdcdf2b user_channel:Remove unused ipmiUserSetUserName API by jayaprakash Mutyala · 4 years, 7 months ago
- c4f4f7a minor fix: corrected cc for get channel access by AppaRao Puli · 4 years, 4 months ago
- afd12b4 Fix for get Channel Info cmd for reserved channels by Jayaprakash Mutyala · 4 years, 4 months ago
- 785223a Removal of OEM privilege setting for User by srikanta mondal · 4 years, 7 months ago
- ecc0342 string: ensure string included by Andrew Geissler · 4 years, 6 months ago
- 7636330 user_channel: Rewriting ipmiUserSetUserName API by jayaprakash Mutyala · 4 years, 9 months ago
- 6ba8d31 [Fix]: Restrict password file permissions to 600 by Richard Marian Thomaiyar · 4 years, 7 months ago
- b265455 Use more restrictive permissions on /etc/ipmi-pass by Vernon Mauery · 4 years, 7 months ago
- 0e2dbee Fix for Callback privilege by jayaprakash Mutyala · 4 years, 11 months ago
- b741b99 Added Cipher Suite priv param-24 to set/get LanCfg by jayaprakash Mutyala · 5 years ago
- e4e633e Initialize Cipher Suite Privilege Levels cfg file by Sumanth Bhat · 5 years ago
- e0af1c4 Fix for ipmiUserSetUserName by jayaprakash Mutyala · 4 years, 8 months ago
- b541a5a user_channel:Change fun ret&cmd cc as per New Std by NITIN SHARMA · 5 years ago
- bbbc395 [channel-mgmt]: Handle out of range error in path by Richard Marian Thomaiyar · 4 years, 10 months ago
- e3d144f [user-mgmt]: Handle out of range error in path by Richard Marian Thomaiyar · 4 years, 10 months ago
- 619ed5f [channel-mgmt]: Misc fixes for log messge tag. by Richard Marian Thomaiyar · 4 years, 10 months ago
- 489a4ed [Fix]: Check ipmi groups list before creating user by Richard Marian Thomaiyar · 4 years, 10 months ago
- 0be80bd [user-mgmt]: Do late initialization of user init. by Richard Marian Thomaiyar · 4 years, 10 months ago
- bbe728c [user-mgmt]: Rearrange signal handler registration by arun-pm · 4 years, 10 months ago
- 9fc5fa1 user_mgmt:password authentication/update by PAM by jayaprakash Mutyala · 5 years ago
- ddb1f44 channelcmds:fix set chnl access sessionless chnl by anil kumar appana · 5 years ago
- 05ad341 Clean-up: entry code msgs in user_channel cpp files by Ayushi Smriti · 5 years ago
- e91474c Channel: Fix atomic lock issue for file copy by Richard Marian Thomaiyar · 5 years ago
- 0e862fa Static code analysis scan issue fix by Chen,Yugang · 5 years ago
- 51d0c40 user_channel: passwd_mgr: minor cleanup from cppcheck by Patrick Venture · 5 years ago
- 3a697ad user_channel: user_mgmt: minor cleanup from cppcheck by Patrick Venture · 5 years ago
- 92d8119 user_mgmt: update default ipmi_user.json file. by Saravanan Palanisamy · 5 years ago
- c86045c user_mgmt: Enable SOL payload access by default. by Saravanan Palanisamy · 5 years ago
- 77381f1 user_layer: Add get/set user payload access. by Saravanan Palanisamy · 5 years ago
- 61d8dcc Add an option to exclude libuserlayer from host-ipmid by ofery · 5 years ago
- 0b979b6 Remove unused function convertCurrentChannelNum(uint8_t) by Vernon Mauery · 5 years ago
- 6fd812d Add get channel payload version command by Ayushi Smriti · 6 years ago
- f609289 user_channel: Get Channel Payload Support command refactor by Vernon Mauery · 6 years ago
- c419680 user_mgmt: Fix error message with file name by Richard Marian Thomaiyar · 5 years ago
- 02650d5 User-mgmt: Add IPMI user pam authenticate check API by Ayushi Smriti · 5 years ago
- 6f1e978 Updates get channel info command to use the new provider API by Vernon Mauery · 6 years ago
- bc5e9ba channelcmds: move get channel access to new IPMI provider API by Richard Marian Thomaiyar · 6 years ago
- 89e4bf2 channelcmds: move set channel access to new ipmi provider API by NITIN SHARMA · 6 years ago
- 5ed3959 Update current channel mechanism to be usable by netipmid by Vernon Mauery · 5 years ago
- e004e22 user-mgmt: Update user data file, only for sync. by Richard Marian Thomaiyar · 5 years ago
- 16b8693 remove usage of sdbusplus::message::variant by Vernon Mauery · 6 years ago
- 687df40 user-mgmt: sync ipmi user & channel conf file by Richard Marian Thomaiyar · 5 years ago
- 735ee95 look up channel from D-Bus connection by Vernon Mauery · 6 years ago
- 788362c API support to update password for special user by Richard Marian Thomaiyar · 6 years ago
- f442e11 move variant to std namespace by Vernon Mauery · 6 years ago
- 5b2535f Rewrite set & get user access cmd to new provider by Richard Marian Thomaiyar · 6 years ago
- c46f6cd Support - Get channel capabilities in host intf by smriti · 6 years ago
- b5a0f16 Add: Get channel payload support command by Saravanan Palanisamy · 6 years ago
- e08fbff Only include ipmid/api.hpp for the new API by Vernon Mauery · 6 years ago
- 30b0112 Add convert current channel number function by Richard Marian Thomaiyar · 6 years ago
- 90b00c7 Adding Set Password API support in Userlayer by Suryakanth Sekar · 6 years ago
- 2fe9282 [User Mgmt]: Update local user enabled state cache by Richard Marian Thomaiyar · 6 years ago
- 55768e3 Cleanup: Get rid of duplicate getChannelName() by Richard Marian Thomaiyar · 6 years ago
- e7329c7 ipmid: Compiler-generated unpacking and packing of messages by Vernon Mauery · 6 years ago
- 1bb0c7f ipmid: move channel code from libuserlayer to libchannellayer by Vernon Mauery · 6 years ago
- 99d1ba0 user_mgmt: drop c_str() when param is std::string by Patrick Venture · 6 years ago
- 997a7a0 Create the libchannellayer library so it can split from libuserlayer by Vernon Mauery · 6 years ago
- 4b0ddb6 Set init_priority attribute for global variables in shared lib by Lei YU · 6 years ago
- 194375f Create libipmid and libipmid-host by William A. Kennington III · 6 years ago
- 74a2102 IPMI channel to NIC device mapping modified within JSON config file by Johnathan Mantey · 6 years ago
- 2dfe7f8 Move public variables to the class private space. by Johnathan Mantey · 6 years ago
- 4c0435a Refactor the initialization of the channel data from the JSON by Johnathan Mantey · 6 years ago
- e5c4f1d Eliminate public function returning pointer to private class data by Johnathan Mantey · 6 years ago
- f92261d Update DBus initialization and use by Johnathan Mantey · 6 years ago
- 73906b9 Use network interface name as channel name by Richard Marian Thomaiyar · 6 years ago
- 9341160 Fix: Return error for invalid privileges by Richard Marian Thomaiyar · 6 years ago
- b6771e0 Fix: Handle return codes for user commmands by Richard Marian Thomaiyar · 6 years ago
- ef02401 Fix: Check reserved fields in channel cmds request by Richard Marian Thomaiyar · 6 years ago
- 57d4a83 Fix: NoAccess priv is tied with empty priv attr by Richard Marian Thomaiyar · 6 years ago
- 161f20d Removal of excess 16 bytes padding by Richard Marian Thomaiyar · 6 years ago
- 23df06f Return error for password length bit mismatch by Richard Marian Thomaiyar · 6 years ago
- 5831712 ipmid: channel: add max transfer size property by Vernon Mauery · 6 years ago
- 1e3455a ipmid: use a common set of CXX flags across ipmid and provider libraries by Vernon Mauery · 6 years ago
- 48e5558 Change struct names to UpperCamelCase by Richard Marian Thomaiyar · 6 years ago