summaryrefslogtreecommitdiff
path: root/include/authorization.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-1/+1
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-7/+9
2021-11-16reduce error traces in connection and auth codeAndrew Geissler1-1/+1
2021-10-18Rename method to isOnAllowlistEd Tanous1-1/+1
2021-10-11Fix build warningLei YU1-2/+2
2021-10-09Split up authenticateEd Tanous1-10/+2
2021-09-30Fix compile issue when basic auth is disabledEd Tanous1-2/+2
2021-09-11Corrects issues in sessionJohn Edward Broadbent1-18/+23
2021-09-09Change ownership of boost::req to crow::reqJohn Edward Broadbent1-63/+67
2021-04-26Fix infinite redirect when webui isn't installedEd Tanous1-20/+2
2021-03-19Add SameSite=Strict on Set-CookieGunnar Mills1-5/+7
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-2/+3
2020-12-18Fix .clang-tidyEd Tanous1-5/+5
2020-12-15Add meson options for all authentication methods.Alan Kuo1-0/+16
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish1-3/+6
2020-10-23Turn on ALL perf checksEd Tanous1-2/+2
2020-10-23fix include namesEd Tanous1-5/+4
2020-10-15Lots of performance improvementsEd Tanous1-2/+3
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-23/+18
2020-10-05Fix the build without the mutual TLS auth supportAlexander Filippov1-4/+7
2020-10-05Implement bugprone-branch-clone complianceEd Tanous1-2/+2
2020-08-17Remove middlewaresEd Tanous1-17/+14
2020-07-29Fix MTLS AuthJames Feist1-1/+45
2020-07-16Deprecate the "" operator, and isEqPEd Tanous1-3/+3
2020-07-16Rework Authorization flowJames Feist1-0/+267