summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SetLan: Define the global network timerRatan Gupta2018-03-124-1/+217
* Add support for cipher suite 17Vernon Mauery2017-12-087-2/+411
* Prepare for adding RMCP+ cipher suite 17Vernon Mauery2017-12-0712-143/+193
* explicit use of std::vector instead of buffer/BufferVernon Mauery2017-12-0517-67/+79
* Truncate Integrity Check Value to the correct lengthVernon Mauery2017-12-042-0/+3
* Adding the capability to run netipmid outside of systemdDave Cobbley2017-11-161-3/+31
* Small fixes for net ipmi handlerFeist, James2017-11-062-4/+13
* Spelling fixesGunnar Mills2017-10-253-4/+4
* Update Journal Variable NamesGunnar Mills2017-10-251-7/+7
* boot settings: use the new 'one time' settingTom Joseph2017-09-132-0/+73
* Cache system GUID in netipmidTom Joseph2017-09-116-20/+65
* settings: handle multiple objects/interfacesTom Joseph2017-09-112-7/+14
* netipmid: Support usesolkeepalive optionTom Joseph2017-08-211-0/+8
* Implement RAII for openssl crypto functionTom Joseph2017-08-141-12/+24
* sol: Handle deactivate payload correctly when session is closedTom Joseph2017-08-142-2/+19
* netipmid: Provide support to fetch paths of settings dbus objectsTom Joseph2017-08-084-3/+159
* Cleanup the console buffer on stopping the SOL payload.Tom Joseph2017-08-011-0/+2
* attach the sd bus to sd_event to receive signalsMarri Devender Rao2017-07-192-0/+9
* Correct doxygen syntax in phosphor-net-ipmidTom Joseph2017-05-2316-122/+130
* Add Get/Set SOL configuration commands to registerCommands.Tom Joseph2017-05-081-0/+16
* Add support for Get SOL configuration parameters command.Tom Joseph2017-05-082-0/+129
* Add support for Set SOL Configuration parameters command.Tom Joseph2017-05-082-0/+210
* Allow SOL activation only if SOL is enabled.Tom Joseph2017-05-081-0/+6
* Add SOL configuration parameters to SOL Managers.Tom Joseph2017-05-081-0/+50
* Change accumulateInterval and retryInterval to std::chrono units.Tom Joseph2017-05-082-24/+16
* Correct the parameters for SOLContext constructor.Tom Joseph2017-05-081-1/+1
* Remove hostConsole fd from the event loop.Tom Joseph2017-05-083-11/+11
* Change the signature of the command handler functions.Tom Joseph2017-04-2515-36/+39
* Add test-driver to .gitignoreTom Joseph2017-04-251-0/+1
* Remove the code related to obsolete event loop.Tom Joseph2017-04-251-134/+0
* Start the event loop for net-ipmidTom Joseph2017-04-251-1/+1
* Register SOL commands to the command table.Tom Joseph2017-04-251-1/+4
* Provide API to hook SOL commands to the command table.Tom Joseph2017-04-253-1/+76
* Add command handler for Payload activation status command.Tom Joseph2017-04-252-1/+103
* Add handler for Deactivate payload command.Tom Joseph2017-04-252-0/+123
* Add command handler for Activate payload command.Tom Joseph2017-04-253-1/+205
* Add command handler for SOL activating command.Tom Joseph2017-04-252-0/+61
* Add handler function for incoming SOL payload.Tom Joseph2017-04-253-1/+82
* Throw exception instead of returning error code from send function.Tom Joseph2017-04-252-14/+8
* Add function to send unsolicited IPMI payload to remote console.Tom Joseph2017-04-253-0/+67
* Add function to send outbound SOL payloadTom Joseph2017-04-253-0/+30
* No response is send via the packet handler if payload is SOL.Tom Joseph2017-04-251-0/+3
* Make the default value of session header to IPMI2.0 header.Tom Joseph2017-04-251-2/+1
* Provide API to set socket channel in session object.Tom Joseph2017-04-252-1/+12
* Modify constructor for message handler class.Tom Joseph2017-04-251-4/+7
* Remove info tracing in socket channel read function.Tom Joseph2017-04-251-6/+1
* Add socket channel property to session to send SOL packets.Tom Joseph2017-04-251-0/+3
* Provide API to check if the confidentiality algo is enabled for the session.Tom Joseph2017-04-251-0/+10
* Provide API to check if integrity algorithm is enabled for the session.Tom Joseph2017-04-251-0/+9
* Add SOL payload typeTom Joseph2017-04-251-0/+1
OpenPOWER on IntegriCloud