ctdb-tests: Reimplement message handlers using srvid abstraction
[metze/samba/wip.git] / ctdb / tests / src / fake_ctdbd.c
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...