summaryrefslogtreecommitdiffstats
path: root/transporthandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cc issue in setLan cmd for MAC addr parametr.Rajashekar Gade Reddy2020-01-071-0/+29
* Emit correct error code when "reserved" fields are modified.Johnathan Mantey2019-12-121-0/+12
* transporthandler: Static IPv6 SupportWilliam A. Kennington III2019-12-031-0/+400
* Change Set LAN Config Auth Type Enables to return a Read Only responseJohnathan Mantey2019-11-271-1/+1
* Generate the correct prefix value for IPv4 netmasks 0.0.0.0Johnathan Mantey2019-11-271-1/+3
* Fix command privilege for Get LAN Configuration commandJohnathan Mantey2019-11-221-1/+1
* Create framework for IPMI OEM extension commandsJohnathan Mantey2019-10-241-0/+67
* transporthandler: Support Gateway MACWilliam A. Kennington III2019-10-241-15/+182
* Restore IPMI RMCP+ cipher suite commandsJohnathan Mantey2019-10-171-6/+71
* transporthandler: Rewrite + New HandlerWilliam A. Kennington III2019-09-271-834/+992
* Added VLAN ID checking condition in Set LAN configSuryakanth Sekar2019-08-281-1/+12
* Set/Get LAN conf 0xCC return for invalid LAN chnlSuryakanth Sekar2019-08-271-1/+13
* move variant to std namespaceVernon Mauery2019-04-181-15/+13
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-1/+1
* Catch sdbusplus exceptions in IPMI netVernon Mauery2019-04-041-1/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-011-1/+0
* Fix: Set Lan Configuration parameterRichard Marian Thomaiyar2019-04-011-15/+31
* Remove experimental filesystem spliceVernon Mauery2019-03-281-13/+1
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-251-1/+1
* make ipmid respond to SIGTERM and SIGINT for clean shutdownVernon Mauery2019-03-201-1/+2
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* Acquire the NIC netmaskJohnathan Mantey2019-02-051-3/+3
* IPMI channel to NIC device mapping modified within JSON config fileJohnathan Mantey2019-02-041-5/+5
* transporthandler: LanParam enum -> enum classWilliam A. Kennington III2018-11-261-28/+29
* transporthandler: Use switch when applicableWilliam A. Kennington III2018-11-261-77/+90
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-17/+21
* Use the common timer classVernon Mauery2018-10-181-5/+4
* add std namespace prefix to common methodsPatrick Venture2018-09-251-31/+32
* move filesystem inclusion to bottom of listPatrick Venture2018-09-251-19/+17
* replaced c headers with cpp where applicablePatrick Venture2018-09-251-4/+3
* rename headers to match stylePatrick Venture2018-09-251-2/+2
* add .clang-formatPatrick Venture2018-09-071-271/+193
* Standardize use of filesystemVernon Mauery2018-08-081-1/+11
* Use s.c_str() in log messagesJoseph Reynolds2018-05-311-1/+1
* Grammar and spelling fixesGunnar Mills2018-04-181-8/+8
* Implement RMCP+ cipher parameters in Get LAN Config parametersTom Joseph2018-04-181-0/+72
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-4/+0
* SetLan: Fix the IP address if partial data givenRatan Gupta2018-03-201-1/+1
* SetLan: Apply the network changes once the timer expiresRatan Gupta2018-03-201-35/+52
* SetLan: Move the setChannel access functionRatan Gupta2018-03-201-0/+325
* multiple channel configuration supportPatrick Venture2017-12-121-48/+82
* Fix the getLan configRatan Gupta2017-11-281-6/+15
* transporthandler: lan_set_in_progress to per channelPatrick Venture2017-11-221-23/+15
* transporthandler: minor cleanup unused variablesPatrick Venture2017-11-141-6/+0
* Don't set/get zeroconfig address if other IP address is presentNagaraju Goruganti2017-10-111-12/+4
* GetLan: Support for get/set of ipsrc parameterRatan Gupta2017-09-081-59/+195
* Add support for vlan(set lan command)Ratan Gupta2017-08-131-3/+58
* Move LAN handling commands to the new xyz interfacesRatan Gupta2017-08-131-248/+276
* Add privilege level for each IPMI commandTom2017-01-171-3/+9
* Add transaction support to Set Lan Cmd and Set Channel Access CmdNan Li2016-11-231-68/+43
OpenPOWER on IntegriCloud