5860 Commits
Author SHA1 Message Date
Christian Grothoff 2cb5de59b6 -remove FIXMEs 2025-01-13 22:43:29 +01:00
Evgeny Grin (Karlson2k) 4daa9505ba Simplified "-fix FTBFS"
mhd_assert()s turn to no-op on non-debug builds
2025-01-06 13:23:55 +01:00
Christian Grothoff 7ff6d36d4a -fix FTBFS 2025-01-06 09:43:57 +01:00
Evgeny Grin (Karlson2k) 0b35a22f84 libtest_convenience_client_request: fixed testing logic 2025-01-06 08:53:33 +01:00
Evgeny Grin (Karlson2k) dbc8531ebd libtest_convenience_server_reply: fixed response logic 2025-01-06 08:50:58 +01:00
Evgeny Grin (Karlson2k) be38148fda test_authentication: enabled Digest Auth on the daemon 2025-01-06 08:44:03 +01:00
Evgeny Grin (Karlson2k) 91b86adfc5 action: log message when Digest Auth is used, but not enabled 2025-01-06 08:41:07 +01:00
Evgeny Grin (Karlson2k) b2fedf3075 test_authentication: realistic timeouts 2025-01-06 08:25:11 +01:00
Evgeny Grin (Karlson2k) 24dd30bf45 libtest_convenience_server_reply: fixes 2025-01-06 08:24:35 +01:00
Evgeny Grin (Karlson2k) b373730194 response_auth_digest: fixed copy-paste error 2025-01-06 08:18:30 +01:00
Evgeny Grin (Karlson2k) 05991b62e7 libtest_convenience_server_reply: fixed and updated to match the API 2025-01-06 07:39:14 +01:00
Evgeny Grin (Karlson2k) fadc07eb31 minimal_auth_digest: fixed missing return 2025-01-06 07:32:16 +01:00
Evgeny Grin (Karlson2k) b09b9865b9 auth_digest: more portability 2025-01-06 07:30:15 +01:00
Evgeny Grin (Karlson2k) 05d85e2e01 minimal_auth_digest.c: portability 2025-01-06 07:28:22 +01:00
Evgeny Grin (Karlson2k) 49764423f3 auth_digest: portability fixes 2025-01-06 07:17:41 +01:00
Evgeny Grin (Karlson2k) aa428d5732 Digest Auth: the final part 2025-01-06 07:11:51 +01:00
Evgeny Grin (Karlson2k) a82560962d action: destroy response if any action has been set already 2025-01-06 06:56:52 +01:00
Evgeny Grin (Karlson2k) 92f24c17a3 Basic Auth API: renamed struct and union members 2024-12-31 12:20:31 +01:00
Christian Grothoff 92b5e6e0a1 -fix test 2024-12-29 11:57:52 +01:00
Christian Grothoff 5978da8ebc modify test for digest auth -- basics 2024-12-27 22:39:50 +01:00
Evgeny Grin (Karlson2k) 3a93e0e53c microhttpd2.h: some clarifications about Basic Auth data 2024-12-25 22:19:39 +01:00
Christian Grothoff 055959ba01 get test to pass 2024-12-23 19:54:16 +01:00
Christian Grothoff 11f6d9fdf7 work on test 2024-12-23 19:39:27 +01:00
Evgeny Grin (Karlson2k) bb33baf212 Fixed missing rename of members 2024-12-22 19:12:06 +01:00
Evgeny Grin (Karlson2k) 6a1a29c795 Digest Auth: part one 2024-12-22 19:09:53 +01:00
Evgeny Grin (Karlson2k) de082e34b2 Public enum values: use unsigned numbers, where possible 2024-12-22 18:50:57 +01:00
Evgeny Grin (Karlson2k) 2d6c50d61d minimal_auth_basic.c: better aligned with specifications 2024-12-21 13:16:53 +01:00
Evgeny Grin (Karlson2k) 71309bbe1c Renamed MHD_response_add_basic_auth_challenge() -> MHD_response_add_auth_basic_challenge() 2024-12-21 12:27:27 +01:00
Evgeny Grin (Karlson2k) c4ce2e37f7 Fixed inverted result for header caseless match 2024-12-20 20:17:33 +01:00
Evgeny Grin (Karlson2k) 4ab65798c2 "default:" case handling: improved portability, streamlined 2024-12-20 13:58:25 +01:00
Evgeny Grin (Karlson2k) 99b2232f7f Fixed missing enum value rename 2024-12-20 13:38:44 +01:00
Evgeny Grin (Karlson2k) 57936b7d69 Updated one more unused Makefile.am 2024-12-20 12:50:40 +01:00
Evgeny Grin (Karlson2k) 9c4a333281 Updated unused Makefile.am to fix bootstrap 2024-12-20 12:41:27 +01:00
Evgeny Grin (Karlson2k) 797760b503 src/Makefile.am: changed the order of subdirs 2024-12-20 12:30:41 +01:00
Evgeny Grin (Karlson2k) 9e2bae299a src/mhd2/Makefile.am: renamed variables for better readability 2024-12-20 12:29:47 +01:00
Evgeny Grin (Karlson2k) 7f466c801e /Makefile.am: fixed 'make clean' ignored error 2024-12-20 12:24:54 +01:00
Evgeny Grin (Karlson2k) 6a0d164326 minimal_auth_basic.c: added new minimal example 2024-12-19 21:20:18 +01:00
Evgeny Grin (Karlson2k) 1e424c985c Basic Auth: the final part 2024-12-19 20:32:41 +01:00
Evgeny Grin (Karlson2k) 79682a43b2 Fixed handling of remote graceful closure 2024-12-19 20:32:39 +01:00
Evgeny Grin (Karlson2k) 1db2cf9a15 Fixed destroying not used responses in debug builds 2024-12-19 20:32:39 +01:00
Evgeny Grin (Karlson2k) 0d8fdad517 minimal_example2: moved to another directory 2024-12-19 20:32:38 +01:00
Evgeny Grin (Karlson2k) eda8f640bd TLS: opmitised TLS backends calls 2024-12-19 09:35:13 +01:00
Evgeny Grin (Karlson2k) dba88a2f60 configure: detect support for trailing comma in enums 2024-12-19 09:18:48 +01:00
Evgeny Grin (Karlson2k) b03b935d10 Renamed some MHD_SC_xx codes 2024-12-18 19:16:26 +01:00
Evgeny Grin (Karlson2k) ab9d7b6eda MHD_Daemon: fixed typo in variable name 2024-12-18 15:20:44 +01:00
Evgeny Grin (Karlson2k) 5a7897abc8 microhttpd2.h: doxy corrections 2024-12-18 15:20:44 +01:00
Evgeny Grin (Karlson2k) 7c5e27070a MHD_request_get_value(): use case-insensitive match 2024-12-18 15:20:44 +01:00
Evgeny Grin (Karlson2k) a6b69c4ea4 MHD_String: corrected doxy comments 2024-12-18 15:20:43 +01:00
Evgeny Grin (Karlson2k) eaaa642a8b MHD_request_get_info_*(): partially implemented 2024-12-18 15:20:43 +01:00
Evgeny Grin (Karlson2k) 05fce55986 MHD_Request: store and use HTTP method length 2024-12-16 19:38:48 +01:00