digestauth: simplified internal function call |
|
More...
|
about 3 years ago
|
digestauth: added small helper function to simplify the code |
|
More...
|
about 3 years ago
|
microhttpd.h: formatted some deprecation warnings |
|
More...
|
about 3 years ago
|
digest_auth_check(): check and report wrong algorithm |
|
More...
|
about 3 years ago
|
digest: small internal refactoring to clarify used hash type |
|
More...
|
about 3 years ago
|
microhttpd.h: added special enum for hash types |
|
More...
|
about 3 years ago
|
digest_auth_check: mostly rewritten, simplified, optimised |
|
More...
|
about 3 years ago
|
Digest: moved URI match check to separate function, avoid one memcpy() |
|
More...
|
about 3 years ago
|
Digest: check whether all required parameters are present before doing heavy calculations |
|
More...
|
about 3 years ago
|
Digest: use binary zero to separate get params in digest |
|
More...
|
about 3 years ago
|
Added tests for hex <-> binary functions |
|
More...
|
about 3 years ago
|
Added tests for percent-decoding functions |
|
More...
|
about 3 years ago
|
-fix typos |
|
More...
|
about 3 years ago
|
digestauth: use GET parameters in digest calculation |
|
More...
|
about 3 years ago
|
digestauth: use pre-calculated URI length to avoid stop at first binary zero |
|
More...
|
about 3 years ago
|
digestauth: use size_t for counting headers |
|
More...
|
about 3 years ago
|
digestauth: added check whether arguments specified in the right order |
|
More...
|
about 3 years ago
|
MHD_parse_arguments_(): refactored, allow cls for the callback |
|
More...
|
about 3 years ago
|
test_digestauth{._with_arguments}: do test really with arguments |
|
More...
|
about 3 years ago
|
configure: removed unused variable |
|
More...
|
about 3 years ago
|
Added new functions MHD_digest_auth_get_request_info3() and MHD_digest_auth_get_username3() |
|
More...
|
about 3 years ago
|
digestauth.h: added some doxy |
|
More...
|
about 3 years ago
|
mhd_str: added macros for simple comparison against static strings |
|
More...
|
about 3 years ago
|
mhd_str: added MHD_hex_to_bin() internal function |
|
More...
|
about 3 years ago
|
configure: added basic support for AIX XLC flags |
|
More...
|
about 3 years ago
|
configure: removed unneeded special flags for Darwin |
|
More...
|
about 3 years ago
|
Use new functions for decode request URLs |
|
More...
|
about 3 years ago
|
mhd_str: added functions for percent-decoding |
|
More...
|
about 3 years ago
|
mhd_str.h: fixed doxy |
|
More...
|
about 3 years ago
|
digestauth: removed now unused do-while scope |
|
More...
|
about 3 years ago
|