1. 4c4694e [netipmid] Fix: validate user lockout status by Richard Marian Thomaiyar · 5 years ago
  2. b31e969 Rakp12: Validate user lockout status, before RMCP+ session by Ayushi Smriti · 5 years ago
  3. 052b7cf Set the current interface number based on the channel name by Vernon Mauery · 5 years ago
  4. d92bc32 spawn one rmcpp bridge per interface by Vernon Mauery · 5 years ago
  5. 8af90eb Skip IPMI Payload commands - IPMI Mesg disabled by Richard Marian Thomaiyar · 5 years ago
  6. 992e53c Cache the user & channel acces in session by Richard Marian Thomaiyar · 5 years ago
  7. 17c17cc build: install into bin instead of sbin by Patrick Venture · 5 years ago
  8. 250bf10 Update IPMI max session count from 5 to 15 by Suryakanth Sekar · 5 years ago
  9. 7e5d38d RAKP12: Don't allow user with NOACCESS priv. by Richard Marian Thomaiyar · 5 years ago
  10. b9631f8 Handle invalid length for Disable Payload command by Sumanth Bhat · 5 years ago
  11. 716d1ef Handle input - Get channel auth capabilities by Richard Marian Thomaiyar · 5 years ago
  12. 7a4ea79 netipmid: Remove unused event references by Vernon Mauery · 6 years ago
  13. 8d6f200 netipmid: make Handler asynchronous by Vernon Mauery · 6 years ago
  14. 7b98c07 netipmid: move to sdbusplus::asio from sdbusplus by Vernon Mauery · 6 years ago
  15. 6650164 netipmid: Update netipmid to use ipmid as the main queue by Vernon Mauery · 6 years ago
  16. 4f09eae Convert host-ipmid -> libipmid by William A. Kennington III · 5 years ago
  17. 27ebe58 build: pkg anti-pattern: use defaults by Patrick Venture · 5 years ago
  18. db9f8e7 netipmid: add dependency on libchannellayer by Vernon Mauery · 5 years ago
  19. 4021b1f Return the maximum privilege in open session command by Tom Joseph · 5 years ago
  20. b882dbb Update the payload with authenticated field in the header by Tom Joseph · 5 years ago
  21. 615e4fd Null username support is removed from Get Channel Auth command by Tom Joseph · 5 years ago
  22. dc3e8b9 Fix the order of fields in Get Channel Auth Capabilities command by Tom Joseph · 5 years ago
  23. 7f268e4 netipmid: consolidate message-related things in message.hpp by Vernon Mauery · 6 years ago
  24. 6f353e8 netipmid: move sol timers to asio by Vernon Mauery · 6 years ago
  25. 7e4a651 netipmid: move sol console sockets to asio by Vernon Mauery · 6 years ago
  26. 7a0142c netipmid: move raw sockets to boost::asio sockets by Vernon Mauery · 6 years ago
  27. d5a4f45 Fix: Set proper session privilege for RAKP 1 by Richard Marian Thomaiyar · 5 years ago
  28. 5f1dd31 Fix: Get Payload info for non active payload by Richard Marian Thomaiyar · 5 years ago
  29. d8e92fe Fix: match exact privilege for priv lookup by Richard Marian Thomaiyar · 5 years ago
  30. 22c8a21 netipmid: use boost::asio signal handling by Vernon Mauery · 6 years ago
  31. fc37e59 netipmid: replace std::cerr with phosphor::logging calls by Vernon Mauery · 5 years ago
  32. 744b3c8 phosphor-net-ipmid: connect with the correct sockaddr size by Vernon Mauery · 5 years ago
  33. d91fd9d Support privilege based lookup with user name by Richard Marian Thomaiyar · 5 years ago
  34. cbccb05 netipmid: move event loop to boost::asio::io_context by Vernon Mauery · 6 years ago
  35. 99b8784 Revert "W/A for CI test case - Accept empty user name" by Richard Marian Thomaiyar · 5 years ago
  36. 472a37b Command execution restriction based on privilege by Richard Marian Thomaiyar · 6 years ago
  37. d2563c5 W/A for CI test case - Accept empty user name by Richard Marian Thomaiyar · 6 years ago
  38. d0062ed netipmid: move to sdbusplus from sdbus minus by Vernon Mauery · 6 years ago
  39. 4cb7359 netipmid: startSession does not need to call getSession by Vernon Mauery · 6 years ago
  40. 224f36a netipmid: use shared_ptr on session instead of shared_ptr+references by Vernon Mauery · 6 years ago
  41. d999ffc netipmid: use shared_ptr on messages instead of unique_ptr+references by Vernon Mauery · 6 years ago
  42. 127748a RMCP+ login support with privilege by Richard Marian Thomaiyar · 6 years ago
  43. d6f3f7d Add LAN1 selfchannel suppport for IPMI by ssekar · 6 years ago
  44. 8977d12 netipmid: use libcrypto prng instead of insecure std::rand by Vernon Mauery · 6 years ago
  45. 07e5b28 netipmid: make session a header-only situation by Vernon Mauery · 6 years ago
  46. cc7b1cb netipmid: Remove unused argc/argv from main by Vernon Mauery · 6 years ago
  47. 96a1a39 netipmid: use the default system bus by Vernon Mauery · 6 years ago
  48. 6b4faac netipmid: add more files to .gitignore by Vernon Mauery · 6 years ago
  49. b108806 netipmid: Remove local timer class by Vernon Mauery · 6 years ago
  50. 36baa14 netipmid: Add -flto to CXXFLAGS by Vernon Mauery · 6 years ago
  51. a65e30d style: cppcheck cleanup by Patrick Venture · 6 years ago
  52. a34c2ab netipmid: use std variant interface by Vernon Mauery · 6 years ago
  53. f41a554 netipmid: use system path include style by Vernon Mauery · 6 years ago
  54. ae1fda4 netipmid: use std::shared_ptr instead of weak_ptr/lock by Vernon Mauery · 6 years ago
  55. 9e801a2 netipmid: apply clang-format rules by Vernon Mauery · 6 years ago
  56. f611055 build: set language to C++ by Patrick Venture · 6 years ago
  57. cc90c80 MAINTAINERS: Update Emily's IRC nick by Emily Shaffer · 6 years ago
  58. b00f8f7 Fix IPMI SEL reservations and cancellations by Jason M. Bills · 6 years ago
  59. 5e45209 phosphor-net-ipmid: use c++17 by Vernon Mauery · 6 years ago
  60. 584fa88 Add support for OpenSSL 1.1.0 by Adriana Kobylak · 6 years ago
  61. fe5a645 Remove the support for insecure protocols in RMCP+ by Tom Joseph · 6 years ago
  62. 1d82b22 Fix to return sane error code by Richard Marian Thomaiyar · 6 years ago
  63. 5733492 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  64. 7206ccc Fix Table:: Command Not found: 0xb03e by Nagaraju Goruganti · 6 years ago
  65. 56527b9 Support username for IPMI default user account by Tom Joseph · 6 years ago
  66. 62ec622 Spelling fixes by Gunnar Mills · 6 years ago
  67. 8093849 Implement get payload instance info command by Tom Joseph · 6 years ago
  68. e3b815d README: Reword cleaning the repo by Gunnar Mills · 6 years ago
  69. 6f83cbc Support SOL parameter channel number by Tom Joseph · 6 years ago
  70. 1d9d416 Patch #2 Reducing IPMI logging footprint by Nagaraju Goruganti · 6 years ago
  71. 166c71a Create sd_event outside from EventLoop by Ratan Gupta · 6 years ago
  72. 04edb9b Define the ipmid_get_sd_bus_event_connection by Ratan Gupta · 6 years ago
  73. 4080136 SetLan: Define the global network timer by Ratan Gupta · 6 years ago
  74. 7e9e2ef Add support for cipher suite 17 by Vernon Mauery · 7 years ago
  75. 9b307be Prepare for adding RMCP+ cipher suite 17 by Vernon Mauery · 7 years ago
  76. 70fd29c explicit use of std::vector instead of buffer/Buffer by Vernon Mauery · 7 years ago
  77. 2207f51 Truncate Integrity Check Value to the correct length by Vernon Mauery · 7 years ago
  78. 2c15f0c Adding the capability to run netipmid outside of systemd by Dave Cobbley · 7 years ago
  79. bd45aae Small fixes for net ipmi handler by Feist, James · 7 years ago
  80. 541aee7 Spelling fixes by Gunnar Mills · 7 years ago
  81. 576e252 Update Journal Variable Names by Gunnar Mills · 7 years ago
  82. 9c60a58 boot settings: use the new 'one time' setting by Tom Joseph · 7 years ago
  83. 83029cb Cache system GUID in netipmid by Tom Joseph · 7 years ago
  84. 7c78adf settings: handle multiple objects/interfaces by Tom Joseph · 7 years ago
  85. 694fc0c netipmid: Support usesolkeepalive option by Tom Joseph · 7 years ago
  86. f6c97e1 Implement RAII for openssl crypto function by Tom Joseph · 7 years ago
  87. 6516cef sol: Handle deactivate payload correctly when session is closed by Tom Joseph · 7 years ago
  88. 19b4f40 netipmid: Provide support to fetch paths of settings dbus objects by Tom Joseph · 7 years ago
  89. de203ce Cleanup the console buffer on stopping the SOL payload. by Tom Joseph · 7 years ago
  90. 3ecf0a1 attach the sd bus to sd_event to receive signals by Marri Devender Rao · 7 years ago
  91. 3563f8f Correct doxygen syntax in phosphor-net-ipmid by Tom Joseph · 7 years ago
  92. 15771d1 Add Get/Set SOL configuration commands to registerCommands. by Tom Joseph · 7 years ago
  93. 20aef33 Add support for Get SOL configuration parameters command. by Tom Joseph · 7 years ago
  94. 48b9951 Add support for Set SOL Configuration parameters command. by Tom Joseph · 7 years ago
  95. 96b6d81 Allow SOL activation only if SOL is enabled. by Tom Joseph · 7 years ago
  96. 1967cf5 Add SOL configuration parameters to SOL Managers. by Tom Joseph · 7 years ago
  97. 704f342 Change accumulateInterval and retryInterval to std::chrono units. by Tom Joseph · 7 years ago
  98. 32f07b8 Correct the parameters for SOLContext constructor. by Tom Joseph · 7 years ago
  99. b81f761 Remove hostConsole fd from the event loop. by Tom Joseph · 7 years ago
  100. 18a45e9 Change the signature of the command handler functions. by Tom Joseph · 7 years ago