summaryrefslogtreecommitdiff
path: root/redfish-core/include/privileges.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Add missing headersEd Tanous1-1/+0
2024-04-15Fix Privileges warningsEd Tanous1-3/+3
2023-07-20Replace logging with std::formatEd Tanous1-4/+4
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-18/+40
2023-02-24Pass string views by valueEd Tanous1-1/+1
2022-07-23test treewide: iwyuNan Zhou1-2/+12
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+2
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-21/+0
2021-11-16reduce error traces in priv and chassis codeAndrew Geissler1-2/+2
2021-08-24Fix search for OEM privilegesJoseph Reynolds1-1/+1
2020-10-23fix include namesEd Tanous1-2/+1
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-8/+5
2020-08-17Enable unused variable warnings and resolveEd Tanous1-1/+1
2020-08-17Enable clang warningsEd Tanous1-19/+7
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-4/+4
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-0/+16
2019-12-06bmcweb: Handle ConfigureSelf privilegeJoseph Reynolds1-15/+65
2019-12-06privileges: Added noAccess privilege checkjayaprakash Mutyala1-1/+7
2019-10-18Make references to crow less obviousEd Tanous1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-5/+5
2019-09-18Revert "Fix remove callback user privilege access to login"Ed Tanous1-7/+1
2019-09-16Fix remove callback user privilege access to loginanil kumar appana1-1/+7
2019-07-11Redfish(Authorization): Map the user role with the Redfish privilegesRatan Gupta1-0/+23
2019-04-01Allow multiple registrationsTanous1-0/+4
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-5/+5
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-5/+5
2019-03-07Move some include headers to a less specific folderEd Tanous1-2/+0
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-1/+0
2018-09-05Move to clang-format-6.0Ed Tanous1-118/+143
2018-07-27Move over to upstream c++ styleEd Tanous1-16/+16
2018-06-29Boost beastEd Tanous1-4/+4
2018-04-11Merge OEM and Base privileges bitsets into a single bitsetEd Tanous1-59/+31
2018-03-28Make a few changes to privileges commitEd Tanous1-191/+109
2018-03-28Privilege implementation changeBorawski.Lukasz1-70/+150
2018-03-28Redfish privilegesBorawski.Lukasz1-23/+200
2018-01-24Service RootBorawski.Lukasz1-2/+2
2018-01-23Node abstraction layerBorawski.Lukasz1-0/+66