1. e518ef3 Remove sessions on user password update by Ravi Teja · 7 months ago
  2. 25b54db Bring consistency to config options by Ed Tanous · 8 months ago
  3. 56d0bb0 Remove ibm locks feature by Sunitha Harish · 9 months ago
  4. 47f2934 Fix redundant init issues by Ed Tanous · 9 months ago
  5. 59ba638 Revert "Cache user role in session object" by Gunnar Mills · 1 year, 5 months ago
  6. 8ed41c3 Cache user role in session object by Ed Tanous · 3 years, 8 months ago
  7. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  8. 2c6ffdb Use openssl random number generator by Ed Tanous · 1 year, 6 months ago
  9. 7e9c08e Revert "Fix websocket csrf checking" by Ed Tanous · 1 year, 6 months ago
  10. 3e72c20 Added new pre-defined usergroup called hostconsole by Ninad Palsule · 1 year, 9 months ago
  11. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  12. e628df8 Fix websocket csrf checking by Gunnar Mills · 1 year, 9 months ago
  13. 9fa06f1 Remove sessions when user is deleted by Xie Ning · 2 years, 6 months ago
  14. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
  15. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  16. bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
  17. 41713dd clang-15: fixes for emplace by Patrick Williams · 2 years, 3 months ago
  18. b5b4060 sessions: iwyu by nitroglycerine · 2 years, 6 months ago
  19. f1eac57 pam_authenticate: remove unused reference by Nan Zhou · 2 years, 6 months ago
  20. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  21. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 2 years, 11 months ago
  22. d3a9e08 Enforce variable init by Ed Tanous · 3 years ago
  23. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  24. 41d61c8 Convert IPv4-mapped IPv6 ClientIP back to IPv4 by Jiaqing Zhao · 3 years, 1 month ago
  25. 97128e9 bmcweb: fix the random headers by Nan Zhou · 3 years, 4 months ago
  26. dc414b5 Reduce session timeout to 30 minutes by Jason M. Bills · 3 years, 5 months ago
  27. d323922 Redfish Session : Fix clientIp getting mapped to clientId by Sunitha Harish · 3 years, 10 months ago
  28. f16f626 Add meson options for all authentication methods. by Alan Kuo · 4 years, 1 month ago
  29. 83cf818 Call applySessionTimeouts before writing data by Gunnar Mills · 4 years, 1 month ago
  30. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago
  31. dc511aa Timeout is not per-session by Ed Tanous · 4 years, 2 months ago
  32. b5a7693 Lots of performance improvements by Ed Tanous · 4 years, 3 months ago
  33. fc76b8a Move Openssl Generator by Ed Tanous · 4 years, 3 months ago
  34. 5fb91ba Remove adl_serializer uses for json by Ed Tanous · 4 years, 3 months ago
  35. d43cd0c Fix includes by Ed Tanous · 4 years, 3 months ago
  36. f2a4a60 Add PATCH support for SessionTimeout Property by Manojkiran Eda · 4 years, 4 months ago
  37. 0dfeda6 Modernize; Move some apis to range based for loop by Ed Tanous · 5 years ago
  38. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
  39. 52cc112 Remove middlewares by Ed Tanous · 4 years, 5 months ago
  40. 92f6822 Fetch the ClientIP during session creation by Sunitha Harish · 4 years, 7 months ago
  41. 08bdcc7 Session creation : Get and Set Oem ClientID by Sunitha Harish · 4 years, 8 months ago
  42. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  43. 3bf4e63 Implement Redfish PasswordChangeRequired by Joseph Reynolds · 4 years, 11 months ago
  44. 07386c6 Remove the locks associated with the session by Ratan Gupta · 5 years ago
  45. a68a804 Use CPRNG for session secrets generation by James Feist · 4 years, 8 months ago
  46. f8aa3d2 Add CSRF check into websockets by James Feist · 4 years, 9 months ago
  47. cac94c5 Turning ON the mutual TLS by Zbigniew Kurzynski · 5 years ago
  48. 61dbeef Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  49. 009c2a4 Fixing mTLS switches by Zbigniew Kurzynski · 5 years ago
  50. 7166bf0 Revert "Fix authorization for LDAP users" by James Feist · 5 years ago
  51. 5e931ae Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  52. 51dae67 Implement constant time string compare for token by Ed Tanous · 6 years ago
  53. 501f1e5 TLS method configuration by Zbigniew Kurzynski · 5 years ago
  54. 7815863 Auth methods configuration by Zbigniew Kurzynski · 5 years ago
  55. eecd51a Revert "Auth methods configuration" by James Feist · 5 years ago
  56. 0ff64dc Auth methods configuration by Kowalski, Kamil · 5 years ago
  57. c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago
  58. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  59. ca0c93b Fix role map persistence by Ed Tanous · 5 years ago
  60. 368b1d4 Add 5 bits of entropy by Joseph Reynolds · 5 years ago
  61. 7052517 Included sdbusplus/bus/match.hpp to fix compilation error by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  62. 12c04ef Redfish(Authorization): Add the privilege in the user session object. by Ratan Gupta · 6 years ago
  63. b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
  64. 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
  65. 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
  66. 1abe55e Move to clang-format-6.0 by Ed Tanous · 6 years ago
  67. a434f2b Fix merge conflict by Ed Tanous · 6 years ago
  68. 55c7b7a Move over to upstream c++ style by Ed Tanous · 7 years ago
  69. e1ae533 Refactor session storage by Ed Tanous · 6 years ago
  70. 4b1b868 Make SessionStore a proper singleton by Borawski.Lukasz · 7 years ago
  71. e0d918b Boost beast by Ed Tanous · 7 years ago
  72. 5d27b85 Redfish SessionService by Borawski.Lukasz · 7 years ago
  73. 5cef0f7 Reimplement presistent data loading in no-throw way by Kowalski, Kamil · 7 years ago
  74. 2b7981f Session and SessionCollection by Kowalski, Kamil · 7 years ago