Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa880c4c by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream/tests: Test reconnection done by CreateSample().
- - - - -
e837465e by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Don't bother calling SetFormat() if a NULL surface was passed.
In that case we will always request a surface with the current width, height,
and pixel format, and "rect" must be NULL and cannot affect it.
- - - - -
4d62cfa8 by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Call SetFormat() before creating the sample.
- - - - -
de722fcf by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Unblock GetBuffer() in Decommit().
- - - - -
c8fa18a0 by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Add more traces.
- - - - -
3 changed files:
- dlls/amstream/audiostream.c
- dlls/amstream/ddrawstream.c
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a651afa942e1b2465e904e9041a8a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a651afa942e1b2465e904e9041a8a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8f5730eb by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00
kerberos: EncryptMessage() should fail if context doesn't support confidentiality.
Manual testing shows that EncryptMessage() returns SEC_E_UNSUPPORTED_FUNCTION
in that case.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
90bde14f by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00
kerberos: When requested confidentiality InitializeSecurityContext() should also add integrity.
Manual testing shows that InitializeSecurityContext(ISC_REQ_CONFIDENTIALITY)
returns ISC_RET_INTEGRITY in attributes, but not the other way around.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/kerberos/unixlib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d19869341c633d6c5e59b5bd598b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d19869341c633d6c5e59b5bd598b0…
You're receiving this email because of your account on gitlab.winehq.org.