<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/third_party, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>third_party/ngtcp2: import v1.22.1 for CVE-2026-40170</title>
<updated>2026-04-22T13:16:35+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2026-04-17T08:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=706dc118b3bdbe03ada53939c1634ab13c91455a'/>
<id>706dc118b3bdbe03ada53939c1634ab13c91455a</id>
<content type='text'>
For CVE-2026-40170 see:
https://github.com/ngtcp2/ngtcp2/security/advisories/GHSA-f523-465f-8c8f)

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For CVE-2026-40170 see:
https://github.com/ngtcp2/ngtcp2/security/advisories/GHSA-f523-465f-8c8f)

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>third_party:heimdal: Import lorikeet-heimdal-202603261022</title>
<updated>2026-03-31T00:41:46+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-03-26T22:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9b46613c6e41eac5bfc4832d8a9f3c72dc1a5e8e'/>
<id>9b46613c6e41eac5bfc4832d8a9f3c72dc1a5e8e</id>
<content type='text'>
Fix compiler errors when compiling with clang 22

Fixes for bug 15746

commits: 5367944b74888bd1f8af3567e18c1b763f8f58c6
         1b18c37544405a74b20c6dff4454c0b7dc79d5df

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

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Tue Mar 31 00:41:46 UTC 2026 on atb-devel-224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compiler errors when compiling with clang 22

Fixes for bug 15746

commits: 5367944b74888bd1f8af3567e18c1b763f8f58c6
         1b18c37544405a74b20c6dff4454c0b7dc79d5df

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

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Tue Mar 31 00:41:46 UTC 2026 on atb-devel-224
</pre>
</div>
</content>
</entry>
<entry>
<title>quic:libquic:handshake fix clang-22 warning</title>
<updated>2026-03-30T01:49:56+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-03-24T02:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2a5b6c9a8ba0850091d35f35a01b27c525b0d22e'/>
<id>2a5b6c9a8ba0850091d35f35a01b27c525b0d22e</id>
<content type='text'>
Fix:
   ../../third_party/quic/libquic/handshake.c:567:56:
      error: format specifies type 'unsigned int' but the argument has type
             'size_t' (aka 'unsigned long') [-Werror,-Wformat]
        567   quic_log_debug("  Read func: %u %u %u", level, htype, datalen);
                                                 ~~                 ^~~~~~~

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Mon Mar 30 01:49:56 UTC 2026 on atb-devel-224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix:
   ../../third_party/quic/libquic/handshake.c:567:56:
      error: format specifies type 'unsigned int' but the argument has type
             'size_t' (aka 'unsigned long') [-Werror,-Wformat]
        567   quic_log_debug("  Read func: %u %u %u", level, htype, datalen);
                                                 ~~                 ^~~~~~~

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Mon Mar 30 01:49:56 UTC 2026 on atb-devel-224
</pre>
</div>
</content>
</entry>
<entry>
<title>heimdal_build Remove unneeded -Wno-error flags</title>
<updated>2026-03-24T00:13:03+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-03-05T03:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9fa18b401bd1b8590757cce50170d1f9a31d3299'/>
<id>9fa18b401bd1b8590757cce50170d1f9a31d3299</id>
<content type='text'>
Remove the -Wno-error flags introduced by
commit 3790dcb59d5380b6af164777d8c43585b746807c

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Tue Mar 24 00:13:03 UTC 2026 on atb-devel-224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the -Wno-error flags introduced by
commit 3790dcb59d5380b6af164777d8c43585b746807c

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Tue Mar 24 00:13:03 UTC 2026 on atb-devel-224
</pre>
</div>
</content>
</entry>
<entry>
<title>third_party:heimdal: Import lorikeet-heimdal-202603022028</title>
<updated>2026-03-23T23:10:29+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-03-03T22:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a2688f0e5b027b6fd2c065ba91c87ade6f167248'/>
<id>a2688f0e5b027b6fd2c065ba91c87ade6f167248</id>
<content type='text'>
Fix compiler errors when compiling with clang 21:

commits: 0373c37e00d290da6256784163245fa746910e40
         8879a6ba3571fdfdd110d8b3bdb9e115c9933a8d
         2d84c5fe790d063737c6023228dce96ca8231092
	 c5032b0e576735e45ef701b579ce8e32edf5d75c
	 8702e2aa7f786edbf3ebd34eb97c1fe22dd8066e
	 ff2e379cb06dfe9440de13a5ffd0b36ab6cbda87
	 a4ee4d08ac0f1df8e4bfb0788d3668dcee0dce45

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compiler errors when compiling with clang 21:

commits: 0373c37e00d290da6256784163245fa746910e40
         8879a6ba3571fdfdd110d8b3bdb9e115c9933a8d
         2d84c5fe790d063737c6023228dce96ca8231092
	 c5032b0e576735e45ef701b579ce8e32edf5d75c
	 8702e2aa7f786edbf3ebd34eb97c1fe22dd8066e
	 ff2e379cb06dfe9440de13a5ffd0b36ab6cbda87
	 a4ee4d08ac0f1df8e4bfb0788d3668dcee0dce45

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>third_party: Add check for HAVE_SYSCALL_INT for socket_wrapper</title>
<updated>2026-03-18T11:20:37+00:00</updated>
<author>
<name>Martin Schwenke</name>
<email>mschwenke@ddn.com</email>
</author>
<published>2026-03-13T04:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9428eed09503b59ce217798900de718bed94f6cb'/>
<id>9428eed09503b59ce217798900de718bed94f6cb</id>
<content type='text'>
This is copied from third_party/uid_wrapper/wscript.

Signed-off-by: Martin Schwenke &lt;mschwenke@ddn.com&gt;
Reviewed-by: Anoop C S &lt;anoopcs@samba.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is copied from third_party/uid_wrapper/wscript.

Signed-off-by: Martin Schwenke &lt;mschwenke@ddn.com&gt;
Reviewed-by: Anoop C S &lt;anoopcs@samba.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>build: Allow developer builds with clang 21</title>
<updated>2026-03-03T04:52:36+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-03-01T23:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3790dcb59d5380b6af164777d8c43585b746807c'/>
<id>3790dcb59d5380b6af164777d8c43585b746807c</id>
<content type='text'>
Disable clang warnings to allow samba to be compiled with clang 21.

Subsequent commits will fix the offending code.

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Anoop C S &lt;anoopcs@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable clang warnings to allow samba to be compiled with clang 21.

Subsequent commits will fix the offending code.

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Anoop C S &lt;anoopcs@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>quic_ko_wrapper: Fix a typo</title>
<updated>2026-02-25T13:37:44+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2026-02-24T13:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=31f3bc19d5afdaf782a99d93afda8f9e5346958d'/>
<id>31f3bc19d5afdaf782a99d93afda8f9e5346958d</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Feb 25 13:37:44 UTC 2026 on atb-devel-224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Feb 25 13:37:44 UTC 2026 on atb-devel-224
</pre>
</div>
</content>
</entry>
<entry>
<title>quic_ko_wrapper: Fix a comment</title>
<updated>2026-02-25T12:33:39+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2026-02-24T12:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6813b344e2c83e3aba93510477bf083d44b85303'/>
<id>6813b344e2c83e3aba93510477bf083d44b85303</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>third_party:heimdal: import lorikeet-heimdal-202602190236</title>
<updated>2026-02-23T21:18:57+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2026-02-19T02:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3d4d7f3cb88180b205c67a6ca66373fe1fb6851e'/>
<id>3d4d7f3cb88180b205c67a6ca66373fe1fb6851e</id>
<content type='text'>
commits: 4223f36655031fd13ad3b0bedbc937dd9ba40c8d
	 1a9371036d4baa7da50e9260e411eefa6cee0811
	 53f5f685a474413d009249ecd7750399737dcd39

Action upstream feedback on KB5014754 changes.
pkinit:match_name Implement 3.1.5.2.1.3 Explicit Mapping

Calculate hash for KB5014754 SHA1-PUKEY over entire certificate

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

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Jennifer Sutton &lt;jsutton@samba.org&gt;
Autobuild-Date(master): Mon Feb 23 21:18:57 UTC 2026 on atb-devel-224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commits: 4223f36655031fd13ad3b0bedbc937dd9ba40c8d
	 1a9371036d4baa7da50e9260e411eefa6cee0811
	 53f5f685a474413d009249ecd7750399737dcd39

Action upstream feedback on KB5014754 changes.
pkinit:match_name Implement 3.1.5.2.1.3 Explicit Mapping

Calculate hash for KB5014754 SHA1-PUKEY over entire certificate

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

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Jennifer Sutton &lt;jennifersutton@catalyst.net.nz&gt;

Autobuild-User(master): Jennifer Sutton &lt;jsutton@samba.org&gt;
Autobuild-Date(master): Mon Feb 23 21:18:57 UTC 2026 on atb-devel-224
</pre>
</div>
</content>
</entry>
</feed>
