aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/gen_auth.c
Commit message (Expand)AuthorAge
* digestauth: added support for SHA-512/256, made MD5 and SHA-256 optionalEvgeny Grin (Karlson2k)2022-09-11
* digestauth: keep results of algo and QOP parsing, renamed public struct memberEvgeny Grin (Karlson2k)2022-08-25
* gen_auth: fixed fail on semicolon in parameter valueEvgeny Grin (Karlson2k)2022-08-25
* gen_auth: fixed usage of 'assert()'Evgeny Grin (Karlson2k)2022-08-24
* gen_auth: added support for two authorization headers in requestEvgeny Grin (Karlson2k)2022-08-09
* gen_auth: cosmeticsEvgeny Grin (Karlson2k)2022-07-25
* gen_auth: fixed detection of userhash in Digest Auth requestsEvgeny Grin (Karlson2k)2022-07-25
* gen_auth: simplified value assignmentEvgeny Grin (Karlson2k)2022-06-06
* Simplified Digest Auth code by using the new string processing functionsEvgeny Grin (Karlson2k)2022-06-06
* gen_auth: do not allow semicolon for diget auth unless it is in a quoted stringEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: do not allow the equal sign alone for digest authEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: added detection of incorrect delimiters in token68Evgeny Grin (Karlson2k)2022-06-05
* gen_auth: detect invalid Digest parameters without value the end of the stringEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: treat empty header as invalidEvgeny Grin (Karlson2k)2022-06-05
* Request authorisation: detect possibly valid, but unsupported typeEvgeny Grin (Karlson2k)2022-06-05
* Muted compiler warnings for W32 non-TLS build of the libEvgeny Grin (Karlson2k)2022-06-02
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31