index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
protocol
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
ctdb-protocol: CID 1499395: Uninitialized variables (UNINIT)
Martin Schwenke
1
-1
/
+1
2022-01-17
ctdb-protocol: Mark {GET,SET}_RECMASTER controls obsolete
Martin Schwenke
1
-2
/
+2
2022-01-17
ctdb-protocol: Drop marshalling for {GET,SET}_RECMASTER controls
Martin Schwenke
1
-27
/
+0
2022-01-17
ctdb-protocol: Drop protocol client functions for recmaster controls
Martin Schwenke
2
-54
/
+0
2022-01-17
ctdb-protocol: Add CTDB_SRVID_LEADER
Martin Schwenke
2
-1
/
+16
2022-01-13
ctdb-protocol: Print IPv6 sockets with RFC5952 "[2001:db8::1]:80" notation
Martin Schwenke
1
-4
/
+25
2022-01-13
ctdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6 notation
Volker Lendecke
1
-0
/
+13
2022-01-13
ctdb-protocol: Save 50 bytes .text segment
Volker Lendecke
1
-1
/
+1
2022-01-13
ctdb-protocol: rindex->strrchr
Volker Lendecke
1
-4
/
+4
2021-09-09
ctdb-recoverd: Mark CTDB_SRVID_SET_NODE_FLAGS obsolete
Martin Schwenke
1
-1
/
+1
2021-09-09
ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODE
Martin Schwenke
4
-0
/
+56
2021-09-09
ctdb-protocol: Add new controls to disable and enable nodes
Martin Schwenke
1
-0
/
+2
2020-09-11
ctdb-daemon: Drop implementation of old-style database pull/push controls
Martin Schwenke
1
-2
/
+2
2020-09-11
ctdb-protocol: Drop marshalling functions for old-style database pull/push
Martin Schwenke
2
-50
/
+0
2020-09-11
ctdb-protocol: Drop client functions for old-style database pull/push
Martin Schwenke
2
-59
/
+0
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2020-04-28
ctdb-protocol: Add marshalling for control ECHO_DATA
Volker Lendecke
4
-0
/
+61
2020-04-28
ctdb-protocol: Add marshalling for struct ctdb_echo_data
Volker Lendecke
2
-0
/
+82
2020-04-28
ctdb-protocol: Add new control CTDB_CONTROL_ECHO_DATA
Volker Lendecke
1
-0
/
+8
2020-04-28
ctdb: Fix duplicate ;;
Volker Lendecke
1
-1
/
+1
2020-03-23
ctdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_RECOVERY
Martin Schwenke
1
-0
/
+1
2019-10-24
ctdb-protocol: Add marshalling for control DB_VACUUM
Martin Schwenke
4
-0
/
+54
2019-10-24
ctdb-protocol: Add marshalling for struct ctdb_db_vacuum
Martin Schwenke
2
-0
/
+73
2019-10-24
ctdb-protocol: Add new control CTDB_CONTROL_DB_VACUUM
Martin Schwenke
1
-0
/
+8
2019-10-24
ctdb-protocol: Add marshalling for new control VACUUM_FETCH
Amitay Isaacs
4
-0
/
+51
2019-10-24
ctdb-protocol: Add new control VACUUM_FETCH
Amitay Isaacs
1
-0
/
+1
2019-10-24
ctdb-protocol: Drop code related to obsolete controls
Amitay Isaacs
2
-69
/
+0
2019-10-04
ctdb-protocol: Initialise request->rdata.opcode where missing
Martin Schwenke
1
-0
/
+4
2019-07-05
ctdb-protocol: Avoid signed/unsigned comparison by casting
Martin Schwenke
2
-10
/
+10
2019-07-05
ctdb-protocol: Variable for return value of strlcpy() should be size_t
Martin Schwenke
1
-1
/
+1
2019-07-05
ctdb-protocol: Fix signed/unsigned comparison by declaring as unsigned
Martin Schwenke
1
-1
/
+2
2019-07-05
ctdb-protocol: Do not ignore return value of ctdb_g_lock_pull()
Martin Schwenke
1
-1
/
+1
2019-06-30
ctdb: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
1
-6
/
+4
2019-06-04
ctdb:protocol_util: remove 'const' from allocated strings
Stefan Metzmacher
2
-11
/
+12
2019-04-11
ctdb-protocol: Update error check for new string conversion wrapper
Swen Schillig
1
-2
/
+2
2019-03-15
ctdb: Initialize addr struct to zero before reparsing as IPV4
Zhu Shangzhong
1
-0
/
+3
2019-03-01
ctdb-protocol: Use wrapper for string to integer conversion
Swen Schillig
1
-5
/
+6
2018-10-08
ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS control
Amitay Isaacs
3
-61
/
+0
2018-10-08
ctdb-protocol: Mark RECEIVE_RECORDS control obsolete
Amitay Isaacs
1
-1
/
+1
2018-07-28
ctdb-common: Add fd argument to ctdb_connection_list_read()
Amitay Isaacs
2
-3
/
+7
2018-07-28
ctdb-protocol: Avoid fgets in ctdb_connection_list_read
Amitay Isaacs
1
-37
/
+49
2018-07-27
ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()
Martin Schwenke
2
-0
/
+44
2018-07-27
ctdb-protocol: Fix compilation issue with strncpy()
Martin Schwenke
1
-3
/
+1
2018-07-05
ctdb-protocol: Remove protocol for old event daemon
Amitay Isaacs
3
-1015
/
+0
2018-07-05
ctdb-protocol: Separate protocol-basic subsystem
Amitay Isaacs
3
-66
/
+88
2018-07-02
ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVE
Martin Schwenke
2
-3
/
+3
2018-07-02
ctdb-common: Use sin6_len only if the structure supports it
Amitay Isaacs
1
-1
/
+1
2017-10-16
ctdb-protocol: Fix typo in type of return variable
Martin Schwenke
1
-1
/
+1
2017-10-10
ctdb-protocol: Add tunnel id prefix for testing
Amitay Isaacs
2
-1
/
+7
2017-10-10
ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL
Amitay Isaacs
3
-0
/
+175
[next]