summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* W/A for CI test case - Accept empty user nameRichard Marian Thomaiyar2018-11-292-68/+87
* netipmid: move to sdbusplus from sdbus minusVernon Mauery2018-11-212-2/+15
* netipmid: startSession does not need to call getSessionVernon Mauery2018-11-211-14/+11
* netipmid: use shared_ptr on session instead of shared_ptr+referencesVernon Mauery2018-11-213-10/+14
* netipmid: use shared_ptr on messages instead of unique_ptr+referencesVernon Mauery2018-11-215-102/+107
* RMCP+ login support with privilegeRichard Marian Thomaiyar2018-11-216-22/+131
* Add LAN1 selfchannel suppport for IPMIssekar2018-11-201-0/+5
* netipmid: use libcrypto prng instead of insecure std::randVernon Mauery2018-11-143-3/+18
* netipmid: make session a header-only situationVernon Mauery2018-11-143-39/+25
* netipmid: Remove unused argc/argv from mainVernon Mauery2018-11-121-1/+1
* netipmid: use the default system busVernon Mauery2018-11-091-1/+1
* netipmid: add more files to .gitignoreVernon Mauery2018-11-091-0/+5
* netipmid: Remove local timer classVernon Mauery2018-11-094-216/+3
* netipmid: Add -flto to CXXFLAGSVernon Mauery2018-11-091-0/+1
* style: cppcheck cleanupPatrick Venture2018-11-083-17/+13
* netipmid: use std variant interfaceVernon Mauery2018-11-061-1/+3
* netipmid: use system path include styleVernon Mauery2018-11-062-3/+2
* netipmid: use std::shared_ptr instead of weak_ptr/lockVernon Mauery2018-11-0611-64/+46
* netipmid: apply clang-format rulesVernon Mauery2018-11-0256-2940/+2991
* build: set language to C++Patrick Venture2018-10-311-0/+1
* MAINTAINERS: Update Emily's IRC nickEmily Shaffer2018-10-291-1/+1
* Fix IPMI SEL reservations and cancellationsJason M. Bills2018-10-081-3/+26
* phosphor-net-ipmid: use c++17Vernon Mauery2018-10-041-1/+1
* Add support for OpenSSL 1.1.0Adriana Kobylak2018-09-062-26/+21
* Remove the support for insecure protocols in RMCP+Tom Joseph2018-07-303-17/+17
* Fix to return sane error codeRichard Marian Thomaiyar2018-07-081-6/+16
* Add MAINTAINERS fileAndrew Jeffery2018-05-191-0/+47
* Fix Table:: Command Not found: 0xb03eNagaraju Goruganti2018-05-071-3/+0
* Support username for IPMI default user accountTom Joseph2018-04-236-7/+45
* Spelling fixesGunnar Mills2018-04-112-2/+2
* Implement get payload instance info commandTom Joseph2018-04-113-0/+77
* README: Reword cleaning the repoGunnar Mills2018-04-061-1/+1
* Support SOL parameter channel numberTom Joseph2018-04-042-1/+16
* Patch #2 Reducing IPMI logging footprintNagaraju Goruganti2018-04-027-27/+7
* Create sd_event outside from EventLoopRatan Gupta2018-03-273-11/+16
* Define the ipmid_get_sd_bus_event_connectionRatan Gupta2018-03-212-2/+11
* SetLan: Define the global network timerRatan Gupta2018-03-124-1/+217
* Add support for cipher suite 17Vernon Mauery2017-12-087-2/+411
* Prepare for adding RMCP+ cipher suite 17Vernon Mauery2017-12-0712-143/+193
* explicit use of std::vector instead of buffer/BufferVernon Mauery2017-12-0517-67/+79
* Truncate Integrity Check Value to the correct lengthVernon Mauery2017-12-042-0/+3
* Adding the capability to run netipmid outside of systemdDave Cobbley2017-11-161-3/+31
* Small fixes for net ipmi handlerFeist, James2017-11-062-4/+13
* Spelling fixesGunnar Mills2017-10-253-4/+4
* Update Journal Variable NamesGunnar Mills2017-10-251-7/+7
* boot settings: use the new 'one time' settingTom Joseph2017-09-132-0/+73
* Cache system GUID in netipmidTom Joseph2017-09-116-20/+65
* 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
OpenPOWER on IntegriCloud