ctdb-tests: Convert database map to a linked list in fake_ctdbd
[samba.git] / ctdb / tests / src / fake_ctdbd.c
2018-03-27 Amitay Isaacsctdb-tests: Convert database map to a linked list in...
2018-03-19 Martin Schwenkectdb-tests: Simplify nodes file handling in tool tests
2017-11-07 Martin Schwenkectdb-tests: Have fake daemon log when it parses public IPs
2017-10-16 Martin Schwenkectdb-tests: Check an unchecked return value
2017-10-16 Martin Schwenkectdb-test: Fix CID 1419118 (Error handling issues)
2017-10-05 Martin Schwenkectdb-tests: Replace parse_ip() -> ctdb_sock_addr_from_s...
2017-09-22 Amitay Isaacsctdb-tests: Check all connections from a process in...
2017-09-21 Amitay Isaacsctdb-tests: Implement control CHECK_PID_SRVID in fake...
2017-09-21 Amitay Isaacsctdb-tests: Reimplement message handlers using srvid...
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-14 Martin Schwenkectdb-tests: Drop implementation of monitor controls
2017-09-09 Amitay Isaacsctdb-tests: Fix the implementation of process-exists...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_header
2017-06-29 Amitay Isaacsctdb-tests: Support replicated db in tool tests
2016-12-19 Martin Schwenkectdb-tests: Add faking of control failures/timeouts...
2016-12-19 Martin Schwenkectdb-tests: Add IPREALLOCATED control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add TAKEOVER_IP control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add RELEASE_IP control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Implement GET_PUBLIC_IPS control in fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Implement GET_PUBLIC_IP_INFO control in...
2016-12-19 Martin Schwenkectdb-tests: Factor out get_ctdb_iface_list()
2016-12-19 Martin Schwenkectdb-tests: Add public IP state to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Make fake_ctdbd use logging_init()
2016-12-05 Martin Schwenkectdb-logging: Drop enum debug_level
2016-08-08 Martin Schwenkectdb-tests: Fix CID 1361816 Buffer not null terminated...
2016-07-28 Martin Schwenkectdb-tests: Pretend not to ignore return from fgets()
2016-07-28 Amitay Isaacsctdb-tests: Fix valgrind unintialized error
2016-07-28 Amitay Isaacsctdb-daemon: Use consistent naming for monitoring mode
2016-07-25 Martin Schwenkectdb-tests: Implement database related controls in...
2016-07-25 Martin Schwenkectdb-tests: Implement MODIFY_FLAGS control in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement SET_BAN_STATE control in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement TAKEOVER_RUN message in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement STOP_NODE and CONTINUE_NODE contr...
2016-07-25 Martin Schwenkectdb-tests: Implement GET_RECLOCK_FILE control in fake_...
2016-07-25 Amitay Isaacsctdb-tests: Add monitoring related controls in fake_ctdbd
2016-07-25 Amitay Isaacsctdb-tests: Implement SET_IFACE_LINK_STATE control...
2016-07-25 Amitay Isaacsctdb-tests: Implement controls related to tunables...
2016-07-25 Amitay Isaacsctdb-tests: Implement GET_RUNSTATE control in fake_ctdbd
2016-07-25 Amitay Isaacsctdb-tests: Implement GET_DEBUG and SET_DEBUG controls...
2016-07-25 Martin Schwenkectdb-tests: Error on invalid destnode in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Have fake_ctdbd log request IDs
2016-06-08 Amitay Isaacsctdb-tests: Re-use async accept wrapper from async_req
2016-05-17 Volker Lendeckectdb: Fix CID 1327222 Copy into fixed size buffer
2016-05-17 Volker Lendeckectdb: Fix CID 1361817 Dereference after null check
2016-05-16 Volker Lendeckectdb: Fix the O3 developer build
2016-05-10 Amitay Isaacsctdb-tests: Add fake ctdb daemon implementation for...