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
/
tests
/
src
/
fake_ctdbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
ctdb-tests: add USENODESCOMMAND directive to fake ctdb
John Mulligan
1
-2
/
+15
2024-07-23
ctdb-tests: Use ctdb_read_nodes() in the fake ctdbd
Martin Schwenke
1
-103
/
+4
2024-07-23
ctdb-protocol: Move definition of CTDB_PORT to protocol
Martin Schwenke
1
-2
/
+0
2024-07-17
ctdb-tests: Correctly handle adding a deleted node at the end
Martin Schwenke
1
-11
/
+17
2024-04-16
lib: Give lib/util/util_file.c its own header file
Volker Lendecke
1
-0
/
+1
2024-03-06
ctdb-server: Implement CTDB_CONTROL_START_IPREALLOCATE
Vinit Agnihotri
1
-0
/
+19
2023-03-24
ctdb:tests: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-06-28
ctdb-tests: Add runstate handling to fake ctdbd
Vinit Agnihotri
1
-1
/
+42
2022-06-28
ctdb-tests: Return error on empty fake ctdbd configuration blocks
Martin Schwenke
1
-4
/
+23
2022-01-17
ctdb-daemon: Drop implementation of {GET,SET}_RECMASTER controls
Martin Schwenke
1
-21
/
+0
2022-01-17
ctdb-tests: Add leader broadcasts to fake_ctdbd
Martin Schwenke
1
-0
/
+49
2022-01-17
ctdb-tests: Implement srvid_handler for dispatching messages
Amitay Isaacs
1
-1
/
+67
2021-09-09
ctdb_daemon: Implement controls DISABLE_NODE/ENABLE_NODE
Martin Schwenke
1
-0
/
+54
2021-01-22
lib: Make accept_recv() return the listening socket
Volker Lendecke
1
-1
/
+1
2021-01-22
lib: Make accept_recv() return struct samba_sockaddr
Volker Lendecke
1
-1
/
+1
2019-08-26
ctdb-tests: fix mem leak in ltdb_fetch
Swen Schillig
1
-1
/
+3
2019-07-05
ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned
Martin Schwenke
1
-9
/
+10
2018-07-11
ctdb-daemon: Stop inactive/disabled nodes from reporting available IPs
Martin Schwenke
1
-1
/
+3
2018-07-02
ctdb-tests: Switch fake_ctdbd to use ctdb_get_peer_pid()
Martin Schwenke
1
-8
/
+2
2018-03-27
ctdb-tests: Add debug messages for unimplemented functions
Amitay Isaacs
1
-0
/
+4
2018-03-27
ctdb-tests: Implement traverse control in fake_ctdbd
Amitay Isaacs
1
-0
/
+118
2018-03-27
ctdb-tests: Implement transaction control in fake_ctdbd
Amitay Isaacs
1
-0
/
+109
2018-03-27
ctdb-tests: Add req_call processing in fake_ctdbd
Amitay Isaacs
1
-1
/
+134
2018-03-27
ctdb-tests: Use seqnum from tdb if available in fake_ctdbd
Amitay Isaacs
1
-3
/
+138
2018-03-27
ctdb-tests: Implement database attach control in fake_ctdbd
Amitay Isaacs
1
-0
/
+213
2018-03-27
ctdb-tests: Add dbdir option for creating databases in fake_ctdbd
Amitay Isaacs
1
-12
/
+31
2018-03-27
ctdb-tests: Convert database map to a linked list in fake_ctdbd
Amitay Isaacs
1
-15
/
+25
2018-03-19
ctdb-tests: Simplify nodes file handling in tool tests
Martin Schwenke
1
-15
/
+36
2017-11-07
ctdb-tests: Have fake daemon log when it parses public IPs
Martin Schwenke
1
-1
/
+11
2017-10-16
ctdb-tests: Check an unchecked return value
Martin Schwenke
1
-2
/
+8
2017-10-16
ctdb-test: Fix CID 1419118 (Error handling issues)
Martin Schwenke
1
-1
/
+5
2017-10-05
ctdb-tests: Replace parse_ip() -> ctdb_sock_addr_from_string()
Martin Schwenke
1
-5
/
+12
2017-09-22
ctdb-tests: Check all connections from a process in CHECK_PID_SRVID control
Amitay Isaacs
1
-19
/
+30
2017-09-21
ctdb-tests: Implement control CHECK_PID_SRVID in fake daemon
Amitay Isaacs
1
-3
/
+44
2017-09-21
ctdb-tests: Reimplement message handlers using srvid abstraction
Amitay Isaacs
1
-31
/
+19
2017-09-19
ctdb-protocol: Optionally print port for address printing functions
Martin Schwenke
1
-10
/
+11
2017-09-19
ctdb-build: Split protocol-util as a separate subsystem
Martin Schwenke
1
-0
/
+1
2017-09-14
ctdb-tests: Drop implementation of monitor controls
Martin Schwenke
1
-69
/
+0
2017-09-09
ctdb-tests: Fix the implementation of process-exists in fake daemon
Amitay Isaacs
1
-2
/
+79
2017-08-30
ctdb-protocol: Fix marshalling for ctdb_req_header
Amitay Isaacs
1
-5
/
+7
2017-06-29
ctdb-tests: Support replicated db in tool tests
Amitay Isaacs
1
-1
/
+6
2016-12-19
ctdb-tests: Add faking of control failures/timeouts to fake_ctdbd
Martin Schwenke
1
-0
/
+144
2016-12-19
ctdb-tests: Add IPREALLOCATED control to fake_ctdbd
Martin Schwenke
1
-0
/
+19
2016-12-19
ctdb-tests: Add TAKEOVER_IP control to fake_ctdbd
Martin Schwenke
1
-0
/
+56
2016-12-19
ctdb-tests: Add RELEASE_IP control to fake_ctdbd
Martin Schwenke
1
-0
/
+69
2016-12-19
ctdb-tests: Implement GET_PUBLIC_IPS control in fake_ctdbd
Martin Schwenke
1
-0
/
+55
2016-12-19
ctdb-tests: Implement GET_PUBLIC_IP_INFO control in fake_ctdbd
Martin Schwenke
1
-0
/
+81
2016-12-19
ctdb-tests: Factor out get_ctdb_iface_list()
Martin Schwenke
1
-12
/
+27
2016-12-19
ctdb-tests: Add public IP state to fake_ctdbd
Martin Schwenke
1
-0
/
+19
2016-12-19
ctdb-tests: Make fake_ctdbd use logging_init()
Martin Schwenke
1
-13
/
+7
[next]