Alexandre Julliard pushed to branch master at wine / wine
Commits: f32bad4d by Hans Leidekker at 2025-06-04T20:29:57+02:00 msv1_0: Pass a SecBuffer to create_signature() instead of an index.
- - - - - e17c9b36 by Hans Leidekker at 2025-06-04T20:29:57+02:00 msv1_0: Pass a SecBuffer to verify_signature() instead of an index.
- - - - - 4069a4f5 by Hans Leidekker at 2025-06-04T20:29:57+02:00 msv1_0: Support SECBUFFER_STREAM in ntlm_SpUnsealMessage().
- - - - - b9451b1a by Hans Leidekker at 2025-06-04T20:29:57+02:00 kerberos: Fix the wow64 thunk for unseal_message().
- - - - - 848f2cfd by Hans Leidekker at 2025-06-04T20:29:57+02:00 kerberos: Avoid buffer copy in kerberos_SpUnsealMessage().
Native decrypts SECBUFFER_STREAM in-place even if a data buffer of sufficient size is supplied.
- - - - - 560563e0 by Hans Leidekker at 2025-06-04T20:29:57+02:00 ldap: Use SECBUFFER_STREAM in sasl_decode().
- - - - -
5 changed files:
- dlls/kerberos/krb5_ap.c - dlls/kerberos/unixlib.c - dlls/kerberos/unixlib.h - dlls/msv1_0/main.c - libs/ldap/libldap/sasl_w.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5580022d06f77d868acce1fd76292...