summaryrefslogtreecommitdiff
path: root/include/sessions.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-01Bring consistency to config optionsEd Tanous1-29/+5
2024-04-18Remove ibm locks featureSunitha Harish1-10/+0
2024-03-25Fix redundant init issuesEd Tanous1-7/+15
2023-08-01Revert "Cache user role in session object"Gunnar Mills1-7/+1
2023-07-28Cache user role in session objectEd Tanous1-1/+7
2023-07-20Replace logging with std::formatEd Tanous1-7/+8
2023-07-12Use openssl random number generatorEd Tanous1-1/+1
2023-06-17Revert "Fix websocket csrf checking"Ed Tanous1-1/+2
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-0/+2
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+1
2023-04-06Fix websocket csrf checkingGunnar Mills1-2/+1
2023-02-28Remove sessions when user is deletedXie Ning1-0/+12
2023-02-24Pass string views by valueEd Tanous1-5/+3
2023-01-18Fix a boatload of #includesEd Tanous1-2/+2
2022-10-07Move ClientID parameter out of OEMEd Tanous1-6/+5
2022-09-28clang-15: fixes for emplacePatrick Williams1-1/+1
2022-06-25sessions: iwyunitroglycerine1-8/+0
2022-06-23pam_authenticate: remove unused referenceNan Zhou1-1/+0
2022-03-22Consitently use dbus::utility typesEd Tanous1-1/+0
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