summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2020-06-11clang-format: update to latest from docs repoGunnar Mills13-194/+258
2020-06-04fix for bmcweb CI build failureAppaRao Puli1-2/+4
2020-06-03Fix duplicate NTP servers patchTony Lee1-4/+2
2020-05-28Redfish:Dump offload handler implementation using nbd-proxyraviteja-b2-1/+17
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-0/+65
2020-05-13Fix incorrect decoding of query stringChanyoung Park1-1/+1
2020-05-02EventService: Queuing the request data and retryAppaRao Puli1-55/+175
2020-04-21Http client supportAppaRao Puli1-0/+190
2020-04-15Add CSRF check into websocketsJames Feist1-2/+15
2020-04-08Protect against timer exhaustionJames Feist2-3/+14
2020-03-31Protect against slow read attackJames Feist2-24/+33
2020-03-31Fix for possible memory leak in mTLS.Zbigniew Kurzynski1-0/+2
2020-03-17Task: Add payload supportJames Feist1-1/+2
2020-03-05Permission check for virtual media proxy modePrzemyslaw Czarnowski1-1/+10
2020-02-14Fix off by 1 errorJames Feist1-3/+1
2020-01-09Fix timeout issue during image uploadJan Sowinski2-14/+31
2020-01-09Revert "Revert "Connection and websockets fixes""Jan Sowinski4-83/+70
2020-01-08Revert "Connection and websockets fixes"James Feist4-70/+83
2019-12-19Make the max http request body size configurableAdriana Kobylak1-4/+8
2019-12-19Connection and websockets fixesJan Sowinski4-83/+70
2019-12-19Turning ON the mutual TLSZbigniew Kurzynski1-1/+1
2019-12-19Implement a TODO(ed) in commentEd Tanous1-1/+0
2019-12-17Consolidate regex calls when converting linksJason M. Bills1-12/+5
2019-12-17Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN3-39/+54
2019-12-16Adding a new value to cookieZbigniew Kurzynski1-1/+2
2019-12-16Fixing mTLS switchesZbigniew Kurzynski1-5/+56
2019-12-10Revert "Fix authorization for LDAP users"James Feist1-48/+37
2019-12-09Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN1-37/+48
2019-11-22Adding instance address to log formatting.Zbigniew Kurzynski1-119/+122
2019-11-21Implement nbd-proxy as a part of bmcwebIwona Klimaszewska2-12/+24
2019-11-19Implement constant time string compare for tokenEd Tanous1-0/+22
2019-11-18mTLS access fix to some URLs.Zbigniew Lukwinski1-1/+1
2019-11-12TLS method configurationZbigniew Kurzynski1-0/+9
2019-11-12Add a self check in the copy constructor for qsEd Tanous1-0/+5
2019-11-11Replace all uses of NULL with nullptrEd Tanous3-6/+6
2019-11-11Fix modernize-use-bool-literalsEd Tanous1-1/+1
2019-11-11Move default destructors to = default syntaxEd Tanous1-6/+2
2019-11-08TLS based user auth implementationKowalski, Kamil1-1/+155
2019-11-07Move some variables to constexprEd Tanous1-2/+2
2019-10-30Get rid of a nasty macroEd Tanous1-26/+56
2019-10-23Fix the websocket handshakeRatan Gupta1-3/+7
2019-10-23Prohibit making connection based on old CA cert.Zbigniew Lukwinski1-0/+8
2019-10-18Make references to crow less obviousEd Tanous14-0/+4637