aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
Commit message (Expand)AuthorAge
...
* digestauth: reject invalid 'nc' valueEvgeny Grin (Karlson2k)2022-01-31
* Updated doxy; explicitly tolerated NULL in MHD_queue*_auth*()Evgeny Grin (Karlson2k)2022-01-27
* mhd_panic: replaced direct function call with the macroEvgeny Grin (Karlson2k)2022-01-25
* check_nonce_nc(): reworked mutex handlingEvgeny Grin (Karlson2k)2022-01-18
* digestauth: Moved hex printing function to mhd_strEvgeny Grin (Karlson2k)2022-01-18
* digestauth: added macros for algorithms identificationsEvgeny Grin (Karlson2k)2022-01-18
* fix capitalization of SHA-256 / MD5 as per RFC 7616 as reported on the mailin...Christian Grothoff2022-01-17
* digestauth.c: fixed coding styleEvgeny Grin (Karlson2k)2021-12-29
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* tbrehm@dspace.de wrote:Christian Grothoff2021-09-03
* sha256: renamed one function for clarity and uniformityEvgeny Grin (Karlson2k)2021-05-16
* digestauth.c: trust configure detection of variable length arraysEvgeny Grin (Karlson2k)2021-04-01
* digestauth: fixed compiler warningEvgeny Grin (Karlson2k)2021-04-01
* digestauth: do not use size of buffer as size of digestEvgeny Grin (Karlson2k)2021-04-01
* simplifyChristian Grothoff2021-02-27
* Muted some compiler warningsEvgeny Grin (Karlson2k)2020-12-13
* cosmeticsChristian Grothoff2020-11-08
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Minor optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
* Sanitized all log and error messages.silvioprog2020-05-09
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | introduce 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* add clarifying assert that digest must not be NULLChristian Grothoff2020-02-05
* add connection: close to 401 replies (experimental, under review)Christian Grothoff2020-01-08
* better use memcpyChristian Grothoff2019-12-12
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* Fixed compiler warningEvgeny Grin (Karlson2k)2019-05-21
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* SHA256: rename sha256_digest() -> sha256_finish()Evgeny Grin (Karlson2k)2019-04-19
* make Tim happyChristian Grothoff2019-04-15
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* adjusting digest auth to previous regression fix, releasing 0.9.63v0.9.63Christian Grothoff2019-02-10
* brutally simplify VLA macro for stupid compilersChristian Grothoff2018-12-12
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* releasing 0.9.61Christian Grothoff2018-11-20
* add support for digest auth with hashed passwordChristian Grothoff2018-07-14
* make checkers happier by reducing use of strcpy and strcatChristian Grothoff2018-02-22
* fix maskChristian Grothoff2018-02-01
* Improved compatibility with CygwinEvgeny Grin (Karlson2k)2017-11-26
* Improved doxy for MHD_free() and MHD_digest_auth_get_username()Evgeny Grin (Karlson2k)2017-11-23