[Pkg-samba-maint] [Git][samba-team/samba][upstream_4.24] 28 commits: VERSION: Bump version up to Samba 4.24.2...

Michael Tokarev (@mjt) gitlab at salsa.debian.org
Tue May 12 20:01:31 BST 2026



Michael Tokarev pushed to branch upstream_4.24 at Debian Samba Team / samba


Commits:
3f4bcfa3 by Björn Jacke at 2026-04-17T09:20:42+02:00
VERSION: Bump version up to Samba 4.24.2...

and re-enable GIT_SNAPSHOT.

Signed-off-by: Bjoern Jacke <bjacke at samba.org>

- - - - -
2cbb70f8 by Stefan Metzmacher at 2026-04-27T12:42:40+00:00
third_party/ngtcp2: import v1.22.1 for CVE-2026-40170

For CVE-2026-40170 see:
https://github.com/ngtcp2/ngtcp2/security/advisories/GHSA-f523-465f-8c8f

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16059

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Andreas Schneider <asn at samba.org>
(cherry picked from commit 706dc118b3bdbe03ada53939c1634ab13c91455a)

Autobuild-User(v4-24-test): Björn Jacke <bjacke at samba.org>
Autobuild-Date(v4-24-test): Mon Apr 27 12:42:40 UTC 2026 on atb-devel-224

- - - - -
09351676 by Stefan Metzmacher at 2026-05-12T13:30:02+00:00
s3:smb2_server: failing lease/oplock breaks should call smbd_server_connection_terminate()

If there's a problem sending a lease break we need to
call smbd_server_connection_terminate(xconn).

Currently we only called smbXsrv_connection_disconnect_transport(),
which only closes the low level socket, but it doesn't
cleanup smbXsrv_connection and in case of the last connection
for the smbXsrv_client, so we leave the stale structures and
the stale process behind.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15995

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Ralph Boehme <slow at samba.org>
(cherry picked from commit 734481e2aa9c9bb20fc9bc8734eba85d2f61be72)

- - - - -
7fc82a59 by Pavel Filipenský at 2026-05-12T13:30:02+00:00
s3:libnet: Fix DC numeric ip handling

This is fixing regression introduced via 82f53c8

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15999

Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
Reviewed-by: Andreas Schneider <asn at samba.org>
(cherry picked from commit a6938e9fdf59094da359637eb1f7e847a531ba2e)

- - - - -
932b05ae by Pavel Filipenský at 2026-05-12T13:30:02+00:00
s3:libads: Allow to specify 'dns_lookup_kdc' in krb5.conf

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15999

Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
Reviewed-by: Andreas Schneider <asn at samba.org>
(cherry picked from commit 689f9d49c3715240a28d9d898c6b83be4ee18971)

- - - - -
69d016d3 by Pavel Filipenský at 2026-05-12T13:30:02+00:00
s3:libads: Set dns_lookup_kdc=false during net ads join

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15999

Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
Reviewed-by: Andreas Schneider <asn at samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky at samba.org>
Autobuild-Date(master): Tue Apr  7 14:09:40 UTC 2026 on atb-devel-224

(cherry picked from commit 3459eeb20ea54f4f412ec3d1fe3d9e98b94e1ca4)

- - - - -
a820412c by Pavel Filipenský at 2026-05-12T13:30:02+00:00
smbdotconf: Add "automount fs types" to smb.conf

This adds a new global parameter "automount fs types" that allows
administrators to configure additional filesystem types that should
trigger automounting, beyond the always-supported autofs filesystem.

To enable 'samba unaware FS' automounting, add:

    automount fs types = 0x12345678

This allows e.g. ZFS snapshots in <dataset root>/.zfs/snapshot to be
mounted. To find out the magic number that is not listed
in /usr/include/linux/magic.h, run:

    stat -f -c '0x%t' /path/to/mountpoint

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15991

Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
Reviewed-by: Samuel Cabrero <scabrero at samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky at samba.org>
Autobuild-Date(master): Mon Apr 20 19:57:42 UTC 2026 on atb-devel-224

(cherry picked from commit 45b6cd3852949e74ea4a26e5d5e9c0eee97c3b27)

- - - - -
4a44dbcb by Stefan Metzmacher at 2026-05-12T13:30:02+00:00
s3:winbindd: let init_dc_connection_rpc() fail if domain->dcname is still NULL

This can happen on a DC itself trying to talk to itself,
which is currently not expected.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15973

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Volker Lendecke <vl at samba.org>
(cherry picked from commit 38a9910ac99a015a3dac76b93f02d16e140c05e6)

- - - - -
a4e5227a by Stefan Metzmacher at 2026-05-12T13:30:02+00:00
s3:winbindd: replace smbXcli_conn_remote_{name,sockaddr}() with domain->{dcname,dcaddr}

domain->conn.cli might be NULL, so we should not deference it.

init_dc_connection_rpc() already checks that domain->dcname is not
NULL...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15973

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Volker Lendecke <vl at samba.org>
(cherry picked from commit 34c4ab4c610960ba587659e077608778970363a0)

- - - - -
55cebee1 by Stefan Metzmacher at 2026-05-12T13:30:02+00:00
s3:winbindd: let wb_irpc_SamLogon reject the local domain as RWDC

If the clients use a subdomain of our domain the
'sam' auth backend passed the request along to
the 'winbind' auth backend. If winbindd tries
to use the local domain we hit the case that
an unknown domain was used. So we need to
bounce the request back to 'sam_ignoredomain'.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15973

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Volker Lendecke <vl at samba.org>

Autobuild-User(master): Volker Lendecke <vl at samba.org>
Autobuild-Date(master): Tue Apr 28 11:49:16 UTC 2026 on atb-devel-224

(cherry picked from commit b4e612725f9fe11f1791bd170cef8b0dade45ba6)

- - - - -
94790317 by Shachar Sharon at 2026-05-12T13:30:02+00:00
ctdb-server: Fix use-after-free bug

When 'rev_hdl->fde' is NULL due to failure in tevent_add_fd bail-out
with free-and-error in order to avoid pointer dereferencing 'rev_hdl'
after it is freed.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16068

Signed-off-by: Shachar Sharon <ssharon at redhat.com>
Reviewed-by: Martin Schwenke <martin at meltin.net>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Reviewed-by: Vinit Agnihotri <vagnihot at redhat.com>
Reviewed-by: Avan Thakkar <athakkar at redhat.com>
(cherry picked from commit 88e09693a434d06ab57b14c1c1afe5996422ca0a)

- - - - -
030c6f17 by Shachar Sharon at 2026-05-12T13:30:02+00:00
ctdb-server: Cleanup child resources via local helper

Define 'revokechild_finish' as resource cleanup helper. Call it either
via destructor (normal case) or upon allocation failure.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16068

Signed-off-by: Shachar Sharon <ssharon at redhat.com>
Reviewed-by: Martin Schwenke <martin at meltin.net>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Reviewed-by: Vinit Agnihotri <vagnihot at redhat.com>
Reviewed-by: Avan Thakkar <athakkar at redhat.com>

Autobuild-User(master): Martin Schwenke <martins at samba.org>
Autobuild-Date(master): Wed May  6 05:28:48 UTC 2026 on atb-devel-224

(cherry picked from commit 67f139ad28c6a771bac488b09d52dda81f3ffe81)

- - - - -
39ac153d by Thales Antunes de Oliveira Barretto at 2026-05-12T13:30:02+00:00
vfs_glusterfs: fix directory fd leak via FSP extension destructor

When Samba closes a directory backed by vfs_glusterfs, the glfs_fd_t
opened by vfs_gluster_openat() is never closed.  This leaks one
libgfapi file descriptor and one server-side fd_t in glusterfsd per
directory open/close cycle.  With persistent SMB2 connections the
leak is unbounded and drives monotonic RSS growth on the GlusterFS
brick process.

The leak happens because vfs_glusterfs creates two independent
glfs_fd_t handles per directory: one via glfs_open() in
vfs_gluster_openat(), stored in the FSP extension, and another via
glfs_opendir() in vfs_gluster_fdopendir(), tracked by struct smb_Dir.
On close, smb_Dir_destructor() closes the opendir handle and sets the
pathref fd to -1.  fd_close() then returns early without calling
SMB_VFS_CLOSE, so vfs_gluster_close() never runs and the glfs_open()
handle is orphaned.  The original code passed NULL as the destroy
callback to VFS_ADD_FSP_EXTENSION, so there was no safety net.

The default VFS does not have this problem because fdopendir(3) wraps
the existing kernel fd rather than opening a new handle.  libgfapi
has no equivalent -- glfs_opendir() always creates an independent
handle by path.  The actual glfs_fd_t is stored in the FSP extension,
not in fsp->fh->fd (which holds a sentinel value), so Samba's generic
close path cannot reach it.

Register vfs_gluster_fsp_ext_destroy() as the FSP extension destroy
callback.  It calls glfs_close() on the stored pointer and is invoked
by vfs_remove_all_fsp_extensions() during file_free(), which runs
unconditionally for every fsp.  In the explicit close path,
vfs_gluster_close() NULLs the extension pointer before calling
VFS_REMOVE_FSP_EXTENSION to prevent double-close.  This follows the
same pattern used by vfs_ceph_new.c (vfs_ceph_fsp_ext_destroy_cb).

Observed on a production file server with persistent SMB2 connections
and continuous directory operations.  GlusterFS brick statedumps
showed fd_t pool growth from 1,993 to 80,350 active instances over
6 days, roughly 13,000 leaked fds per day per brick.

RN: Fix a directory file descriptor leak in vfs_glusterfs that caused
unbounded memory growth on the GlusterFS brick with persistent SMB2
connections.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16043

Signed-off-by: Thales Antunes de Oliveira Barretto <thales.barretto.git at gmail.com>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Reviewed-by: Guenther Deschner <gd at samba.org>

Autobuild-User(master): Günther Deschner <gd at samba.org>
Autobuild-Date(master): Wed Apr  8 16:46:12 UTC 2026 on atb-devel-224

(cherry picked from commit e7c1c49e647adeaf2c6dda0d42f48305c0a5bc58)

- - - - -
bdcbfd01 by Ralph Boehme at 2026-05-12T13:30:02+00:00
smbtorture: rename test smb2.maximum_allowed.read_only to smb2.maximum_allowed.read_only_file

Soon going to add another test for directories called smb2.maximum_allowed.read_only_dir.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit 605542e58fb3c436d4a5c0aa5b6b430d135ac7ff)

- - - - -
00b563f9 by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbtorture: add additional checks to smb2.maximum_allowed.read_only_file

Prooves that:

- the "MxAC" context response actually ignores FILE_ATTRIBUTE_READONLY,

- actuall effective access rights honor FILE_ATTRIBUTE_READONLY (using
  RAW_FILEINFO_ACCESS_INFORMATION getinfo level),

- attempting to write to a file with FILE_ATTRIBUTE_READONLY fails.

Test passed against Windows, fails against both s3 and s4 servers. Skipping the
ad_dc_ntvfs test in the future, I'm not going to fix that.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit 878e7975de17b5c8218cb2c44b44d8a8fac4f073)

- - - - -
4aa894bb by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbtorture: add test smb2.maximum_allowed.read_only_dir

Verifies that FILE_ATTRIBUTE_READONLY is effectively ignored on directories.

Passes against Windows, fails against Samba: Samba enforces read-only access in
fsp->access_mask and "MxAC" create context response for directories with
FILE_ATTRIBUTE_READONLY. This is wrong, Windows doesn't do this.

Note that MS-FSA doesn't quite has all these details right, the correct
behaviour was taken from a modern Windows server.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit b6d53b25e2788473e3cec483bc6a4220cc9641c1)

- - - - -
db0479d0 by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbd: split read-only checks in smbd_calculate_maximum_allowed_access_fsp()

Prepares for adjusting the permission when the FILE_ATTRIBUTE_READONLY is set in
the next commmit.

No change in behaviour.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit 671c7bb4dc9c7142b7eeaa673b6cc692b5b67425)

- - - - -
a1650af4 by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbd: ignore FILE_ATTRIBUTE_READONLY for the "MxAC" create context

As much as I dislike adding a boolean parameter to control this behaviour, I
don't see a different clean way to do it.

Note that I'm not touching the case where the share is realy-only, I just don't
want to open that additional can of worms now and instead focus on fixing the
FILE_ATTRIBUTE_READONLY case.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit 03fa9d035d0bd657eaf46abfd8bedf93681a4338)

- - - - -
52842a7e by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbd: apply read-only attribute access restrictions only to files

Also mask off the exact access rights given in MS_FSA 2.1.5.1.2.1 "Algorithm to
Check Access to an Existing File".

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>
(cherry picked from commit 2a1b8321af1755fa424eec8c3931f167a8399127)

- - - - -
38c1de92 by Ralph Boehme at 2026-05-12T13:30:03+00:00
smbd: do S_ISDIR check even earlier

Doing this in open_file() is too late, as when the client requests an open with
SEC_FLAG_MAXIMUM_ALLOWED on a directory that has FILE_ATTRIBUTE_READ_ONLY set,
this will currently trigger an NT_STATUS_ACCESS_DENIED by the following code in
open_file_ntcreate() if the ACL grants write access to the user:

        if (((flags & O_ACCMODE) != O_RDONLY) && file_existed &&
            (!CAN_WRITE(conn) ||
             (existing_dos_attributes & FILE_ATTRIBUTE_READONLY))) {
                DEBUG(5,("open_file_ntcreate: write access requested for "
                         "file %s on read only %s\n",
                         smb_fname_str_dbg(smb_fname),
                         !CAN_WRITE(conn) ? "share" : "file" ));
                return NT_STATUS_ACCESS_DENIED;
        }

Fixes this bug, but should otherwise cause no change in behaviour.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Stefan Metzmacher <metze at samba.org>

Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
Autobuild-Date(master): Wed Apr 29 12:00:18 UTC 2026 on atb-devel-224

(cherry picked from commit 4ab12a63a4aa4f3625bc3e81817d0169c9b2766e)

- - - - -
44db581b by Vinit Agnihotri at 2026-05-12T13:30:03+00:00
printing: Set default value in case of non-exisiting record

This fixes regression caused by commit#e9a7dce599
Newly added function treats non-existing record as error, instead of
setting just -1 i.e. default value for non-exisiting record for
printing subsystem. This results into print_cache_expired returning
incorrect status.

Fix sets default value in case of non-exisiting record
which would ensure print_cache_expired to return correct status.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16038

Signed-off-by: Vinit Agnihotri <vagnihot at redhat.com>
Reviewed-by: Rabinarayan Panigrahi <rapanigr at redhat.com>
Reviewed-by: Avan Thakkar <athakkar at redhat.com>
Reviewed-by: Xavi Hernandez <xhernandez at redhat.com>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Reviewed-by: Guenther Deschner <gd at samba.org>
(cherry picked from commit f3b1ce2f372d6d118df9f7fdaaae7e8db7759af9)

- - - - -
4b8ec478 by Stefan Metzmacher at 2026-05-12T13:30:03+00:00
pam_winbind: only chown the home directory if it was created

Otherwise we may change the permission for '/'
if some systemuser (e.g. nobody) has no homedir and root
runs 'su - nobody'.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16073

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Bjoern Jacke <bjacke at samba.org>

Autobuild-User(master): Björn Jacke <bjacke at samba.org>
Autobuild-Date(master): Sun May 10 23:22:27 UTC 2026 on atb-devel-224

(cherry picked from commit 79caa6ef08b9b333e17bb0762e95e18e250db463)

- - - - -
11bb0401 by Stefan Metzmacher at 2026-05-12T13:30:03+00:00
s3:winbindd: ignore unsupported anonymous smb sessions for AD trusts

This is handles the cases where a DC has
'Require NTLMv2 session security' activated which
disables anonymous NTLMSSP and let the server return
NT_STATUS_NOT_SUPPORTED.

Similar problems happen with a Samba DC that
uses 'restrict anonymous = 2' and the
tcon to ipc$ fails with NT_STATUS_ACCESS_DENIED.

For active directory related trusts we only use
ncacn_ip_tcp (or ncalrpc), so there's no need for
a valid smb connection.

Historically it very hard to restructure the code
in order to only connect smb for ncacn_np, so
this is more a hack to let us work in real world
scenarios.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14638
BUG: https://bugzilla.samba.org/show_bug.cgi?id=16067

Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Bjoern Jacke <bjacke at samba.org>
(cherry picked from commit c63880a1ec3e930dca1a511f4610a94483418e01)

- - - - -
64a29e9d by Andreas Schneider at 2026-05-12T13:30:03+00:00
s3:winbind: Do not fallback to NCACN_NP Netlogon/LSA connections for AD domains

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15987

Pair-Programmed-With: Stefan Metzmacher <metze at samba.org>
Signed-off-by: Stefan Metzmacher <metze at samba.org>
Signed-off-by: Andreas Schneider <asn at samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky at samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky at samba.org>
Autobuild-Date(master): Mon May 11 21:24:02 UTC 2026 on atb-devel-224

(cherry picked from commit 33628fd9da56afc0fa1a480b7df2f73e4e0d3664)

- - - - -
d09632b5 by Björn Jacke at 2026-05-12T14:56:02+00:00
samba-tool: fix documentation for timestamp format specifiers

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16076

Signed-off-by: Bjoern Jacke <bjacke at samba.org>
Reviewed-by: Björn Baumbach <bb at sernet.de>

Autobuild-User(master): Björn Jacke <bjacke at samba.org>
Autobuild-Date(master): Tue May 12 11:19:12 UTC 2026 on atb-devel-224

(cherry picked from commit 66fec3d4ff0981456e8548ef8497a5137bbfa755)

Autobuild-User(v4-24-test): Björn Jacke <bjacke at samba.org>
Autobuild-Date(v4-24-test): Tue May 12 14:56:02 UTC 2026 on atb-devel-224

- - - - -
fe7e5655 by Björn Jacke at 2026-05-12T17:36:25+02:00
WHATSNEW: Add release notes for Samba 4.24.2.

Signed-off-by: Bjoern Jacke <bjacke at samba.org>

- - - - -
28e8044b by Björn Jacke at 2026-05-12T17:37:09+02:00
VERSION: Disable GIT_SNAPSHOT for the 4.24.2 release.

Signed-off-by: Bjoern Jacke <bjacke at samba.org>

- - - - -
963851ef by Michael Tokarev at 2026-05-12T21:09:21+03:00
New upstream version 4.24.2+dfsg
- - - - -


121 changed files:

- VERSION
- WHATSNEW.txt
- ctdb/server/ctdb_call.c
- + docs-xml/smbdotconf/misc/automountfstypes.xml
- nsswitch/pam_winbind.c
- python/samba/netcmd/user/readpasswords/show.py
- source3/libads/kerberos.c
- source3/libads/kerberos_proto.h
- source3/libnet/libnet_join.c
- source3/modules/vfs_fruit.c
- source3/modules/vfs_glusterfs.c
- source3/printing/printing.c
- source3/smbd/fake_file.c
- source3/smbd/globals.h
- source3/smbd/open.c
- source3/smbd/smb2_create.c
- source3/smbd/smb2_server.c
- source3/winbindd/winbindd.h
- source3/winbindd/winbindd_cm.c
- source3/winbindd/winbindd_irpc.c
- source4/selftest/tests.py
- source4/torture/smb2/max_allowed.c
- third_party/ngtcp2/crypto/CMakeLists.txt
- third_party/ngtcp2/crypto/Makefile.am
- third_party/ngtcp2/crypto/boringssl/boringssl.c
- third_party/ngtcp2/crypto/boringssl/libngtcp2_crypto_boringssl.pc.in
- third_party/ngtcp2/crypto/gnutls/gnutls.c
- third_party/ngtcp2/crypto/gnutls/libngtcp2_crypto_gnutls.pc.in
- third_party/ngtcp2/crypto/includes/CMakeLists.txt
- third_party/ngtcp2/crypto/includes/Makefile.am
- third_party/ngtcp2/crypto/includes/ngtcp2/ngtcp2_crypto.h
- third_party/ngtcp2/crypto/ossl/CMakeLists.txt
- third_party/ngtcp2/crypto/ossl/libngtcp2_crypto_ossl.pc.in
- third_party/ngtcp2/crypto/ossl/ossl.c
- third_party/ngtcp2/crypto/picotls/libngtcp2_crypto_picotls.pc.in
- third_party/ngtcp2/crypto/picotls/picotls.c
- third_party/ngtcp2/crypto/quictls/.gitignore
- third_party/ngtcp2/crypto/quictls/CMakeLists.txt
- third_party/ngtcp2/crypto/quictls/Makefile.am
- + third_party/ngtcp2/crypto/quictls/libngtcp2_crypto_libressl.pc.in
- third_party/ngtcp2/crypto/quictls/libngtcp2_crypto_quictls.pc.in
- third_party/ngtcp2/crypto/quictls/quictls.c
- third_party/ngtcp2/crypto/shared.c
- third_party/ngtcp2/crypto/shared.h
- third_party/ngtcp2/crypto/wolfssl/libngtcp2_crypto_wolfssl.pc.in
- third_party/ngtcp2/crypto/wolfssl/wolfssl.c
- third_party/ngtcp2/lib/CMakeLists.txt
- third_party/ngtcp2/lib/Makefile.am
- third_party/ngtcp2/lib/config.cmake.in
- third_party/ngtcp2/lib/includes/ngtcp2/ngtcp2.h
- third_party/ngtcp2/lib/ngtcp2_acktr.c
- third_party/ngtcp2/lib/ngtcp2_acktr.h
- third_party/ngtcp2/lib/ngtcp2_addr.c
- third_party/ngtcp2/lib/ngtcp2_addr.h
- third_party/ngtcp2/lib/ngtcp2_balloc.c
- third_party/ngtcp2/lib/ngtcp2_bbr.c
- third_party/ngtcp2/lib/ngtcp2_bbr.h
- third_party/ngtcp2/lib/ngtcp2_buf.c
- third_party/ngtcp2/lib/ngtcp2_buf.h
- + third_party/ngtcp2/lib/ngtcp2_callbacks.c
- + third_party/ngtcp2/lib/ngtcp2_callbacks.h
- third_party/ngtcp2/lib/ngtcp2_cc.c
- third_party/ngtcp2/lib/ngtcp2_cc.h
- third_party/ngtcp2/lib/ngtcp2_cid.c
- third_party/ngtcp2/lib/ngtcp2_cid.h
- third_party/ngtcp2/lib/ngtcp2_conn.c
- third_party/ngtcp2/lib/ngtcp2_conn.h
- + third_party/ngtcp2/lib/ngtcp2_conn_info.c
- + third_party/ngtcp2/lib/ngtcp2_conn_info.h
- third_party/ngtcp2/lib/ngtcp2_conn_stat.h
- third_party/ngtcp2/lib/ngtcp2_conv.c
- third_party/ngtcp2/lib/ngtcp2_crypto.c
- third_party/ngtcp2/lib/ngtcp2_crypto.h
- third_party/ngtcp2/lib/ngtcp2_dcidtr.c
- third_party/ngtcp2/lib/ngtcp2_dcidtr.h
- third_party/ngtcp2/lib/ngtcp2_frame_chain.c
- third_party/ngtcp2/lib/ngtcp2_frame_chain.h
- third_party/ngtcp2/lib/ngtcp2_gaptr.c
- third_party/ngtcp2/lib/ngtcp2_ksl.c
- third_party/ngtcp2/lib/ngtcp2_ksl.h
- third_party/ngtcp2/lib/ngtcp2_log.c
- third_party/ngtcp2/lib/ngtcp2_log.h
- third_party/ngtcp2/lib/ngtcp2_macro.h
- third_party/ngtcp2/lib/ngtcp2_map.c
- third_party/ngtcp2/lib/ngtcp2_map.h
- third_party/ngtcp2/lib/ngtcp2_net.h
- third_party/ngtcp2/lib/ngtcp2_objalloc.h
- third_party/ngtcp2/lib/ngtcp2_path.c
- third_party/ngtcp2/lib/ngtcp2_path.h
- + third_party/ngtcp2/lib/ngtcp2_pcg.c
- + third_party/ngtcp2/lib/ngtcp2_pcg.h
- third_party/ngtcp2/lib/ngtcp2_pkt.c
- third_party/ngtcp2/lib/ngtcp2_pkt.h
- third_party/ngtcp2/lib/ngtcp2_ppe.c
- third_party/ngtcp2/lib/ngtcp2_pv.c
- third_party/ngtcp2/lib/ngtcp2_pv.h
- third_party/ngtcp2/lib/ngtcp2_qlog.c
- third_party/ngtcp2/lib/ngtcp2_qlog.h
- third_party/ngtcp2/lib/ngtcp2_range.c
- + third_party/ngtcp2/lib/ngtcp2_ratelim.c
- + third_party/ngtcp2/lib/ngtcp2_ratelim.h
- third_party/ngtcp2/lib/ngtcp2_ringbuf.c
- third_party/ngtcp2/lib/ngtcp2_ringbuf.h
- third_party/ngtcp2/lib/ngtcp2_rob.c
- third_party/ngtcp2/lib/ngtcp2_rob.h
- third_party/ngtcp2/lib/ngtcp2_rst.c
- third_party/ngtcp2/lib/ngtcp2_rst.h
- third_party/ngtcp2/lib/ngtcp2_rtb.c
- third_party/ngtcp2/lib/ngtcp2_rtb.h
- third_party/ngtcp2/lib/ngtcp2_settings.c
- third_party/ngtcp2/lib/ngtcp2_settings.h
- third_party/ngtcp2/lib/ngtcp2_str.c
- third_party/ngtcp2/lib/ngtcp2_str.h
- third_party/ngtcp2/lib/ngtcp2_strm.c
- third_party/ngtcp2/lib/ngtcp2_strm.h
- third_party/ngtcp2/lib/ngtcp2_transport_params.c
- third_party/ngtcp2/lib/ngtcp2_transport_params.h
- third_party/ngtcp2/lib/ngtcp2_vec.c
- third_party/ngtcp2/lib/ngtcp2_vec.h
- third_party/ngtcp2/lib/ngtcp2_window_filter.c
- third_party/ngtcp2/wscript


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/4579864fd585de03d18ef821ba3d9aa40fc89020...963851ef0c9197179fe48032682949d2ddc7e1aa

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/4579864fd585de03d18ef821ba3d9aa40fc89020...963851ef0c9197179fe48032682949d2ddc7e1aa
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20260512/dc3fb114/attachment-0001.htm>


More information about the Pkg-samba-maint mailing list