1. 584fa88 Add support for OpenSSL 1.1.0 by Adriana Kobylak · 6 years ago
  2. fe5a645 Remove the support for insecure protocols in RMCP+ by Tom Joseph · 6 years ago
  3. 1d82b22 Fix to return sane error code by Richard Marian Thomaiyar · 6 years ago
  4. 5733492 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  5. 7206ccc Fix Table:: Command Not found: 0xb03e by Nagaraju Goruganti · 6 years ago
  6. 56527b9 Support username for IPMI default user account by Tom Joseph · 6 years ago
  7. 62ec622 Spelling fixes by Gunnar Mills · 6 years ago
  8. 8093849 Implement get payload instance info command by Tom Joseph · 6 years ago
  9. e3b815d README: Reword cleaning the repo by Gunnar Mills · 6 years ago
  10. 6f83cbc Support SOL parameter channel number by Tom Joseph · 6 years ago
  11. 1d9d416 Patch #2 Reducing IPMI logging footprint by Nagaraju Goruganti · 6 years ago
  12. 166c71a Create sd_event outside from EventLoop by Ratan Gupta · 6 years ago
  13. 04edb9b Define the ipmid_get_sd_bus_event_connection by Ratan Gupta · 6 years ago
  14. 4080136 SetLan: Define the global network timer by Ratan Gupta · 6 years ago
  15. 7e9e2ef Add support for cipher suite 17 by Vernon Mauery · 7 years ago
  16. 9b307be Prepare for adding RMCP+ cipher suite 17 by Vernon Mauery · 7 years ago
  17. 70fd29c explicit use of std::vector instead of buffer/Buffer by Vernon Mauery · 7 years ago
  18. 2207f51 Truncate Integrity Check Value to the correct length by Vernon Mauery · 7 years ago
  19. 2c15f0c Adding the capability to run netipmid outside of systemd by Dave Cobbley · 7 years ago
  20. bd45aae Small fixes for net ipmi handler by Feist, James · 7 years ago
  21. 541aee7 Spelling fixes by Gunnar Mills · 7 years ago
  22. 576e252 Update Journal Variable Names by Gunnar Mills · 7 years ago
  23. 9c60a58 boot settings: use the new 'one time' setting by Tom Joseph · 7 years ago
  24. 83029cb Cache system GUID in netipmid by Tom Joseph · 7 years ago
  25. 7c78adf settings: handle multiple objects/interfaces by Tom Joseph · 7 years ago
  26. 694fc0c netipmid: Support usesolkeepalive option by Tom Joseph · 7 years ago
  27. f6c97e1 Implement RAII for openssl crypto function by Tom Joseph · 7 years ago
  28. 6516cef sol: Handle deactivate payload correctly when session is closed by Tom Joseph · 7 years ago
  29. 19b4f40 netipmid: Provide support to fetch paths of settings dbus objects by Tom Joseph · 7 years ago
  30. de203ce Cleanup the console buffer on stopping the SOL payload. by Tom Joseph · 7 years ago
  31. 3ecf0a1 attach the sd bus to sd_event to receive signals by Marri Devender Rao · 7 years ago
  32. 3563f8f Correct doxygen syntax in phosphor-net-ipmid by Tom Joseph · 7 years ago
  33. 15771d1 Add Get/Set SOL configuration commands to registerCommands. by Tom Joseph · 7 years ago
  34. 20aef33 Add support for Get SOL configuration parameters command. by Tom Joseph · 7 years ago
  35. 48b9951 Add support for Set SOL Configuration parameters command. by Tom Joseph · 7 years ago
  36. 96b6d81 Allow SOL activation only if SOL is enabled. by Tom Joseph · 7 years ago
  37. 1967cf5 Add SOL configuration parameters to SOL Managers. by Tom Joseph · 7 years ago
  38. 704f342 Change accumulateInterval and retryInterval to std::chrono units. by Tom Joseph · 7 years ago
  39. 32f07b8 Correct the parameters for SOLContext constructor. by Tom Joseph · 7 years ago
  40. b81f761 Remove hostConsole fd from the event loop. by Tom Joseph · 7 years ago
  41. 18a45e9 Change the signature of the command handler functions. by Tom Joseph · 7 years ago
  42. 9938558 Add test-driver to .gitignore by Tom Joseph · 7 years ago
  43. a6c4011 Remove the code related to obsolete event loop. by Tom Joseph · 7 years ago
  44. f9e4586 Start the event loop for net-ipmid by Tom Joseph · 7 years ago
  45. 89481cf Register SOL commands to the command table. by Tom Joseph · 7 years ago
  46. e088bf0 Provide API to hook SOL commands to the command table. by Tom Joseph · 7 years ago
  47. e1ae56c Add command handler for Payload activation status command. by Tom Joseph · 7 years ago
  48. e2f0a8e Add handler for Deactivate payload command. by Tom Joseph · 7 years ago
  49. 5c846a8 Add command handler for Activate payload command. by Tom Joseph · 7 years ago
  50. e14ac96 Add command handler for SOL activating command. by Tom Joseph · 7 years ago
  51. 64b3dec Add handler function for incoming SOL payload. by Tom Joseph · 7 years ago
  52. 04b3038 Throw exception instead of returning error code from send function. by Tom Joseph · 7 years ago
  53. 63d3e49 Add function to send unsolicited IPMI payload to remote console. by Tom Joseph · 7 years ago
  54. 22596f2 Add function to send outbound SOL payload by Tom Joseph · 7 years ago
  55. 703adbf No response is send via the packet handler if payload is SOL. by Tom Joseph · 7 years ago
  56. 31133bc Make the default value of session header to IPMI2.0 header. by Tom Joseph · 7 years ago
  57. ff84849 Provide API to set socket channel in session object. by Tom Joseph · 7 years ago
  58. f846fb3 Modify constructor for message handler class. by Tom Joseph · 7 years ago
  59. 092f326 Remove info tracing in socket channel read function. by Tom Joseph · 7 years ago
  60. cc27e12 Add socket channel property to session to send SOL packets. by Tom Joseph · 7 years ago
  61. 895df94 Provide API to check if the confidentiality algo is enabled for the session. by Tom Joseph · 7 years ago
  62. d8c7861 Provide API to check if integrity algorithm is enabled for the session. by Tom Joseph · 7 years ago
  63. f7f984f Add SOL payload type by Tom Joseph · 7 years ago
  64. 2fd466f Add resendPayload function by Tom Joseph · 7 years ago
  65. 7306314 Implement API to send SOL payload when console data is available by Tom Joseph · 7 years ago
  66. 75e15db Implement API to prepare response for inbound SOL payload by Tom Joseph · 7 years ago
  67. fbcac2e Implement API to handle inbound SOL Payload by Tom Joseph · 7 years ago
  68. 4ff14b5 Implement API to stop a payload instance by Tom Joseph · 7 years ago
  69. 2e44e0e Add API to start a SOL payload instance by Tom Joseph · 7 years ago
  70. b51f641 Implement function to write to host console socket by Tom Joseph · 7 years ago
  71. 22c5ad3 Implement Host Console socket Init by Tom Joseph · 7 years ago
  72. a891eb7 Implement stopSOLPayloadInstance by Tom Joseph · 7 years ago
  73. e989c36 Implement startSOLPayloadInstance by Tom Joseph · 7 years ago
  74. 0a0d8f6 Defintion of switchTimer by Tom Joseph · 7 years ago
  75. cfbd43f Implement stopHostConsole by Tom Joseph · 7 years ago
  76. 28d993a Add API to add host console socket to the event loop. by Tom Joseph · 7 years ago
  77. 56f24e9 Implement startHostConsole by Tom Joseph · 7 years ago
  78. 7fd26dd Implement startEventLoop and handler function for IPMI packets by Tom Joseph · 7 years ago
  79. 52f53d7 Add SOL manager and event loop to the Singleton pool by Tom Joseph · 7 years ago
  80. 5a454a2 Defintion of SOL Manager by Tom Joseph · 7 years ago
  81. 86d17b4 Definition for SOL Context Class by Tom Joseph · 7 years ago
  82. 807c7e8 Interfaces for the sd_event_loop adaptation by Tom Joseph · 7 years ago
  83. 2be58bc Implement Host Console Buffer by Tom Joseph · 7 years ago
  84. 4173cf8 Return false if session crosses the session inactivity timeout by Tom Joseph · 7 years ago
  85. e2e9766 Change the default password for IPMI by Tom Joseph · 7 years ago
  86. 1e5a76a Enable gtest and write testcases for Integrity & Conf algorithms by Tom Joseph · 7 years ago
  87. 1e7aa19 Validate Integrity Algorithm in Open Session Request command by Tom Joseph · 7 years ago
  88. 32db22e Initialise the in/out sequence numbers by Tom Joseph · 7 years ago
  89. 7536283 Implement encryptPayload and invoke it when flattening the packet by Tom Joseph · 7 years ago
  90. 78478a8 Implement decryptPayload and invoke it when unflattening the packet by Tom Joseph · 7 years ago
  91. 1404bca Modify the addIntegrityData to pass the payload length by Tom Joseph · 7 years ago
  92. 027dfc2 Modify the verifyPacketIntegrity to pass the Payload length by Tom Joseph · 7 years ago
  93. 518ecce Implementation of AES-CBC-128 Decryption & Encryption function by Tom Joseph · 7 years ago
  94. 4c766eb Set the Confidentiality Algo in the RAKP34 command by Tom Joseph · 7 years ago
  95. 2f0bd0e Validate Confidentiality Algo in Open Session request by Tom Joseph · 7 years ago
  96. ba11f79 Authentication Algo keeps record of the Confidentiality algo by Tom Joseph · 7 years ago
  97. 491dbd0 Modify the session data to handle the Confidentiality algo by Tom Joseph · 7 years ago
  98. 5469065 Add documentation for Cipher Key K2 by Tom Joseph · 7 years ago
  99. 06f7a3c Interfaces for the AES-CBC-128 Confidentiality Algo by Tom Joseph · 7 years ago
  100. d08b523 Interfaces for the Confidentiality Algorithm by Tom Joseph · 7 years ago