summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Enforce variable initEd Tanous2-4/+4
2022-01-12Enable checks for pointer arithmeticEd Tanous5-5/+26
2022-01-12Enable reinterpre_cast checksEd Tanous4-13/+30
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous7-0/+42
2022-01-12Enable init checkerEd Tanous6-12/+10
2022-01-12Enable bugprone widening checks in clangEd Tanous1-2/+2
2022-01-12enable bugprone exception escape checkEd Tanous2-4/+19
2022-01-12Enable clang-tidy forward reference checksEd Tanous2-3/+4
2022-01-10Enforce const correctnessEd Tanous2-5/+5
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-4/+2
2022-01-04Make clang-tidy passGunnar Mills1-5/+5
2021-12-28Move to common variantEd Tanous3-62/+58
2021-12-22Add more types to DbusVariantTypeEd Tanous2-10/+60
2021-12-20Implement MIME parsingEd Tanous3-0/+621
2021-12-15ssl_key_handler: support OpenSSL 3.0 for key verificationPatrick Williams1-0/+24
2021-12-15ssl_key_handler: use OpenSSL 3.0 API for keygenPatrick Williams1-0/+41
2021-12-10Add logging to internal errorEd Tanous1-0/+27
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao3-9/+11
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-7/+9
2021-11-16reduce error traces in connection and auth codeAndrew Geissler1-1/+1
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills2-3/+16
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills5-11/+17
2021-11-16Remove AsyncResp from openHandlerzhanghch055-17/+11
2021-11-16Change the completionhandler to accept Reszhanghch052-16/+3
2021-10-18Rename method to isOnAllowlistEd Tanous1-1/+1
2021-10-18Use less specific includesEd Tanous1-1/+3
2021-10-17Improve HttpHeaders in EventServiceEd Tanous2-6/+21
2021-10-17ibm: remove unused tinyxml2 includePatrick Williams1-1/+0
2021-10-12Implement human sort utility functionEd Tanous2-0/+163
2021-10-11Fix build warningLei YU1-2/+2
2021-10-09Simplify requestPrefersHtml unit testEd Tanous1-15/+6
2021-10-09Split up authenticateEd Tanous1-10/+2
2021-09-30Fix compile issue when basic auth is disabledEd Tanous1-2/+2
2021-09-29log_services: Add download of post code log entriesGeorge Liu2-2/+46
2021-09-23Make code format the sameEd Tanous1-3/+2
2021-09-11Corrects issues in sessionJohn Edward Broadbent1-18/+23
2021-09-11fix clang formattingEd Tanous1-2/+3
2021-09-09Change ownership of boost::req to crow::reqJohn Edward Broadbent3-69/+73
2021-09-08IBM Management Interface: Lock ManagementSunitha Harish1-75/+0
2021-08-24Fix warning with clangEd Tanous1-2/+0
2021-08-17bmcweb: fix the random headersNan Zhou2-0/+2
2021-08-12Reduce session timeout to 30 minutesJason M. Bills1-1/+1
2021-08-10Add google service rootFeras Aldahlawi1-0/+28
2021-08-09ssl: remove BMCWEB_ENABLE_SSL since openssl is not optional anymoreWilly Tu1-3/+0
2021-08-06Event subscriber persistency: Fix restoring subscribersSunitha Harish1-4/+2
2021-07-30Fix Klocwork Issue - Dereferencing iteratorsP Dheeraj Srujan Kumar1-12/+15
2021-07-26EventService: Move subscription persistent dataJunLin Chen2-0/+331
2021-07-20Restructure pam conversation functionP Dheeraj Srujan Kumar1-18/+33
2021-07-13Make code compile with clang-13Ed Tanous1-1/+1
2021-07-13Dbus_Rest: Fix bmcweb crashP Dheeraj Srujan Kumar1-1/+1