summaryrefslogtreecommitdiff
path: root/include/sessions.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-01-12Enforce variable initEd Tanous1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+3
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-6/+9
2021-08-17bmcweb: fix the random headersNan Zhou1-0/+1
2021-08-12Reduce session timeout to 30 minutesJason M. Bills1-1/+1
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-3/+3
2020-12-15Add meson options for all authentication methods.Alan Kuo1-2/+26
2020-11-12Call applySessionTimeouts before writing dataGunnar Mills1-17/+17
2020-10-23fix include namesEd Tanous1-3/+2
2020-10-23Timeout is not per-sessionEd Tanous1-2/+15
2020-10-15Lots of performance improvementsEd Tanous1-1/+1
2020-10-09Move Openssl GeneratorEd Tanous1-39/+3
2020-10-07Remove adl_serializer uses for jsonEd Tanous1-42/+0
2020-10-06Fix includesEd Tanous1-3/+0
2020-10-05Add PATCH support for SessionTimeout PropertyManojkiran Eda1-5/+11
2020-08-24Modernize; Move some apis to range based for loopEd Tanous1-6/+6
2020-08-17Enable clang warningsEd Tanous1-2/+2
2020-08-17Remove middlewaresEd Tanous1-25/+16
2020-06-17Fetch the ClientIP during session creationSunitha Harish1-12/+19
2020-06-17Session creation : Get and Set Oem ClientIDSunitha Harish1-6/+19
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-7/+8
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-4/+15
2020-05-14Remove the locks associated with the sessionRatan Gupta1-0/+11
2020-04-17Use CPRNG for session secrets generationJames Feist1-4/+59
2020-04-15Add CSRF check into websocketsJames Feist1-0/+1
2019-12-19Turning ON the mutual TLSZbigniew Kurzynski1-1/+1
2019-12-17Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN1-244/+0
2019-12-16Fixing mTLS switchesZbigniew Kurzynski1-0/+7
2019-12-10Revert "Fix authorization for LDAP users"James Feist1-0/+244
2019-12-09Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN1-244/+0
2019-11-19Implement constant time string compare for tokenEd Tanous1-6/+15
2019-11-12TLS method configurationZbigniew Kurzynski1-1/+7
2019-11-07Auth methods configurationZbigniew Kurzynski1-0/+61
2019-11-05Revert "Auth methods configuration"James Feist1-61/+0
2019-10-31Auth methods configurationKowalski, Kamil1-0/+61
2019-10-18Make references to crow less obviousEd Tanous1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-5/+5
2019-10-02Fix role map persistenceEd Tanous1-9/+1
2019-08-17Add 5 bits of entropyJoseph Reynolds1-3/+3
2019-07-10Included sdbusplus/bus/match.hpp to fix compilation errorRAJESWARAN THILLAIGOVINDAN1-0/+1
2019-07-09Redfish(Authorization): Add the privilege in the user session object.Ratan Gupta1-6/+258
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-07bmcweb: /s/boost::string_view/std::string_view/gEd Tanous1-3/+3
2018-09-05Move to clang-format-6.0Ed Tanous1-196/+248
2018-08-09Fix merge conflictEd Tanous1-3/+4
2018-07-27Move over to upstream c++ styleEd Tanous1-81/+79
2018-07-26Refactor session storageEd Tanous1-28/+30
2018-07-25Make SessionStore a proper singletonBorawski.Lukasz1-10/+28