1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/ctdb
Martin Schwenke 8da34956d6 ctdb-scripts: Track connections for all ports for public IPs
Currently TCP ports like NFS lock manager are not tracked.  It is
easier to track all connections than to add a configuration system to
try to track specified ports, so do that.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15320
RN: Update CTDB to track all TCP connections to public IP addresses

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jerry Heyman <jheyman@ddn.com>
(cherry picked from commit 590a86dbe4)

Autobuild-User(v4-21-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-21-test): Mon Nov 25 14:09:18 UTC 2024 on atb-devel-224
2024-11-25 14:09:18 +00:00
..
client ctdb-client: Remove unused function 2024-03-06 06:05:38 +00:00
common ctdb-daemon: Use ctdb_parse_node_address() in ctdbd 2024-07-23 12:39:18 +00:00
conf ctdb-conf: Add a common node address handling module 2024-07-23 11:37:34 +00:00
config ctdb-scripts: Track connections for all ports for public IPs 2024-11-25 14:09:18 +00:00
doc ctdb-doc: Drop unnecessary, broken attempt at rpc.statd stack trace 2024-06-25 03:16:37 +00:00
event ctdb-conf: Move conf.[ch] to conf/ subdirectory 2024-06-28 18:43:52 +05:30
failover ctdb-failover: omit "restrict" optimization keyword 2024-07-02 23:52:37 +00:00
ib ctdb-daemon: Rename ctdb_context private_data to transport_data 2019-11-14 02:20:46 +00:00
include ctdb-protocol: Move definition of CTDB_PORT to protocol 2024-07-23 11:37:34 +00:00
protocol ctdb-protocol: Move ctdb_node_map_* to protocol_api.h 2024-07-23 11:37:34 +00:00
server ctdb-server: Drop a log message to DEBUG level 2024-11-25 12:38:16 +00:00
tcp ctdb:tcp: Fix code spelling 2023-03-24 07:01:31 +00:00
tests ctdb-tests: Use ctdb_read_nodes() in the fake ctdbd 2024-07-23 11:37:34 +00:00
tools ctdb-tools: Use ctdb_read_nodes() in the ctdb tool 2024-07-23 11:37:34 +00:00
utils ctdb/ceph: Add optional namespace support for mutex helper 2024-06-14 06:40:37 +00:00
.bzrignore
.gitignore ctdb-build: use a fixed ctdb_version.h using SAMBA_VERSION_STRING 2019-03-15 05:17:14 +00:00
configure configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts 2022-03-29 22:32:32 +00:00
configure.rpm ctdb-packaging: Update library versions to upstream versions 2018-12-18 07:12:09 +01:00
COPYING
Makefile Python: remove pydoctor 2023-02-02 21:15:54 +00:00
README
wscript ctdb-daemon: Use ctdb_read_nodes() in ctdbd 2024-07-23 11:37:34 +00:00

This is the release version of CTDB, a clustered implementation of TDB
database used by Samba and other projects to store temporary data.

This software is freely distributable under the GNU public license,
a copy of which you should have received with this software (in a file
called COPYING).

For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.