summaryrefslogtreecommitdiff
path: root/redfish-core/lib/certificate_service.hpp
AgeCommit message (Expand)AuthorFilesLines
12 daysAllow configuring "bmc" and "system"Ed Tanous1-41/+101
2024-04-13Fix nullptr failures for image uploadEd Tanous1-0/+6
2024-03-21Clean up Certificate Service to use readJsonEd Tanous1-27/+12
2024-03-19Rename FileBody to HttpBodyEd Tanous1-9/+9
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-10/+10
2023-10-05Update to boost 1.83.0Ed Tanous1-1/+1
2023-09-04certificate_service: Fix garbled display caused by dangling referenceXinnan Xie1-1/+1
2023-08-30Change authority D-Bus namesMichal Orzel1-2/+2
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-47/+46
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-2/+2
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-1/+7
2023-05-16Boost::urls::formatEd Tanous1-24/+22
2023-05-16Fix certificate replacement error code issuevijayabharathi shetty1-1/+0
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-1/+1
2023-05-12certificate-service: fix clang-tidy warningsPatrick Williams1-4/+4
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-17/+17
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-02-24Take boost error_code by referenceEd Tanous1-8/+8
2023-02-24Pass string views by valueEd Tanous1-5/+3
2023-02-17Add option for validating content-type headerEd Tanous1-3/+4
2023-01-18Fix a boatload of #includesEd Tanous1-5/+9
2023-01-17Add check for globalsEd Tanous1-0/+1
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-8/+10
2023-01-03Remove old TODOEd Tanous1-5/+0
2022-10-25certificate: Allow deleting LDAP client certificateJiaqing Zhao1-0/+21
2022-10-04certificate: Add deleteCertificate functionJiaqing Zhao1-11/+20
2022-10-03certificate: Replace lambda with inline functionJiaqing Zhao1-744/+728
2022-09-12Remove nlohmann brace initializationEd Tanous1-9/+10
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-4/+4
2022-08-29used sdbusplus::unpackPropertiesNoThrow part 4Krzysztof Grobelny1-67/+62
2022-08-15Move time utils to be in one placeEd Tanous1-2/+2
2022-08-06Use enum overload for field settingEd Tanous1-1/+4
2022-08-04certificate: Use urlFromPieces to generate URLJiaqing Zhao1-35/+39
2022-08-01certificate: Parse URL with readUrlSegments in ReplaceCertificateJiaqing Zhao1-44/+24
2022-08-01certificate: Don't check if certificate id is a numberJiaqing Zhao1-109/+53
2022-08-01certificate: Use string certId in getCertificatePropertiesJiaqing Zhao1-23/+24
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-4/+3
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-14/+10
2022-07-12Fix const correctness issuesEd Tanous1-1/+1
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+1
2022-06-24certificate: Add getCertificateList for get collectionsJiaqing Zhao1-155/+87
2022-06-24certificate: Use ObjectMapper in getCertificateLocationsJiaqing Zhao1-36/+53
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-14/+14
2022-06-01Try to fix the lambda formatting issueEd Tanous1-845/+800
2022-05-13Remove brace initialization of json objectsEd Tanous1-62/+73
2022-04-27Fix certificate_service privilegesAbhishek Patel1-3/+1
2022-04-15CertificateService: Enhance error handling for ReplaceCertificateJiaqing Zhao1-2/+9