index
:
phosphor-net-ipmid
master
OpenBMC Phosphor network IPMI daemon sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Provide API to hook SOL commands to the command table.
Tom Joseph
2017-04-25
3
-1
/
+76
*
Add command handler for Payload activation status command.
Tom Joseph
2017-04-25
2
-1
/
+103
*
Add handler for Deactivate payload command.
Tom Joseph
2017-04-25
2
-0
/
+123
*
Add command handler for Activate payload command.
Tom Joseph
2017-04-25
3
-1
/
+205
*
Add command handler for SOL activating command.
Tom Joseph
2017-04-25
2
-0
/
+61
*
Add handler function for incoming SOL payload.
Tom Joseph
2017-04-25
3
-1
/
+82
*
Throw exception instead of returning error code from send function.
Tom Joseph
2017-04-25
2
-14
/
+8
*
Add function to send unsolicited IPMI payload to remote console.
Tom Joseph
2017-04-25
3
-0
/
+67
*
Add function to send outbound SOL payload
Tom Joseph
2017-04-25
3
-0
/
+30
*
No response is send via the packet handler if payload is SOL.
Tom Joseph
2017-04-25
1
-0
/
+3
*
Make the default value of session header to IPMI2.0 header.
Tom Joseph
2017-04-25
1
-2
/
+1
*
Provide API to set socket channel in session object.
Tom Joseph
2017-04-25
2
-1
/
+12
*
Modify constructor for message handler class.
Tom Joseph
2017-04-25
1
-4
/
+7
*
Remove info tracing in socket channel read function.
Tom Joseph
2017-04-25
1
-6
/
+1
*
Add socket channel property to session to send SOL packets.
Tom Joseph
2017-04-25
1
-0
/
+3
*
Provide API to check if the confidentiality algo is enabled for the session.
Tom Joseph
2017-04-25
1
-0
/
+10
*
Provide API to check if integrity algorithm is enabled for the session.
Tom Joseph
2017-04-25
1
-0
/
+9
*
Add SOL payload type
Tom Joseph
2017-04-25
1
-0
/
+1
*
Add resendPayload function
Tom Joseph
2017-04-24
2
-2
/
+10
*
Implement API to send SOL payload when console data is available
Tom Joseph
2017-04-24
2
-1
/
+43
*
Implement API to prepare response for inbound SOL payload
Tom Joseph
2017-04-24
1
-3
/
+43
*
Implement API to handle inbound SOL Payload
Tom Joseph
2017-04-24
3
-1
/
+199
*
Implement API to stop a payload instance
Tom Joseph
2017-04-24
1
-0
/
+21
*
Add API to start a SOL payload instance
Tom Joseph
2017-04-24
1
-0
/
+37
*
Implement function to write to host console socket
Tom Joseph
2017-04-24
1
-0
/
+34
*
Implement Host Console socket Init
Tom Joseph
2017-04-24
2
-1
/
+46
*
Implement stopSOLPayloadInstance
Tom Joseph
2017-04-24
1
-0
/
+39
*
Implement startSOLPayloadInstance
Tom Joseph
2017-04-24
1
-0
/
+142
*
Defintion of switchTimer
Tom Joseph
2017-04-24
1
-0
/
+54
*
Implement stopHostConsole
Tom Joseph
2017-04-24
1
-0
/
+20
*
Add API to add host console socket to the event loop.
Tom Joseph
2017-04-24
1
-0
/
+6
*
Implement startHostConsole
Tom Joseph
2017-04-24
1
-0
/
+67
*
Implement startEventLoop and handler function for IPMI packets
Tom Joseph
2017-04-24
3
-3
/
+138
*
Add SOL manager and event loop to the Singleton pool
Tom Joseph
2017-04-24
2
-3
/
+11
*
Defintion of SOL Manager
Tom Joseph
2017-04-24
2
-1
/
+217
*
Definition for SOL Context Class
Tom Joseph
2017-04-24
2
-1
/
+191
*
Interfaces for the sd_event_loop adaptation
Tom Joseph
2017-04-24
2
-1
/
+149
*
Implement Host Console Buffer
Tom Joseph
2017-04-24
2
-1
/
+76
*
Return false if session crosses the session inactivity timeout
Tom Joseph
2017-03-20
1
-0
/
+4
*
Change the default password for IPMI
Tom Joseph
2017-03-02
1
-1
/
+1
*
Enable gtest and write testcases for Integrity & Conf algorithms
Tom Joseph
2017-02-28
4
-1
/
+374
*
Validate Integrity Algorithm in Open Session Request command
Tom Joseph
2017-02-24
2
-4
/
+22
*
Initialise the in/out sequence numbers
Tom Joseph
2017-02-24
1
-2
/
+2
*
Implement encryptPayload and invoke it when flattening the packet
Tom Joseph
2017-02-24
2
-6
/
+38
*
Implement decryptPayload and invoke it when unflattening the packet
Tom Joseph
2017-02-24
2
-3
/
+40
*
Modify the addIntegrityData to pass the payload length
Tom Joseph
2017-02-24
2
-9
/
+13
*
Modify the verifyPacketIntegrity to pass the Payload length
Tom Joseph
2017-02-24
2
-7
/
+9
*
Implementation of AES-CBC-128 Decryption & Encryption function
Tom Joseph
2017-02-24
1
-0
/
+188
*
Set the Confidentiality Algo in the RAKP34 command
Tom Joseph
2017-02-24
1
-0
/
+23
*
Validate Confidentiality Algo in Open Session request
Tom Joseph
2017-02-24
2
-1
/
+22
[prev]
[next]