aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
Commit message (Expand)AuthorAge
* 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
* Use MHD mutex macrosEvgeny Grin (Karlson2k)2014-04-01
* size_t vs. int fixes by Evgeny Grin, plus some additional fixes by CGChristian Grothoff2014-02-08
* -grammarChristian Grothoff2014-01-13
* -work around compiler warningsChristian Grothoff2013-12-22
* eliminate theoretical stack overflowChristian Grothoff2013-11-29
* -more doxygen improvementsChristian Grothoff2013-08-22
* make it clear that we intentionally ignore those return values, as there is n...Christian Grothoff2013-06-21
* -changing directory nameChristian Grothoff2013-05-05