summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-01Revert "log_services: Add download of post code log entries"Ed Tanous1-24/+9
2021-06-30log_services: Add download of post code log entriesGeorge Liu1-9/+24
2021-06-22Fix include what you use in bmcweb_config.hEd Tanous1-0/+2
2021-06-16Remove ambiguous privileges constructorEd Tanous7-25/+25
2021-06-02Revert "dbus_rest: return error response with not found when bad dbus request"Ed Tanous1-23/+23
2021-05-25dbus_rest: return error response with not found when bad dbus requestTim Lee1-23/+23
2021-05-12Make OpenSSLGenerator max() and min() constexprEd Tanous1-2/+2
2021-04-30Fix typos in commentsAli Ahmed1-4/+4
2021-04-26Fix infinite redirect when webui isn't installedEd Tanous3-20/+51
2021-04-20Create IBM ConfigFile base directorySunitha Harish3-102/+81
2021-04-16Fix memory leak issue when opening the certificate fileAlan Kuo1-0/+1
2021-04-14Add Content-Security-Policy(CSP) Level2 DirectivesBasheer Ahmed Muddebihal1-3/+12
2021-04-08Using AsyncResp everywherezhanghch058-618/+642
2021-04-06Removed copy and move constructors from AsyncRespKrzysztof Grobelny1-0/+3
2021-04-01Move requestRoutes to asyncRespEd Tanous1-1/+8
2021-03-29Make redfish namespace consistentEd Tanous1-3/+0
2021-03-19Add SameSite=Strict on Set-CookieGunnar Mills2-10/+14
2021-03-19Remove duplicate entry in arrayGunnar Mills1-1/+0
2021-03-15Make missing static files directory non-fatalEd Tanous1-1/+11
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish3-7/+10
2021-03-09Fix KVM issue on DISABLE_XSS_PREVENTIONArun P. Mohanan1-1/+1
2021-03-08EventService : Support async_resolve for subscribersSunitha Harish1-0/+99
2021-02-24Fix the build on clang-11Ed Tanous2-3/+2
2021-02-19Fix compile issue on DISABLE_XSS_PREVENTIONEd Tanous2-38/+40
2021-02-19Fix nlohmann::json::dump callsEd Tanous2-3/+6
2021-02-19Start using sdbusplus::message::filename()Ed Tanous1-7/+6
2021-02-14IBM ConfigFile upload : Fix content-type validationSunitha Harish1-6/+4
2021-02-14IBM Management Console: Replacing crow::Response with bmcweb::AsyncRespSunitha Harish1-142/+165
2021-02-13Validate the path during ConfigFile uploadSunitha Harish1-13/+162
2020-12-18Fix .clang-tidyEd Tanous8-75/+73
2020-12-15Add meson options for all authentication methods.Alan Kuo2-2/+42
2020-12-12Add hostname listener for generating self-signed HTTPS certificateAlan Kuo2-5/+207
2020-11-17fix bmcweb crash during sol communicationAppaRao Puli1-0/+14
2020-11-12Call applySessionTimeouts before writing dataGunnar Mills2-17/+19
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish3-4/+8