Alexandre Julliard pushed to branch master at wine / wine
Commits:
9250d0cc by Elizabeth Figura at 2025-03-14T19:10:30+01:00
advapi32: Move SystemFunction032 to cryptsp.
- - - - -
f651326d by Elizabeth Figura at 2025-03-14T19:10:32+01:00
advapi32: Move lmhash functions to cryptsp.
- - - - -
de1fff89 by Elizabeth Figura at 2025-03-14T19:10:33+01:00
advapi32: Merge crypt_lmhash.c into crypt_des.c.
- - - - -
f507e386 by Elizabeth Figura at 2025-03-14T19:10:34+01:00
advapi32: Move the remaining SystemFunction* functions to cryptsp.
- - - - -
fa602d79 by Elizabeth Figura at 2025-03-14T19:10:36+01:00
advapi32: Move DES functions to cryptbase.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57962
- - - - -
09c93209 by Elizabeth Figura at 2025-03-14T19:10:39+01:00
advapi32: Move the remaining SystemFunction* functions to cryptbase.
- - - - -
17 changed files:
- configure
- configure.ac
- dlls/advapi32/Makefile.in
- dlls/advapi32/advapi32.spec
- dlls/advapi32/crypt.c
- dlls/advapi32/crypt.h
- − dlls/advapi32/crypt_lmhash.c
- + dlls/cryptbase/Makefile.in
- + dlls/cryptbase/cryptbase.spec
- + dlls/cryptbase/cryptbase_main.c
- dlls/advapi32/crypt_des.c → dlls/cryptbase/des.c
- dlls/cryptsp/Makefile.in
- dlls/advapi32/crypt_arc4.c → dlls/cryptsp/arc4.c
- + dlls/cryptsp/crypt.c
- dlls/cryptsp/cryptsp.spec
- + dlls/cryptsp/lmhash.c
- tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5282d33b1125d86e9b457cbff887…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5282d33b1125d86e9b457cbff887…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5030e3d3 by Alexandre Julliard at 2025-03-14T16:56:55+01:00
user32: Add some more stubs for ordinal functions that forward to win32u.
- - - - -
cf31a66a by Alexandre Julliard at 2025-03-14T16:56:55+01:00
server: Consistently use size_t for page sizes.
- - - - -
04b09419 by Alexandre Julliard at 2025-03-14T16:56:55+01:00
server: Compute the size of the PE header that can be mapped.
- - - - -
04af102c by Alexandre Julliard at 2025-03-14T17:35:23+01:00
ntdll: Only copy the PE section data to a separate block when necessary.
- - - - -
10 changed files:
- dlls/ntdll/unix/virtual.c
- dlls/user32/user32.spec
- include/wine/server_protocol.h
- server/file.h
- server/mach.c
- server/mapping.c
- server/protocol.def
- server/ptrace.c
- server/request_handlers.h
- tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/da2b1867e33f05be5cc05a9599c2f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/da2b1867e33f05be5cc05a9599c2f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30b5f428 by Nikolay Sivov at 2025-03-13T17:00:34+01:00
comctl32/tests: Run LVM_GETORIGIN tests on v6.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5c1bcc05 by Nikolay Sivov at 2025-03-13T17:00:34+01:00
comctl32/tests: Add a test for LVM_GETORIGIN returned coordinate.
- - - - -
2ea75572 by Nikolay Sivov at 2025-03-13T17:00:34+01:00
comctl32/listview: Invert origin coordinate for LVM_GETORIGIN.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57948
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c70b8102 by Nikolay Sivov at 2025-03-13T17:00:34+01:00
comctl32/listview: Handle WM_VSCROLL(SB_TOP).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71af2d010868248eea5c048540a4d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71af2d010868248eea5c048540a4d…
You're receiving this email because of your account on gitlab.winehq.org.