summaryrefslogtreecommitdiff
path: root/redfish-core/lib/redfish_sessions.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Sessions: Drop end / from odata.idGunnar Mills1-2/+2
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-06-15Fix regression in @odata failure pathsEd Tanous1-1/+8
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-2/+1
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-1/+1
2023-05-17SessionService: Break out setupRedfishRouteGunnar Mills1-1/+8
2023-05-17Break out setupRedfishRouteEd Tanous1-1/+7
2023-05-16Boost::urls::formatEd Tanous1-6/+8
2023-05-12fix more push vs emplace callsPatrick Williams1-1/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-3/+0
2023-03-11Make url by value in RequestEd Tanous1-1/+1
2023-02-23Session: Add v1 to urlFromPiecesGunnar Mills1-2/+2
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-3/+4
2023-01-19Remove proprietary OEMSession supportEd Tanous1-36/+1
2023-01-18Fix a boatload of #includesEd Tanous1-6/+5
2022-10-07Move ClientID parameter out of OEMEd Tanous1-5/+23
2022-08-02Add Link support to SessionsEd Tanous1-8/+57
2022-08-02redfish session: fix null ptr dereferenceBrad Bishop1-1/+1
2022-08-02redfish session: Handle generateUserSession errorsBrad Bishop1-0/+6
2022-07-05IWYU redfish_sessions.hppEd Tanous1-0/+1
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-7/+7
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-05-24Fix segmentation fault when deleting the sessionswukaihua-fii-na1-1/+2
2022-05-13Remove brace initialization of json objectsEd Tanous1-4/+5
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-14/+50
2022-03-25Make bmcweb pass REQ_POST_CREATE_TO_MEMBERS_PROPEd Tanous1-1/+5
2022-03-25Move SessionService to free methodsEd Tanous1-217/+227
2022-02-28Add url type safety to message registryEd Tanous1-3/+5
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-5/+5
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-1/+1
2021-07-13Make code compile with clang-13Ed Tanous1-3/+3
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-5/+11
2021-06-11Fix Session delete to return 200Ed Tanous1-1/+1
2021-06-09Remove the Node classEd Tanous1-1/+0
2021-06-09Move Sessions to non Node structureEd Tanous1-288/+239
2021-06-08Remove Node class from Account ServiceEd Tanous1-2/+4
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-0/+2
2021-04-08Using AsyncResp everywherezhanghch051-69/+68
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-2/+2
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish1-5/+4
2020-10-29Revert "Redfish Session : Support ClientOriginIPAddress"Ed Tanous1-5/+4
2020-10-08Redfish Session : Support ClientOriginIPAddressSunitha Harish1-4/+5
2020-10-05Add PATCH support for SessionTimeout PropertyManojkiran Eda1-0/+34
2020-09-03Revert http::Request::socket() callbackEd Tanous1-7/+0
2020-08-17Enable unused variable warnings and resolveEd Tanous1-6/+6
2020-08-17Remove middlewaresEd Tanous1-17/+14
2020-07-01Fix : Compilation issue when ssl is disabledManojkiran Eda1-0/+5
2020-06-17Fetch the ClientIP during session creationSunitha Harish1-4/+9
2020-06-17Session creation : Get and Set Oem ClientIDSunitha Harish1-4/+26
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-2/+12