Windows when using cached credentials will use them on the first challenge,
if then a second 403 (ACCESS_DENIED) is received, the user is prompted again
but this time with the password and save checkbox cleared.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/837
On Fri Sep 16 01:12:18 2022 +0000, **** wrote:
> Marvin replied on the mailing list:
> ```
> Hi,
> It looks like your patch introduced the new failures shown below.
> Please investigate and fix them before resubmitting your patch.
> If they are not new, fixing them anyway would help a lot. Otherwise
> please ask for the known failures list to be updated.
> The full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=123494
> Your paranoid android.
> === debian11 (32 bit report) ===
> ntdll:
> reg.c:2348: Test succeeded inside todo block: got 0xc00000f5
> === debian11 (32 bit zh:CN report) ===
> ntdll:
> reg.c:2348: Test succeeded inside todo block: got 0xc00000f5
> === debian11 (32 bit WoW report) ===
> ntdll:
> reg.c:2348: Test succeeded inside todo block: got 0xc00000f5
> === debian11 (64 bit WoW report) ===
> ntdll:
> reg.c:2348: Test succeeded inside todo block: got 0xc00000f5
> ```
This test report is from the other force push, now I fixed it with the last push.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/820#note_8684
--
v7: winecoreaudio: Switch to mmdevapi's unixlib.h.
winecoreaudio: Adapt "get_capture_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_render_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_stream_params" struct to mmdevapi's.
winecoreaudio: Adapt "create_stream_params" struct to mmdevapi's.
winecoreaudio: Drop "unix_" prefix in unixlib enum, apply it to the functions instead.
mmdevapi: Integrate winecoreaudio's additions in unixlib.h.
winecoreaudio: Switch to string as device identifier, to match other drivers.
winecoreaudio: Fix RegEnumKeyExW() call passing wrong unit for the buffer size.
https://gitlab.winehq.org/wine/wine/-/merge_requests/813
--
v6: winecoreaudio: Switch to mmdevapi's unixlib.h.
winecoreaudio: Adapt "get_capture_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_render_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_stream_params" struct to mmdevapi's.
winecoreaudio: Adapt "create_stream_params" struct to mmdevapi's.
winecoreaudio: Drop "unix_" prefix in unixlib enum, apply it to the functions instead.
mmdevapi: Integrate winecoreaudio's additions in unixlib.h.
winecoreaudio: Switch to string as device identifier, to match other drivers.
https://gitlab.winehq.org/wine/wine/-/merge_requests/813