summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement stopHostConsoleTom Joseph2017-04-241-0/+20
* Add API to add host console socket to the event loop.Tom Joseph2017-04-241-0/+6
* Implement startHostConsoleTom Joseph2017-04-241-0/+67
* Implement startEventLoop and handler function for IPMI packetsTom Joseph2017-04-243-3/+138
* Add SOL manager and event loop to the Singleton poolTom Joseph2017-04-242-3/+11
* Defintion of SOL ManagerTom Joseph2017-04-242-1/+217
* Definition for SOL Context ClassTom Joseph2017-04-242-1/+191
* Interfaces for the sd_event_loop adaptationTom Joseph2017-04-242-1/+149
* Implement Host Console BufferTom Joseph2017-04-242-1/+76
* Return false if session crosses the session inactivity timeoutTom Joseph2017-03-201-0/+4
* Change the default password for IPMITom Joseph2017-03-021-1/+1
* Enable gtest and write testcases for Integrity & Conf algorithmsTom Joseph2017-02-284-1/+374
OpenPOWER on IntegriCloud