summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add resendPayload functionTom Joseph2017-04-242-2/+10
* Implement API to send SOL payload when console data is availableTom Joseph2017-04-242-1/+43
* Implement API to prepare response for inbound SOL payloadTom Joseph2017-04-241-3/+43
* Implement API to handle inbound SOL PayloadTom Joseph2017-04-243-1/+199
* Implement API to stop a payload instanceTom Joseph2017-04-241-0/+21
* Add API to start a SOL payload instanceTom Joseph2017-04-241-0/+37
* Implement function to write to host console socketTom Joseph2017-04-241-0/+34
* Implement Host Console socket InitTom Joseph2017-04-242-1/+46
* Implement stopSOLPayloadInstanceTom Joseph2017-04-241-0/+39
* Implement startSOLPayloadInstanceTom Joseph2017-04-241-0/+142
* Defintion of switchTimerTom Joseph2017-04-241-0/+54
OpenPOWER on IntegriCloud