aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/basicauth.c4
-rw-r--r--src/microhttpd/daemon.c8
-rw-r--r--src/microhttpd/digestauth.c20
-rw-r--r--src/microhttpd/response.c8
4 files changed, 20 insertions, 20 deletions
diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c
index 78818a95..de2cd45c 100644
--- a/src/microhttpd/basicauth.c
+++ b/src/microhttpd/basicauth.c
@@ -42,7 +42,7 @@
42 * current request, or 42 * current request, or
43 * pointer to structure with username and password, which must be 43 * pointer to structure with username and password, which must be
44 * freed by #MHD_free(). 44 * freed by #MHD_free().
45 * @note Available since #MHD_VERSION 0x00097517 45 * @note Available since #MHD_VERSION 0x00097701
46 * @ingroup authentication 46 * @ingroup authentication
47 */ 47 */
48_MHD_EXTERN struct MHD_BasicAuthInfo * 48_MHD_EXTERN struct MHD_BasicAuthInfo *
@@ -216,7 +216,7 @@ MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
216 * @param response the response object to modify and queue; the NULL 216 * @param response the response object to modify and queue; the NULL
217 * is tolerated 217 * is tolerated
218 * @return #MHD_YES on success, #MHD_NO otherwise 218 * @return #MHD_YES on success, #MHD_NO otherwise
219 * @note Available since #MHD_VERSION 0x00097516 219 * @note Available since #MHD_VERSION 0x00097701
220 * @ingroup authentication 220 * @ingroup authentication
221 */ 221 */
222_MHD_EXTERN enum MHD_Result 222_MHD_EXTERN enum MHD_Result
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index df4038fd..37df86d1 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -4061,7 +4061,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon,
4061 * timeout (in milliseconds) 4061 * timeout (in milliseconds)
4062 * @return #MHD_YES if timeout value has been set, 4062 * @return #MHD_YES if timeout value has been set,
4063 * #MHD_NO if timeouts are not used and no data processing is pending. 4063 * #MHD_NO if timeouts are not used and no data processing is pending.
4064 * @note Available since #MHD_VERSION 0x00097508 4064 * @note Available since #MHD_VERSION 0x00097701
4065 * @ingroup event 4065 * @ingroup event
4066 */ 4066 */
4067_MHD_EXTERN enum MHD_Result 4067_MHD_EXTERN enum MHD_Result
@@ -4175,7 +4175,7 @@ MHD_get_timeout64 (struct MHD_Daemon *daemon,
4175 * activity for indefinite amount of time, 4175 * activity for indefinite amount of time,
4176 * otherwise returned value is the the maximum amount of millisecond 4176 * otherwise returned value is the the maximum amount of millisecond
4177 * that external polling function must wait for the activity of FDs. 4177 * that external polling function must wait for the activity of FDs.
4178 * @note Available since #MHD_VERSION 0x00097509 4178 * @note Available since #MHD_VERSION 0x00097701
4179 * @ingroup event 4179 * @ingroup event
4180 */ 4180 */
4181_MHD_EXTERN int64_t 4181_MHD_EXTERN int64_t
@@ -4227,7 +4227,7 @@ MHD_get_timeout64s (struct MHD_Daemon *daemon)
4227 * otherwise returned value is the the maximum amount of millisecond 4227 * otherwise returned value is the the maximum amount of millisecond
4228 * (capped at INT_MAX) that external polling function must wait 4228 * (capped at INT_MAX) that external polling function must wait
4229 * for the activity of FDs. 4229 * for the activity of FDs.
4230 * @note Available since #MHD_VERSION 0x00097510 4230 * @note Available since #MHD_VERSION 0x00097701
4231 * @ingroup event 4231 * @ingroup event
4232 */ 4232 */
4233_MHD_EXTERN int 4233_MHD_EXTERN int
@@ -8606,7 +8606,7 @@ MHD_get_version (void)
8606 * 8606 *
8607 * @return version binary value, e.g. "0x00090900" (#MHD_VERSION of 8607 * @return version binary value, e.g. "0x00090900" (#MHD_VERSION of
8608 * compiled MHD binary) 8608 * compiled MHD binary)
8609 * @note Available since #MHD_VERSION 0x00097544 8609 * @note Available since #MHD_VERSION 0x00097601
8610 * @ingroup specialized 8610 * @ingroup specialized
8611 */ 8611 */
8612_MHD_EXTERN uint32_t 8612_MHD_EXTERN uint32_t
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
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index d125ea24..277247cc 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1500,7 +1500,7 @@ MHD_create_response_from_buffer (size_t size,
1500 * @param buffer the buffer with the data for the response body, can be NULL 1500 * @param buffer the buffer with the data for the response body, can be NULL
1501 * if @a size is zero 1501 * if @a size is zero
1502 * @return NULL on error (i.e. invalid arguments, out of memory) 1502 * @return NULL on error (i.e. invalid arguments, out of memory)
1503 * @note Available since #MHD_VERSION 0x00097506 1503 * @note Available since #MHD_VERSION 0x00097701
1504 * @ingroup response 1504 * @ingroup response
1505 */ 1505 */
1506_MHD_EXTERN struct MHD_Response * 1506_MHD_EXTERN struct MHD_Response *
@@ -1533,7 +1533,7 @@ MHD_create_response_from_buffer_static (size_t size,
1533 * @param buffer the buffer with the data for the response body, can be NULL 1533 * @param buffer the buffer with the data for the response body, can be NULL
1534 * if @a size is zero 1534 * if @a size is zero
1535 * @return NULL on error (i.e. invalid arguments, out of memory) 1535 * @return NULL on error (i.e. invalid arguments, out of memory)
1536 * @note Available since #MHD_VERSION 0x00097507 1536 * @note Available since #MHD_VERSION 0x00097701
1537 * @ingroup response 1537 * @ingroup response
1538 */ 1538 */
1539_MHD_EXTERN struct MHD_Response * 1539_MHD_EXTERN struct MHD_Response *
@@ -1620,7 +1620,7 @@ MHD_create_response_from_buffer_with_free_callback (size_t size,
1620 * @param crfc_cls an argument for @a crfc 1620 * @param crfc_cls an argument for @a crfc
1621 * @return NULL on error (i.e. invalid arguments, out of memory) 1621 * @return NULL on error (i.e. invalid arguments, out of memory)
1622 * @note Available since #MHD_VERSION 0x00097302 1622 * @note Available since #MHD_VERSION 0x00097302
1623 * @note 'const' qualifier is used for @a buffer since #MHD_VERSION 0x00097504 1623 * @note 'const' qualifier is used for @a buffer since #MHD_VERSION 0x00097701
1624 * @ingroup response 1624 * @ingroup response
1625 */ 1625 */
1626_MHD_EXTERN struct MHD_Response * 1626_MHD_EXTERN struct MHD_Response *
@@ -1819,7 +1819,7 @@ MHD_create_response_from_iovec (const struct MHD_IoVec *iov,
1819 * @param flags the flags for the new response object 1819 * @param flags the flags for the new response object
1820 * @return NULL on error (i.e. invalid arguments, out of memory), 1820 * @return NULL on error (i.e. invalid arguments, out of memory),
1821 * the pointer to the created response object otherwise 1821 * the pointer to the created response object otherwise
1822 * @note Available since #MHD_VERSION 0x00097503 1822 * @note Available since #MHD_VERSION 0x00097701
1823 * @ingroup response 1823 * @ingroup response
1824 */ 1824 */
1825_MHD_EXTERN struct MHD_Response * 1825_MHD_EXTERN struct MHD_Response *