aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
Commit message (Expand)AuthorAge
* 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
* digestauth.c: refined commentEvgeny Grin (Karlson2k)2017-09-29
* digestauth.c: muted compiler warningEvgeny Grin (Karlson2k)2017-09-28
* Used local "mhd_limits.h" for better compatibilityEvgeny Grin (Karlson2k)2017-05-05
* enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_...Christian Grothoff2017-04-23
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* digestauth.c: fixed snprintf() error detection, used calloc instead of malloc...Evgeny Grin (Karlson2k)2017-04-05
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* -fix typoChristian Grothoff2016-09-06
* implement out-of-order nonce support (#4636)Christian Grothoff2016-09-06
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* digestauth.c: removed unused variableEvgeny Grin (Karlson2k)2016-04-12
* MHD_digest_auth_check(): used internal function to decode nc, fixed incorrect...Evgeny Grin (Karlson2k)2016-04-12
* MHD_digest_auth_check(): decode timestamp value by internal function, added e...Evgeny Grin (Karlson2k)2016-04-12
* struct MHD_NonceNc: use uint64_t for counter.Evgeny Grin (Karlson2k)2016-04-12
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* add redundant length check to make static checkers happy and to avoid trouble...Christian Grothoff2016-01-18
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* fix digest auth when used with more complex arguments being passed to GET, i....Christian Grothoff2015-09-25
* digestauth.c: fix compiler warnings, clarificationsEvgeny Grin (Karlson2k)2015-09-06
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* I was checking a test app in valgrind and much to my surprise it was complain...Christian Grothoff2015-06-04
* fix digest authentication with escaped urls, as reported on mailinglistChristian Grothoff2015-05-29
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Replace char variable size arrays with malloc'ed buffersEvgeny Grin (Karlson2k)2014-12-22
* Replace snprintf with platform-independent macroEvgeny Grin (Karlson2k)2014-12-22
* Replace strcasecmp/strncasecmp with platform-independent macrosEvgeny Grin (Karlson2k)2014-12-22