1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/ctdb/protocol
Stefan Metzmacher 037e8e449d ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSED
With multichannel a tcp connection is registered first with
a temporary smbd process, that calls CTDB_CONTROL_TCP_CLIENT
first and then passes the tcp connection to the longterm smbd
that already handles all connections belonging to the specific
client_guid. That smbd process calls CTDB_CONTROL_TCP_CLIENT
again, but the 'tickle' information is already there.
When the temporary smbd process exists/disconnects from ctdb
or calls CTDB_CONTROL_TCP_CLIENT_DISCONNECTED, the 'tickle'
information is removed, while the longterm smbd process
still serves the tcp connection.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2023-12-15 11:06:34 +00:00
..
protocol_api.h ctdb-protocol: Drop protocol client functions for recmaster controls 2022-01-17 10:21:33 +00:00
protocol_basic.c ctdb-protocol: CID 1499395: Uninitialized variables (UNINIT) 2022-02-23 02:02:06 +00:00
protocol_basic.h ctdb-protocol: Separate protocol-basic subsystem 2018-07-05 06:52:42 +02:00
protocol_call.c ctdb-protocol: Fix marshalling for ctdb_reply_dmaster 2017-08-30 14:59:25 +02:00
protocol_client.c ctdb-protocol: Drop protocol client functions for recmaster controls 2022-01-17 10:21:33 +00:00
protocol_control.c ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSED 2023-12-15 11:06:34 +00:00
protocol_debug.c ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSED 2023-12-15 11:06:34 +00:00
protocol_header.c ctdb-protocol: Fix marshalling for ctdb_req_header 2017-08-30 14:59:25 +02:00
protocol_keepalive.c ctdb-protocol: Add marshalling for ctdb_req_keepalive 2017-08-30 14:59:26 +02:00
protocol_message.c ctdb-protocol: Add CTDB_SRVID_LEADER 2022-01-17 10:21:32 +00:00
protocol_packet.c ctdb-protocol: Check arguments in ctdb_allocate_pkt 2016-05-03 04:43:20 +02:00
protocol_private.h ctdb-protocol: Add marshalling for struct ctdb_echo_data 2020-04-28 09:08:39 +00:00
protocol_sock.c ctdb-protocol: Add a generic packet header 2017-09-01 08:52:07 +02:00
protocol_tunnel.c ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL 2017-10-10 11:45:19 +02:00
protocol_types.c ctdb-protocol: Add marshalling for struct ctdb_echo_data 2020-04-28 09:08:39 +00:00
protocol_util.c ctdb: add ctdb_connection_same() helper 2023-12-15 11:06:34 +00:00
protocol_util.h ctdb: add ctdb_connection_same() helper 2023-12-15 11:06:34 +00:00
protocol.h ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSED 2023-12-15 11:06:34 +00:00