summaryrefslogtreecommitdiff
path: root/redfish-core/lib/network_protocol.hpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-377/+358
2021-04-08Using AsyncResp everywherezhanghch051-22/+26
2021-03-16Force HostName property to be read-only per the schemaJohnathan Mantey1-1/+7
2021-01-07Move network protocol to a constexpr structEd Tanous1-4/+2
2020-12-18Fix .clang-tidyEd Tanous1-10/+10
2020-10-23Turn on ALL perf checksEd Tanous1-5/+6
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-3/+4
2020-09-29Fix naming conventionsEd Tanous1-3/+3
2020-09-10Fix the snmp parameter in NetworkProtocolXiaochao Ma1-21/+0
2020-08-17Enable unused variable warnings and resolveEd Tanous1-4/+14
2020-08-17Enable clang warningsEd Tanous1-6/+4
2020-08-17Remove middlewaresEd Tanous1-1/+1
2020-07-01network_protocol: Fix for SSH portJayaprakash Mutyala1-0/+2
2020-06-17ipmi: Enable/Disable IPMI-over-LANTom Joseph1-1/+79
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-1/+2
2020-06-03Fix duplicate NTP servers patchTony Lee1-0/+5
2020-05-14sdbusplus: remove deprecated variant_nsPatrick Williams1-4/+2
2020-04-24BMCWeb: Add SNMPinfo in redfish-NetworkProtocolXiaochao Ma1-3/+24
2020-04-16Redfish: Allow slash at the end of ResourceGunnar Mills1-1/+1
2020-03-14[Redfish-Net Protocol] Making HTTP OCP CompliantJoshi-Mansi1-0/+7
2020-02-20Network protocol: Remove odata.contextGunnar Mills1-3/+0
2019-11-07Update NetworkProtocol servicesAppaRao Puli1-39/+39
2019-10-15Fix Redfish validator warningJason M. Bills1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-24/+24
2019-10-03Fix crash during GET of manager network protocolRatan Gupta1-2/+3
2019-09-04Redfish: Make PATCH NTP Servers operate correctlyJohnathan Mantey1-20/+25
2019-06-14[Redfish] Add FQDN and IPv6Address in NetworkProtocol and EthernetInterfaceJennifer Lee1-16/+41
2019-06-13Redfish: Add certificate service to manage HTTPS certificatesMarri Devender Rao1-1/+3
2019-04-02Bump ManagerNetworkProtocol to fix errorGunnar Mills1-1/+1
2019-03-30Redfish(Network): Implemented GET and PATCH support for NTP serversraviteja-b1-2/+156
2019-03-11Redfish: Fix incorrect data of NetworkProtocolJennifer Lee1-8/+11
2019-03-07Redfish(Network): Support the PATCH operation of HostName propertyraviteja-b1-0/+36
2019-02-21bmcweb: fix compiler warningsEd Tanous1-2/+1
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-8/+8
2018-12-10Remove custom version of getPtrEd Tanous1-3/+4
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-20/+20
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-2/+1
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-8/+3
2018-10-16RedfishEd Tanous1-3/+2
2018-09-05Move to clang-format-6.0Ed Tanous1-137/+174
2018-08-15Cleanups to network protocolEd Tanous1-103/+69
2018-08-15Refactor Manager Network Protocol to use D-BusKowalski, Kamil1-37/+157
2018-07-27Move over to upstream c++ styleEd Tanous1-2/+2
2018-07-25Make SessionStore a proper singletonBorawski.Lukasz1-8/+8
2018-06-29Boost beastEd Tanous1-6/+6
2018-06-29Move bmcweb over to sdbusplusEd Tanous1-2/+2
2018-03-28Make a few changes to privileges commitEd Tanous1-9/+8
2018-03-28Redfish NetworkProtocolBorawski.Lukasz1-0/+105