Alexandre Julliard pushed to branch master at wine / wine
Commits:
eee8c1b9 by Dmitry Timoshkov at 2025-01-23T10:50:22+01:00
wldap32: Avoid crashes in interact_callback() if defaults is NULL.
ldap_bind_sW() already copes with SEC_WINNT_AUTH_IDENTITY_W being NULL.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
b98337e9 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_get_option(LDAP_OPT_GETDSNAME_FLAGS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
85ccc910 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_GETDSNAME_FLAGS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2c313faf by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_PROMPT_CREDENTIALS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
45e73437 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_REFERRAL_CALLBACK).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/wldap32/bind.c
- dlls/wldap32/option.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2de2a73b830a601cfe26aca5fee…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2de2a73b830a601cfe26aca5fee…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
18f976c3 by Alistair Leslie-Hughes at 2025-01-23T08:14:29+11:00
Updated vkd3d-latest patchset
- - - - -
23ccc2ee by Alistair Leslie-Hughes at 2025-01-23T09:01:50+11:00
Rebase against ff2de2a73b830a601cfe26aca5feeafb309fbff5.
- - - - -
6 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-c7e173a1ffa1ba6916dd549bf9f32225440.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-5b2d62e59a6365e32aac3fa37fe16ab3582.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-5bfcd811824e9ca03c09a54204bff645225.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-a082daeb56c239b41d67b5df5abceb342c0.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-5b2d62e59a6365e32aac3fa37fe16ab3582.patch
- patches/windowscodecs-TIFF_Support/0015-windowscodecs-Tolerate-partial-reads-in-the-IFD-meta.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/05bc4b822fdb1898777b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/05bc4b822fdb1898777b0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7255e0d8 by Alex Henrie at 2025-01-22T14:04:41+01:00
concrt140: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
9b7a69de by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcirt: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
8f3ccea3 by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcp60: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
70dbb7a7 by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcp90: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
46400cfc by Alex Henrie at 2025-01-22T14:04:42+01:00
msvcrt: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
12 changed files:
- dlls/concrt140/details.c
- dlls/concrt140/details.h
- dlls/msvcirt/msvcirt.c
- dlls/msvcirt/msvcirt.h
- dlls/msvcp60/ios.c
- dlls/msvcp60/main.c
- dlls/msvcp60/msvcp.h
- dlls/msvcp90/details.c
- dlls/msvcp90/ios.c
- dlls/msvcp90/msvcp90.h
- dlls/msvcp90/msvcp_main.c
- dlls/msvcrt/msvcrt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5e7d904b42b8cebf129b30c92903…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5e7d904b42b8cebf129b30c92903…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
edf72a05 by Alexandre Julliard at 2025-01-22T13:49:50+01:00
shell32: Move some function prototypes to shlwapi.h.
- - - - -
08628da6 by Alexandre Julliard at 2025-01-22T13:51:39+01:00
winedump: Dump MUI resources.
- - - - -
7d49e617 by Alexandre Julliard at 2025-01-22T13:52:00+01:00
wrc: Remove the unused res_count structure.
- - - - -
7 changed files:
- dlls/shell32/shellpath.c
- dlls/shell32/shlexec.c
- include/shlwapi.h
- tools/winedump/pe.c
- tools/wrc/newstruc.c
- tools/wrc/newstruc.h
- tools/wrc/wrctypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
You're receiving this email because of your account on gitlab.winehq.org.