summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Validate Integrity Algorithm in Open Session Request commandTom Joseph2017-02-242-4/+22
* Initialise the in/out sequence numbersTom Joseph2017-02-241-2/+2
* Implement encryptPayload and invoke it when flattening the packetTom Joseph2017-02-242-6/+38
* Implement decryptPayload and invoke it when unflattening the packetTom Joseph2017-02-242-3/+40
* Modify the addIntegrityData to pass the payload lengthTom Joseph2017-02-242-9/+13
* Modify the verifyPacketIntegrity to pass the Payload lengthTom Joseph2017-02-242-7/+9
* Implementation of AES-CBC-128 Decryption & Encryption functionTom Joseph2017-02-241-0/+188
* Set the Confidentiality Algo in the RAKP34 commandTom Joseph2017-02-241-0/+23
* Validate Confidentiality Algo in Open Session requestTom Joseph2017-02-242-1/+22
OpenPOWER on IntegriCloud