The branch, master has been updated
via 5660d11869d lib: docs: talloc: fix a wrong cd command
via a490fbd5f0a lib:tdb: Remove obsolete web page
via 87e5300428d lib:talloc: Remove obsolete web page
via a5f605b9d1c coverity: Fix running coverity in our pipeline
from 85dd55a5fef libads: change netlogon_pings() behaviour wrt to
min_servers parameter
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5660d11869ddcadf4f4befbf2da08c924a77af81
Author: Michael Adam <[email protected]>
Date: Wed Aug 13 13:05:23 2025 +0200
lib: docs: talloc: fix a wrong cd command
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Thu Aug 14 06:27:38 UTC 2025 on atb-devel-224
commit a490fbd5f0ab61428c468ce60f068a5939910bed
Author: Andreas Schneider <[email protected]>
Date: Wed Aug 13 16:38:10 2025 +0200
lib:tdb: Remove obsolete web page
The current one is the doxygen generated one.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
commit 87e5300428d852a61e31af0edc3135da0eb8254e
Author: Andreas Schneider <[email protected]>
Date: Wed Aug 13 16:37:04 2025 +0200
lib:talloc: Remove obsolete web page
The current one is the doxygen generated one.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
commit a5f605b9d1c2881d41e8ae722ead64e389a89934
Author: Andreas Schneider <[email protected]>
Date: Thu Aug 7 16:14:43 2025 +0200
coverity: Fix running coverity in our pipeline
It fails to run if it doesn't find this file. You need it if you run
Coverity locally.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Reviewed-by: Shwetha K Acharya <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
coverity.yaml | 3 ++-
lib/talloc/doc/mainpage.dox | 2 +-
lib/talloc/web/index.html | 51 ---------------------------------------------
lib/tdb/web/index.html | 48 ------------------------------------------
4 files changed, 3 insertions(+), 101 deletions(-)
delete mode 100644 lib/talloc/web/index.html
delete mode 100644 lib/tdb/web/index.html
Changeset truncated at 500 lines:
diff --git a/coverity.yaml b/coverity.yaml
index 571e84ececd..73239527298 100644
--- a/coverity.yaml
+++ b/coverity.yaml
@@ -12,7 +12,8 @@ capture:
clean-command: make clean
analyze:
- model-file: coverity/user_models.xmldb
+ # Uncomment this line if you run locally and created a modelling db
+ # model-file: coverity/user_models.xmldb
checkers:
c-family-security: true
concurrency: false
diff --git a/lib/talloc/doc/mainpage.dox b/lib/talloc/doc/mainpage.dox
index d881e503a43..efbe6da32e6 100644
--- a/lib/talloc/doc/mainpage.dox
+++ b/lib/talloc/doc/mainpage.dox
@@ -32,7 +32,7 @@
* <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development"
target="_blank">Using Git for Samba Development</a>
*
* Once you have cloned the tree switch to the master branch and cd into the
- * lib/tevent directory.
+ * lib/talloc directory.
*
* To fetch via rsync use this command:
*
diff --git a/lib/talloc/web/index.html b/lib/talloc/web/index.html
deleted file mode 100644
index 388ec2cde20..00000000000
--- a/lib/talloc/web/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>talloc</TITLE>
-</HEAD>
-<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555"
ALINK="#cc0033">
-
-<h1>talloc</h1>
-
-talloc is a hierarchical pool based memory allocator with
-destructors. It is the core memory allocator used in Samba, and has
-made a huge difference in many aspects of Samba4 development.<p>
-
-To get started with talloc, I would recommend you read the <a
-href="http://samba.org/ftp/unpacked/talloc/talloc_guide.txt">talloc guide</a>.
-
-<h2>Download</h2>
-You can download the latest releases of talloc from the <a
-href="http://samba.org/ftp/talloc">talloc directory</a> on the samba public
-source archive.
-
-<h2>Discussion and bug reports</h2>
-
-talloc does not currently have its own mailing list or bug tracking
-system. For now, please use the <a
-href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
-mailing list, and the <a href="http://bugzilla.samba.org/">Samba
-bugzilla</a> bug tracking system.
-
-<h2>Development</h2>
-
-You can download the latest code either via git or rsync.<br>
-<br>
-To fetch via git see the following guide:<br>
-<a
href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
Git for Samba Development</a><br>
-Once you have cloned the tree switch to the master branch and cd into the
lib/talloc directory.<br>
-<br>
-To fetch via rsync use this command:
-
-<pre>
- rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/talloc .
-</pre>
-
-<hr>
-<tiny>
-<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
-talloc AT tridgell.net
-</tiny>
-
-</BODY>
-</HTML>
diff --git a/lib/tdb/web/index.html b/lib/tdb/web/index.html
deleted file mode 100644
index 99e8a2fe427..00000000000
--- a/lib/tdb/web/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>ldb</TITLE>
-</HEAD>
-<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555"
ALINK="#cc0033">
-
-<h1>tdb</h1>
-
-TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
-except that it allows multiple simultaneous writers and uses locking
-internally to keep writers from trampling on each other. TDB is also extremely
-small.
-
-<h2>Download</h2>
-You can download the latest releases of tdb from the <a
-href="http://samba.org/ftp/tdb">tdb directory</a> on the samba public
-source archive.
-
-
-<h2>Discussion and bug reports</h2>
-
-tdb does not currently have its own mailing list or bug tracking
-system. For now, please use the <a
-href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
-mailing list, and the <a href="http://bugzilla.samba.org/">Samba
-bugzilla</a> bug tracking system.
-
-<h2>Download</h2>
-
-You can download the latest code either via git or rsync.<br>
-<br>
-To fetch via git see the following guide:<br>
-<a
href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
Git for Samba Development</a><br>
-Once you have cloned the tree switch to the master branch and cd into the
source/lib/tdb directory.<br>
-<br>
-To fetch via rsync use these commands:
-
-<pre>
- rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tdb .
- rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/replace .
-</pre>
-
-and build in tdb. It will find the replace library in the directory
-above automatically.
-
-</BODY>
-</HTML>
--
Samba Shared Repository