summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skip IPMI Payload commands - IPMI Mesg disabledHEADmasterRichard Marian Thomaiyar2019-04-021-9/+23
* Cache the user & channel acces in sessionRichard Marian Thomaiyar2019-04-023-34/+23
* build: install into bin instead of sbinPatrick Venture2019-04-011-1/+1
* Update IPMI max session count from 5 to 15Suryakanth Sekar2019-03-291-1/+1
* RAKP12: Don't allow user with NOACCESS priv.Richard Marian Thomaiyar2019-03-251-0/+6
* Handle invalid length for Disable Payload commandSumanth Bhat2019-03-252-0/+7
* Handle input - Get channel auth capabilitiesRichard Marian Thomaiyar2019-03-121-3/+27
* netipmid: Remove unused event referencesVernon Mauery2019-02-253-15/+0
* netipmid: make Handler asynchronousVernon Mauery2019-02-255-119/+153
* netipmid: move to sdbusplus::asio from sdbusplusVernon Mauery2019-02-252-4/+4
* netipmid: Update netipmid to use ipmid as the main queueVernon Mauery2019-02-257-306/+85
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-199-9/+11
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-161-3/+3
* netipmid: add dependency on libchannellayerVernon Mauery2019-02-151-0/+1
* Return the maximum privilege in open session commandTom Joseph2019-02-125-9/+25
* Update the payload with authenticated field in the headerTom Joseph2019-02-121-0/+2
* Null username support is removed from Get Channel Auth commandTom Joseph2019-02-091-1/+1
* Fix the order of fields in Get Channel Auth Capabilities commandTom Joseph2019-02-091-16/+16
* netipmid: consolidate message-related things in message.hppVernon Mauery2019-02-043-182/+171
* netipmid: move sol timers to asioVernon Mauery2019-02-015-375/+154
* netipmid: move sol console sockets to asioVernon Mauery2019-02-015-191/+87
* netipmid: move raw sockets to boost::asio socketsVernon Mauery2019-02-015-251/+97
* Fix: Set proper session privilege for RAKP 1Richard Marian Thomaiyar2019-01-291-5/+14
* Fix: Get Payload info for non active payloadRichard Marian Thomaiyar2019-01-281-8/+10
* Fix: match exact privilege for priv lookupRichard Marian Thomaiyar2019-01-281-2/+2
* netipmid: use boost::asio signal handlingVernon Mauery2018-12-191-32/+8
* netipmid: replace std::cerr with phosphor::logging callsVernon Mauery2018-12-1917-72/+90
* phosphor-net-ipmid: connect with the correct sockaddr sizeVernon Mauery2018-12-191-1/+3
* Support privilege based lookup with user nameRichard Marian Thomaiyar2018-12-192-4/+17
* netipmid: move event loop to boost::asio::io_contextVernon Mauery2018-12-115-47/+47
* Revert "W/A for CI test case - Accept empty user name"Richard Marian Thomaiyar2018-12-062-87/+68
* Command execution restriction based on privilegeRichard Marian Thomaiyar2018-12-031-10/+23
* 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
OpenPOWER on IntegriCloud