1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/protocol
Amitay Isaacs bdff6255af ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12259

Even though database id is 32-bit, it's sent on wire as 64-bits.
The database id is the first 32-bits on the wire.  This needs fixing
eventually, but for now keep the same wire format.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2016-09-14 08:39:28 +02:00
..
protocol_api.h ctdb-protocol: Drop marshalling for global transaction controls 2016-07-28 05:00:17 +02:00
protocol_call.c ctdb-protocol: Add checks to validate data on wire before unmarshaling 2016-06-18 19:33:14 +02:00
protocol_client.c ctdb-protocol: Drop marshalling for global transaction controls 2016-07-28 05:00:17 +02:00
protocol_control.c ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request 2016-09-14 08:39:28 +02:00
protocol_debug.c ctdb-protocol: Drop support for SET_RECLOCK 2016-06-08 00:51:28 +02:00
protocol_header.c ctdb-protocol: Fix marshalling of ctdb_req_header 2016-05-03 04:43:20 +02:00
protocol_message.c ctdb-protocol: Add checks to validate data on wire before unmarshaling 2016-06-18 19:33:14 +02: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: Drop marshalling code for set/get_db_priority 2016-07-25 21:29:43 +02:00
protocol_types.c ctdb-protocol: Drop marshalling code for set/get_db_priority 2016-07-25 21:29:43 +02:00
protocol_util.c ctdb-protocol: Add function ctdb_sock_addr_same_ip 2016-07-28 05:00:16 +02:00
protocol.h ctdb-protocol: Deprecate global transaction controls 2016-07-28 05:00:18 +02:00