aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/basicauth.c
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Renamed one new basic auth function, improved doxyEvgeny Grin (Karlson2k)2023-10-06
* Bump version numbers as v0.9.77 was released on parallel branchEvgeny Grin (Karlson2k)2023-06-06
* Added macro for base64 decoded sizeEvgeny Grin (Karlson2k)2023-06-01
* gen_auth: added support for two authorization headers in requestEvgeny Grin (Karlson2k)2022-08-09
* Basic Auth: switched to the internal Base64 decoding implementationEvgeny Grin (Karlson2k)2022-06-09
* MHD_basic_auth_get_username_password3(): added new public API functionEvgeny Grin (Karlson2k)2022-06-08
* MHD_queue_basic_auth_fail_response3(): new function for RFC 7617 supportEvgeny Grin (Karlson2k)2022-06-08
* Basic Auth: fixed handling of realms with backslashes or double quotesEvgeny Grin (Karlson2k)2022-06-07
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31
* Created basicauth.h headerEvgeny Grin (Karlson2k)2022-05-20
* basicauth: very minor optimisaionEvgeny Grin (Karlson2k)2022-04-23
* Added _MHD_EXTERN to the all public functions definitionsEvgeny Grin (Karlson2k)2022-04-18
* Fixed code style in basicauth.cEvgeny Grin (Karlson2k)2022-01-27
* Updated doxy; explicitly tolerated NULL in MHD_queue*_auth*()Evgeny Grin (Karlson2k)2022-01-27
* Minor optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
* fix return value of MHD_queue_basic_auth_fail_responseChristian Grothoff2020-07-02
* Sanitized all log and error messages.silvioprog2020-05-09
* tighten formatting rulesChristian Grothoff2019-10-31
* indentation fixesChristian Grothoff2019-10-06
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* Used local "mhd_limits.h" for better compatibilityEvgeny Grin (Karlson2k)2017-05-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* -remove duplicated socket_start_no_buffering logic in socket_start_no_bufferi...Christian Grothoff2016-09-05
* adding gettext stuff for fixing #4614Christian Grothoff2016-09-05
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Silent compiler warningEvgeny Grin (Karlson2k)2016-04-10
* one variable per lineChristian Grothoff2016-04-08
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* -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
* -more doxygen improvementsChristian Grothoff2013-08-22
* -changing directory nameChristian Grothoff2013-05-05