1. 55e43f6 TLS based user auth implementation by Kowalski, Kamil · 5 years ago
  2. 7815863 Auth methods configuration by Zbigniew Kurzynski · 5 years ago
  3. 66b5ca7 account_service: redfish user Patch error handling by jayaprakash Mutyala · 5 years ago
  4. eecd51a Revert "Auth methods configuration" by James Feist · 5 years ago
  5. 0ff64dc Auth methods configuration by Kowalski, Kamil · 5 years ago
  6. 0f0353b Modernize: use emplace instead of push_back by Ed Tanous · 5 years ago
  7. 9e27a22 Move to more modern headers by Ed Tanous · 5 years ago
  8. 8251ffe Add "requires" handlers to all non-trivial routes by Ed Tanous · 5 years ago
  9. c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago
  10. a3268f9 Fix content-security-policy when XSS is disabled by Ed Tanous · 5 years ago
  11. 66664f2 Fix some warnings by Ed Tanous · 5 years ago
  12. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  13. f55cc56 Cleanup some old files by Ed Tanous · 5 years ago
  14. ca0c93b Fix role map persistence by Ed Tanous · 5 years ago
  15. a133b29 Add concurrent KVM sessions support by Jae Hyun Yoo · 5 years ago
  16. e6de21a Improve the security headers by Ed Tanous · 5 years ago
  17. c66c859 openbmc_dbus_rest: Add numeric_limits range check by Adriana Kobylak · 5 years ago
  18. 368b1d4 Add 5 bits of entropy by Joseph Reynolds · 5 years ago
  19. 845cb7d Change the permission of the session database by Ratan Gupta · 5 years ago
  20. d920704 Fix for Download dump file with original file name by Ramesh Iyyar · 5 years ago
  21. fdf43a3 Ignore charset for /login attempts by Ed Tanous · 5 years ago
  22. 082f28f Ignored Trust-Chain related errors when validating certificate by Ramesh Iyyar · 6 years ago
  23. 6f35956 Redfish(Authorization): Map the user role with the Redfish privileges by Ratan Gupta · 6 years ago
  24. 7052517 Included sdbusplus/bus/match.hpp to fix compilation error by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  25. c0bf893 Addressed certificate read issue by Ramesh Iyyar · 6 years ago
  26. 12c04ef Redfish(Authorization): Add the privilege in the user session object. by Ratan Gupta · 6 years ago
  27. 06b1b63 REST: method call: return D-Bus error desc by Matt Spinler · 6 years ago
  28. 7c09162 Fix some of the system endpoints by Ed Tanous · 6 years ago
  29. 97d2a47 REST: PUT: return DBus error description by Lei YU · 6 years ago
  30. 5968cae Redfish: Add certificate service to manage HTTPS certificates by Marri Devender Rao · 6 years ago
  31. 4d2849a Fix for Certificate Signature validation failure by Jayanth Othayoth · 6 years ago
  32. c72aa47 REST: PUT: return DBus error description by Lei YU · 6 years ago
  33. 22c3371 Redfish: Move checkDbusPathExist function to dbus utility by Ratan Gupta · 6 years ago
  34. 73df0db PID: Add fan profile support by James Feist · 6 years ago
  35. 1bfbe0e vm_websocket: Add websocket handler by Adriana Kobylak · 6 years ago
  36. ae29b8c bmcweb: /s/boost::beast::string_view/std::string_view/g by Adriana Kobylak · 6 years ago
  37. 4418c7f Remove references to experimental filesystem by James Feist · 6 years ago
  38. 85d2bb5 tls: Avoid Intel reference in in self-signed certs by Brad Bishop · 6 years ago
  39. e128140 bmcweb: fix an issue with /org endpoints by Ed Tanous · 6 years ago
  40. f00032d Allow multiple registrations by Tanous · 6 years ago
  41. e278c18 update ASIO interfaces by Ed Tanous · 6 years ago
  42. b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
  43. 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
  44. af713a6 bmcweb: Add JSON response to /logout by Anthony Wilson · 6 years ago
  45. c68604b Refine KVM websock proxy by Jae Hyun Yoo · 6 years ago
  46. 9f898f8 REST: Increase timeout for image upload by Lei YU · 6 years ago
  47. 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
  48. f1eebf0 Fix some static analysis bugs by Ed Tanous · 6 years ago
  49. 457207f bmcweb: update TLS cipher suites to mozilla modern by Ed Tanous · 6 years ago
  50. 3eb2f35 Implement KVM websocket proxy in bmcweb by Ed Tanous · 6 years ago
  51. abf2add bmcweb: move variant usage to std namespace by Ed Tanous · 6 years ago
  52. ceac6f7 Delete socket adapters by Ed Tanous · 6 years ago
  53. fe7e97d REST: GET: Use convertDBusToJSON by Matt Spinler · 6 years ago
  54. 715748a Support any message type in /subscribe callbacks by Matt Spinler · 6 years ago
  55. f39420c REST: sd_bus_message->JSON: fix multiple entries by Matt Spinler · 6 years ago
  56. da21df7 Revert "bmcweb: update SSL cipher suites to OWASP compatB" by Ed Tanous · 6 years ago
  57. 62d2e8b REST: Return a 405 on bad DELETE paths by Matt Spinler · 6 years ago
  58. c900850 REST: Refactor software image upload by Matt Spinler · 6 years ago
  59. 66cdfb4 Update content security policy by Ed Tanous · 6 years ago
  60. 54fd221 bmcweb: update SSL cipher suites to OWASP compatB by Ed Tanous · 6 years ago
  61. 39a4e39 REST: If necessary, combine method response data by Matt Spinler · 6 years ago
  62. 89c1970 REST: Add method return support for variants by Matt Spinler · 6 years ago
  63. 75c6c67 REST: Add method return support for structs by Matt Spinler · 6 years ago
  64. 6df8f99 REST: Add method return support for arrays/dicts by Matt Spinler · 6 years ago
  65. a2f0263 REST: Add missing pointer dereference by Matt Spinler · 6 years ago
  66. d22a713 REST: Add method return support for basic types by Matt Spinler · 6 years ago
  67. 16caaee REST: Add framework for returning method response by Matt Spinler · 6 years ago
  68. 318bd89 REST: Return on error in findActionOnInterface by Matt Spinler · 6 years ago
  69. 127ea54 REST: Add missing return statement by Matt Spinler · 6 years ago
  70. b7a08d0 redfish: oem: add stepwise configuration GET by James Feist · 6 years ago
  71. 4ae611d REST: Add missing return statement to dbusArgSplit by Matt Spinler · 6 years ago
  72. 8f62635 bmcweb: Remove deprecatd ASIO interfaces by Ed Tanous · 6 years ago
  73. c0eb9bd REST: Use status 400 for method arg problems by Matt Spinler · 6 years ago
  74. 673eda6 filesystem.hpp fix bad sed by James Feist · 6 years ago
  75. 81bfd11 Fix disconnection problem for HTML5 SOL by Cheng C Yang · 6 years ago
  76. a870486 bmcweb: remove boost::asio::local::stream_protocol::endpoint hack by Vernon Mauery · 6 years ago
  77. f615040 Move filesystem from experimental namespace by James Feist · 6 years ago
  78. ad18f07 bmcweb: Fix issues with /dump endpoint by Ed Tanous · 6 years ago
  79. 4d72dcc REST: Fixed issues with rest POST method by AppaRao Puli · 6 years ago
  80. 7e51389 bmcweb: Fix content type for javascript files by Ed Tanous · 6 years ago
  81. 6b5e77d bmcweb: support next= url for forwarding login by Ed Tanous · 6 years ago
  82. 02db306 bmcweb: Add X-Content-Type-Options header by Ed Tanous · 6 years ago
  83. da7f41e bmcweb Add DELETE to allowed XSS methods by Ed Tanous · 6 years ago
  84. de81881 REST: Add DELETE support by Matt Spinler · 6 years ago
  85. fbc19ea REST: For PUT, return errors in JSON by Matt Spinler · 6 years ago
  86. c4e8d21d6 REST: Add JSON error when no D-Bus handlers found by Matt Spinler · 6 years ago
  87. 6db0624 REST: For /action/<method>, return errors in JSON by Matt Spinler · 6 years ago
  88. d6091dd REST: For list, return the error in JSON by Matt Spinler · 6 years ago
  89. dc2f9f1 REST: For GET, return errors in JSON by Matt Spinler · 6 years ago
  90. 2ae6009 REST: For enumerate, return the error in JSON by Matt Spinler · 6 years ago
  91. 2df1e7d REST: For enumerate, try GetAll as last resort by Matt Spinler · 6 years ago
  92. 3ae4ba7 REST: For enumerate, use GetObject for target path by Matt Spinler · 6 years ago
  93. 750ceae bmcweb: Clean up security headers by Ed Tanous · 6 years ago
  94. 1b6b96c Remove custom version of getPtr by Ed Tanous · 6 years ago
  95. 63c7908 Revert "Update Content-Security-Policy" by Ed Tanous · 6 years ago
  96. 3112a14 bmcweb: Fix header includes to be more specific by Ed Tanous · 6 years ago
  97. 99ad599 Update Content-Security-Policy by Joseph Reynolds · 6 years ago
  98. f839dfe bmcweb:Properly implement the / operator in dbus by Ed Tanous · 6 years ago
  99. 049a051 Fix an issue with non-root objectmapper entries by Ed Tanous · 6 years ago
  100. 0a63b1c Fixup mapbox variant references by William A. Kennington III · 6 years ago