aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 5505118c..ed2610c2 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -288,7 +288,7 @@ digest_get_hash_size (enum MHD_DigestAuthAlgo3 algo3)
288 * or zero if the input value is not supported or not valid 288 * or zero if the input value is not supported or not valid
289 * @sa #MHD_digest_auth_calc_userdigest() 289 * @sa #MHD_digest_auth_calc_userdigest()
290 * @sa #MHD_digest_auth_calc_userhash(), #MHD_digest_auth_calc_userhash_hex() 290 * @sa #MHD_digest_auth_calc_userhash(), #MHD_digest_auth_calc_userhash_hex()
291 * @note Available since #MHD_VERSION 0x00097526 291 * @note Available since #MHD_VERSION 0x00097701
292 * @ingroup authentication 292 * @ingroup authentication
293 */ 293 */
294_MHD_EXTERN size_t 294_MHD_EXTERN size_t
@@ -1257,7 +1257,7 @@ get_rq_nc (const struct MHD_RqDAuth *params,
1257 * @return NULL no valid Digest Authorization header is used in the request; 1257 * @return NULL no valid Digest Authorization header is used in the request;
1258 * a pointer structure with information if the valid request header 1258 * a pointer structure with information if the valid request header
1259 * found, free using #MHD_free(). 1259 * found, free using #MHD_free().
1260 * @note Available since #MHD_VERSION 0x00097519 1260 * @note Available since #MHD_VERSION 0x00097701
1261 * @ingroup authentication 1261 * @ingroup authentication
1262 */ 1262 */
1263_MHD_EXTERN struct MHD_DigestAuthInfo * 1263_MHD_EXTERN struct MHD_DigestAuthInfo *
@@ -1345,7 +1345,7 @@ MHD_digest_auth_get_request_info3 (struct MHD_Connection *connection)
1345 * a pointer structure with information if the valid request header 1345 * a pointer structure with information if the valid request header
1346 * found, free using #MHD_free(). 1346 * found, free using #MHD_free().
1347 * @sa MHD_digest_auth_get_request_info3() provides more complete information 1347 * @sa MHD_digest_auth_get_request_info3() provides more complete information
1348 * @note Available since #MHD_VERSION 0x00097519 1348 * @note Available since #MHD_VERSION 0x00097701
1349 * @ingroup authentication 1349 * @ingroup authentication
1350 */ 1350 */
1351_MHD_EXTERN struct MHD_DigestAuthUsernameInfo * 1351_MHD_EXTERN struct MHD_DigestAuthUsernameInfo *
@@ -1922,7 +1922,7 @@ calc_userdigest (struct DigestAlgorithm *da,
1922 * not supported (or external error has occurred, 1922 * not supported (or external error has occurred,
1923 * see #MHD_FEATURE_EXTERN_HASH). 1923 * see #MHD_FEATURE_EXTERN_HASH).
1924 * @sa #MHD_digest_auth_check_digest3() 1924 * @sa #MHD_digest_auth_check_digest3()
1925 * @note Available since #MHD_VERSION 0x00097535 1925 * @note Available since #MHD_VERSION 0x00097701
1926 * @ingroup authentication 1926 * @ingroup authentication
1927 */ 1927 */
1928_MHD_EXTERN enum MHD_Result 1928_MHD_EXTERN enum MHD_Result
@@ -2026,7 +2026,7 @@ calc_userhash (struct DigestAlgorithm *da,
2026 * MHD_NO if @a bin_buf_size is too small or if @a algo3 algorithm is 2026 * MHD_NO if @a bin_buf_size is too small or if @a algo3 algorithm is
2027 * not supported (or external error has occurred, 2027 * not supported (or external error has occurred,
2028 * see #MHD_FEATURE_EXTERN_HASH) 2028 * see #MHD_FEATURE_EXTERN_HASH)
2029 * @note Available since #MHD_VERSION 0x00097535 2029 * @note Available since #MHD_VERSION 0x00097701
2030 * @ingroup authentication 2030 * @ingroup authentication
2031 */ 2031 */
2032_MHD_EXTERN enum MHD_Result 2032_MHD_EXTERN enum MHD_Result
@@ -2100,7 +2100,7 @@ MHD_digest_auth_calc_userhash (enum MHD_DigestAuthAlgo3 algo3,
2100 * MHD_NO if @a bin_buf_size is too small or if @a algo3 algorithm is 2100 * MHD_NO if @a bin_buf_size is too small or if @a algo3 algorithm is
2101 * not supported (or external error has occurred, 2101 * not supported (or external error has occurred,
2102 * see #MHD_FEATURE_EXTERN_HASH). 2102 * see #MHD_FEATURE_EXTERN_HASH).
2103 * @note Available since #MHD_VERSION 0x00097535 2103 * @note Available since #MHD_VERSION 0x00097701
2104 * @ingroup authentication 2104 * @ingroup authentication
2105 */ 2105 */
2106_MHD_EXTERN enum MHD_Result 2106_MHD_EXTERN enum MHD_Result
@@ -3146,7 +3146,7 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
3146 * by the client is not allowed by this parameter 3146 * by the client is not allowed by this parameter
3147 * @return #MHD_DAUTH_OK if authenticated, 3147 * @return #MHD_DAUTH_OK if authenticated,
3148 * the error code otherwise 3148 * the error code otherwise
3149 * @note Available since #MHD_VERSION 0x00097528 3149 * @note Available since #MHD_VERSION 0x00097701
3150 * @ingroup authentication 3150 * @ingroup authentication
3151 */ 3151 */
3152_MHD_EXTERN enum MHD_DigestAuthResult 3152_MHD_EXTERN enum MHD_DigestAuthResult
@@ -3211,7 +3211,7 @@ MHD_digest_auth_check3 (struct MHD_Connection *connection,
3211 * @return #MHD_DAUTH_OK if authenticated, 3211 * @return #MHD_DAUTH_OK if authenticated,
3212 * the error code otherwise 3212 * the error code otherwise
3213 * @sa #MHD_digest_auth_calc_userdigest() 3213 * @sa #MHD_digest_auth_calc_userdigest()
3214 * @note Available since #MHD_VERSION 0x00097528 3214 * @note Available since #MHD_VERSION 0x00097701
3215 * @ingroup authentication 3215 * @ingroup authentication
3216 */ 3216 */
3217_MHD_EXTERN enum MHD_DigestAuthResult 3217_MHD_EXTERN enum MHD_DigestAuthResult
@@ -3474,7 +3474,7 @@ MHD_digest_auth_check_digest (struct MHD_Connection *connection,
3474 * added, indicating for the client that UTF-8 encoding 3474 * added, indicating for the client that UTF-8 encoding
3475 * is preferred 3475 * is preferred
3476 * @return #MHD_YES on success, #MHD_NO otherwise 3476 * @return #MHD_YES on success, #MHD_NO otherwise
3477 * @note Available since #MHD_VERSION 0x00097526 3477 * @note Available since #MHD_VERSION 0x00097701
3478 * @ingroup authentication 3478 * @ingroup authentication
3479 */ 3479 */
3480static enum MHD_Result 3480static enum MHD_Result
@@ -3923,7 +3923,7 @@ queue_auth_required_response3_inner (struct MHD_Connection *connection,
3923 * added, indicating for the client that UTF-8 encoding 3923 * added, indicating for the client that UTF-8 encoding
3924 * is preferred 3924 * is preferred
3925 * @return #MHD_YES on success, #MHD_NO otherwise 3925 * @return #MHD_YES on success, #MHD_NO otherwise
3926 * @note Available since #MHD_VERSION 0x00097526 3926 * @note Available since #MHD_VERSION 0x00097701
3927 * @ingroup authentication 3927 * @ingroup authentication
3928 */ 3928 */
3929_MHD_EXTERN enum MHD_Result 3929_MHD_EXTERN enum MHD_Result