aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/basicauth.c
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2016-09-05
| | | | socket_start_no_buffering_flash
* 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
| | | | removed "w32functions.h/.c"
* 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 ↵Evgeny Grin (Karlson2k)2016-01-11
| | | | changes in source files
* -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