summaryrefslogtreecommitdiff
path: root/redfish-core/lib/certificate_service.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-42/+103
2022-03-22Consitently use dbus::utility typesEd Tanous1-12/+6
2022-03-07Don't rely on operator << for object loggingEd Tanous1-3/+5
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-7/+8
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-7/+7
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-3/+3
2022-01-10Enforce const correctnessEd Tanous1-1/+1
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-4/+4
2021-12-28Move to common variantEd Tanous1-8/+7
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-4/+2
2021-11-19Update clang-formatGeorge Liu1-396/+387
2021-09-07Make code pass clang-tidy-13Ed Tanous1-2/+2
2021-07-13Make code compile with clang-13Ed Tanous1-4/+4
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-13/+16
2021-06-30Modify entityPrivileges for certificate serviceAbhishek Patel1-34/+42
2021-06-16Remove ambiguous privileges constructorEd Tanous1-14/+14
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-906/+843
2021-04-08Using AsyncResp everywherezhanghch051-54/+62
2021-03-10Remove IBM copyrightGunnar Mills1-15/+0
2021-02-04Remove unnecessary error responses for LDAP certsJonathan Doman1-8/+11
2020-11-02Improve loops & fix cpp check warningManojkiran Eda1-4/+4
2020-10-23Turn on ALL perf checksEd Tanous1-1/+1
2020-10-13Fix integer constant from 20 to 18Ed Tanous1-1/+1
2020-10-12Use std::array instead of char arrayEd Tanous1-2/+4
2020-09-29Fix naming conventionsEd Tanous1-6/+6
2020-08-17Enable unused variable warnings and resolveEd Tanous1-18/+18