aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index f209587b..b18c11a4 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4374,7 +4374,7 @@ enum MHD_DigestAuthAlgorithm
4374 * invalid in seconds 4374 * invalid in seconds
4375 * @param algo digest algorithms allowed for verification 4375 * @param algo digest algorithms allowed for verification
4376 * @return #MHD_YES if authenticated, #MHD_NO if not, 4376 * @return #MHD_YES if authenticated, #MHD_NO if not,
4377 * #MHD_INVALID_NONCE if nonce is invalid 4377 * #MHD_INVALID_NONCE if nonce is invalid or stale
4378 * @note Available since #MHD_VERSION 0x00096200 4378 * @note Available since #MHD_VERSION 0x00096200
4379 * @ingroup authentication 4379 * @ingroup authentication
4380 */ 4380 */
@@ -4401,7 +4401,7 @@ MHD_digest_auth_check2 (struct MHD_Connection *connection,
4401 * @param nonce_timeout The amount of time for a nonce to be 4401 * @param nonce_timeout The amount of time for a nonce to be
4402 * invalid in seconds 4402 * invalid in seconds
4403 * @return #MHD_YES if authenticated, #MHD_NO if not, 4403 * @return #MHD_YES if authenticated, #MHD_NO if not,
4404 * #MHD_INVALID_NONCE if nonce is invalid 4404 * #MHD_INVALID_NONCE if nonce is invalid or stale
4405 * @ingroup authentication 4405 * @ingroup authentication
4406 * @deprecated use MHD_digest_auth_check2() 4406 * @deprecated use MHD_digest_auth_check2()
4407 */ 4407 */
@@ -4427,7 +4427,7 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
4427 * invalid in seconds 4427 * invalid in seconds
4428 * @param algo digest algorithms allowed for verification 4428 * @param algo digest algorithms allowed for verification
4429 * @return #MHD_YES if authenticated, #MHD_NO if not, 4429 * @return #MHD_YES if authenticated, #MHD_NO if not,
4430 * #MHD_INVALID_NONCE if nonce is invalid 4430 * #MHD_INVALID_NONCE if nonce is invalid or stale
4431 * @note Available since #MHD_VERSION 0x00096200 4431 * @note Available since #MHD_VERSION 0x00096200
4432 * @ingroup authentication 4432 * @ingroup authentication
4433 */ 4433 */
@@ -4455,7 +4455,7 @@ MHD_digest_auth_check_digest2 (struct MHD_Connection *connection,
4455 * @param nonce_timeout The amount of time for a nonce to be 4455 * @param nonce_timeout The amount of time for a nonce to be
4456 * invalid in seconds 4456 * invalid in seconds
4457 * @return #MHD_YES if authenticated, #MHD_NO if not, 4457 * @return #MHD_YES if authenticated, #MHD_NO if not,
4458 * #MHD_INVALID_NONCE if nonce is invalid 4458 * #MHD_INVALID_NONCE if nonce is invalid or stale
4459 * @note Available since #MHD_VERSION 0x00096000 4459 * @note Available since #MHD_VERSION 0x00096000
4460 * @ingroup authentication 4460 * @ingroup authentication
4461 * @deprecated use #MHD_digest_auth_check_digest2() 4461 * @deprecated use #MHD_digest_auth_check_digest2()