aboutsummaryrefslogtreecommitdiff
path: root/src/examples/digest_auth_example.c
Commit message (Expand)AuthorAge
* digest_auth_example: updated and fixedEvgeny Grin (Karlson2k)2024-01-28
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* Added MHD_queue_auth_required_response3(); Refactored public Digest Auth API v3Evgeny Grin (Karlson2k)2022-07-28
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Updated example to use new digest auth functionEvgeny Grin (Karlson2k)2022-05-13
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Updated docs, test, and example to use correct digest auth APIEvgeny Grin (Karlson2k)2022-01-27
* Fixed early response with digest auth in tests, examples, and documentationEvgeny Grin (Karlson2k)2022-01-18
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* fix more warningsChristian Grothoff2020-04-11
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* Added missing MHD_USE_INTERNAL_POLLING_THREAD in examples.Evgeny Grin (Karlson2k)2016-11-08
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -work around compiler warningsChristian Grothoff2013-12-22
* -rename OPAQUE to MY_OPAQUE to avoid symbol conflict on W32Christian Grothoff2013-09-23
* Avoid conflicts with wingdi's OPAQUELRN2013-04-23
* possible fix for 1670Christian Grothoff2011-03-30
* introducing MHD_create_response_from_buffer, deprecating MHD_create_response_...Christian Grothoff2011-01-04
* Hi Christian,Christian Grothoff2010-09-10
* fix parser issue, allow client to specify access-denied response bodyChristian Grothoff2010-09-04
* fixChristian Grothoff2010-09-04
* example cleanupChristian Grothoff2010-09-04
* example cleanupChristian Grothoff2010-09-04
* From: Christian Grothoff2010-09-01
* initial draft for digest authentication (based on patch R3)Christian Grothoff2010-08-22