summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Authentication Algo keeps record of the Confidentiality algoTom Joseph2017-02-244-8/+30
* Modify the session data to handle the Confidentiality algoTom Joseph2017-02-241-0/+34
* Add documentation for Cipher Key K2Tom Joseph2017-02-231-1/+5
* Interfaces for the AES-CBC-128 Confidentiality AlgoTom Joseph2017-02-221-0/+116
* Interfaces for the Confidentiality AlgorithmTom Joseph2017-02-223-1/+127
* Correct the calculation of integrity pad lengthTom Joseph2017-02-151-2/+2
* Catch the exception when sending the IPMI response messageTom Joseph2017-02-151-2/+10
* Astyle changes in message_parsers.cppTom Joseph2017-02-101-6/+6
* Refactor the RAKP34 implementationTom Joseph2017-02-101-12/+23
* Correct the aligment for a long lineTom Joseph2017-02-091-1/+1
* Fix compilation errors for x86-64 SDKTom Joseph2017-02-094-4/+6
* Change the response buffer size passed to provider libraryTom Joseph2017-01-312-3/+5
* Modify the sd_event_loop to use systemd activated socketTom Joseph2017-01-311-13/+3
* Change the typename for IPMI Command PrivilegeTom Joseph2017-01-271-2/+2
* Code changes to support IPMI provider librariesTom2017-01-181-2/+19
* Load IPMI provider libraries into net-ipmidTom2017-01-185-2/+143
* Command Table Entry for IPMI Provider CommandsTom2017-01-182-0/+66
* Message parser changes to support Integrity AlgoTom Joseph2017-01-172-0/+114
* Set the Integrity Algo once the Session setup succeedsTom Joseph2017-01-171-0/+13
* Validate Integrity Algo in Open Session requestTom Joseph2017-01-171-2/+6
* Authentication Algorithm keeps record of the Integrity algoTom Joseph2017-01-173-5/+20
* Session data modified to handle integrity algoTom Joseph2017-01-171-0/+34
* Implementation of HMAC-SHA1-96 Integrity AlgorithmTom Joseph2017-01-172-0/+111
* Interface for the Integrity AlgorithmTom Joseph2017-01-173-1/+154
* Copy the IPMI input message details to output messageTom Joseph2017-01-162-5/+5
* Minor cleanup of Message parserTom Joseph2017-01-162-14/+9
* Remove the trailing backslash in the MakefileTom Joseph2017-01-161-1/+1
* Add .gitignore file for the repositoryTom Joseph2017-01-121-0/+22
* IPMI Main HandlerTom Joseph2017-01-097-3/+293
* Communication Module ImplementationTom Joseph2017-01-091-0/+77
* Session Commands ImplementationTom Joseph2017-01-094-9/+209
* RAKP Message 3 & RAKP Message 4 ImplementationTom Joseph2017-01-022-0/+273
* RAKP Message 1 & RAKP Message 2 ImplementationTom Joseph2017-01-022-0/+227
* Open Session Request/Response ImplementationTom Joseph2016-12-162-0/+273
* Get Channel Authentication Capabilities ImplementationTom Joseph2016-12-162-0/+178
* Implementation to read System UUID from Chassis DBUS objectTom Joseph2016-12-162-0/+100
* IPMI Communication module headerTom Joseph2016-12-161-0/+41
* Add Message HandlerTom Joseph2016-12-163-0/+313
* Message parser for parsing IPMI messageTom Joseph2016-12-162-0/+401
* Command Router to handle commandsTom Joseph2016-12-162-0/+335
* Sessions Manager to manage IPMI sessionsTom Joseph2016-12-122-0/+262
OpenPOWER on IntegriCloud