PEP8: whitespace fixes in wintest.py
[samba.git] / ctdb /
2018-08-18 Swen Schilligctdb: calculate queue input buffer size correctly
2018-08-18 Swen Schilligctdb: Replace calculation of bytes to read from socket...
2018-08-09 David Disseldorpctdb: add expiry test for ctdb_mutex_ceph_rados_helper
2018-08-09 David Disseldorpctdb_mutex_ceph_rados_helper: fix deadlock via lock...
2018-08-09 David Disseldorpctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_t...
2018-08-09 David Disseldorpctdb_mutex_ceph_rados_helper: use talloc destructor...
2018-08-09 Samuel Cabreroctdb_mutex_ceph_rados_helper: Set SIGINT signal handler
2018-08-09 David Disseldorpctdb/build: link ctdb_mutex_ceph_rados_helper against...
2018-08-06 Swen Schilligctdb: remove queue destructor as it isn't needed anymore
2018-08-03 Amitay Isaacsctdb-eventd: Fix CID 1438155
2018-08-03 Volker Lendeckectdb: Fix a cut&paste error
2018-07-30 Martin Schwenkectdb-doc: Provide an example script for migrating old...
2018-07-28 Martin Schwenkectdb-docs: Update documentation for "ctdb event" command
2018-07-28 Martin Schwenkectdb-event: Implement event tool "script list" command
2018-07-28 Martin Schwenkectdb-event: Change event-tool script enable/disable...
2018-07-28 Martin Schwenkectdb-common: Use script abstraction in run_event
2018-07-28 Martin Schwenkectdb-common: Factor out basic script abstraction
2018-07-28 Martin Schwenkectdb-event: Fix "ctdb event status" usage message
2018-07-28 Martin Schwenkectdb-docs: Replace obsolete reference to CTDB_DEBUG_HUN...
2018-07-28 Amitay Isaacsctdb-common: Fix the TCP packet length check
2018-07-28 Amitay Isaacsctdb-tests: Strip all spaces from od output
2018-07-28 Amitay Isaacsctdb-tests: Fix a typo
2018-07-28 Amitay Isaacsctdb-tests: Use errcode to translate ETIMEDOUT
2018-07-28 Amitay Isaacsctdb-tests: Replace md5sum with posix cksum
2018-07-28 Amitay Isaacsctdb-tests: Use portable wc -c instead of stat -c "%s"
2018-07-28 Amitay Isaacsctdb-scripts: date "+%N" is non-portable
2018-07-28 Amitay Isaacsctdb-tests: Simplify pattern matching for ctime output
2018-07-28 Amitay Isaacsctdb-tests: Do not try to match pstree output in eventd...
2018-07-28 Amitay Isaacsctdb-common: Add fd argument to ctdb_connection_list_read()
2018-07-28 Amitay Isaacsctdb-protocol: Avoid fgets in ctdb_connection_list_read
2018-07-28 Amitay Isaacsctdb-common: Add line based I/O
2018-07-28 Amitay Isaacsctdb-tests: Porting tests should ignore unsupported...
2018-07-28 Amitay Isaacsctdb-tests: Use sigcode to match signals
2018-07-28 Amitay Isaacsctdb-tests: Add signal code matching utility
2018-07-28 Amitay Isaacsctdb-tests: Add ps output filter for freebsd
2018-07-28 Amitay Isaacsctdb-client: Switch to ETIMEDOUT instead of ETIME
2018-07-28 Amitay Isaacsctdb-daemon: Switch to using ETIMEDOUT instead of ETIME
2018-07-28 Amitay Isaacsctdb-event: Switch to ETIMEDOUT instead of ETIME
2018-07-28 Amitay Isaacsctdb-common: Switch to ETIMEDOUT from ETIME
2018-07-28 Amitay Isaacsctdb-tests: Add required_error() to match on error...
2018-07-28 Amitay Isaacsctdb-tests: Add errno matching utility
2018-07-28 Martin Schwenkectdb-tests: Switch some test stubs to use /bin/sh
2018-07-28 Martin Schwenkectdb-tests: Improve portability by not using mktemp...
2018-07-28 Martin Schwenkectdb-tests: Avoid use of non-portable getopt in stubs
2018-07-28 Martin Schwenkectdb-tests: Avoid use of non-portable getopt in run_tes...
2018-07-28 Martin Schwenkectdb-tools: Avoid use of non-portable getopt in onnode
2018-07-28 Martin Schwenkectdb-tests: Improve portability by not using /bin/bash...
2018-07-28 Martin Schwenkectdb-tools: Improve portability by not using /bin/bash...
2018-07-27 Martin Schwenkectdb-common: Drop unused function mkdir_p_or_die()
2018-07-27 Martin Schwenkectdb-common: Drop function parse_ip_mask() and supporti...
2018-07-27 Martin Schwenkectdb-daemon: Switch to using ctdb_sock_addr_mask_from_s...
2018-07-27 Martin Schwenkectdb-tools: Switch to using ctdb_sock_addr_mask_from_st...
2018-07-27 Martin Schwenkectdb-protocol: Add function ctdb_sock_addr_mask_from_st...
2018-07-27 Martin Schwenkectdb-protocol: Fix compilation issue with strncpy()
2018-07-27 Martin Schwenkectdb-common: Fix compilation issue with strncpy()
2018-07-18 Martin Schwenkectdb-tests: Loosen match against pstree output in simpl...
2018-07-18 Martin Schwenkectdb-tests: Simplify pstree output in eventd unit tests
2018-07-11 Martin Schwenkectdb-scripts: Provide a gstack function if gstack is...
2018-07-11 Martin Schwenkectdb-tests: Drop residual CTDB_MANAGED_<service> variables
2018-07-11 Martin Schwenkectdb-scripts: Drop event script CTDB_MANAGED_<service...
2018-07-11 Martin Schwenkectdb-tests: Drop event script tests where CTDB_MANAGED_...
2018-07-11 Martin Schwenkectdb-tests: Ensure some event scripts are enabled for...
2018-07-11 Martin Schwenkectdb-packaging: Enable some standard event scripts...
2018-07-11 Martin Schwenkectdb-build: Enable some standard event scripts if none...
2018-07-11 Martin Schwenkectdb-build: Install event scripts in CTDB_DATADIR
2018-07-11 Martin Schwenkectdb-tests: Clean up define_test() for event scripts
2018-07-11 Martin Schwenkectdb-tests: Drop an unused case
2018-07-11 Martin Schwenkectdb-tests: New install path CTDB_SCRIPT_DATA_DIR
2018-07-11 Martin Schwenkectdb-tools: All ctdb event commands to run without...
2018-07-11 Martin Schwenkectdb-event: Allow tool to enable/disable scripts withou...
2018-07-11 Martin Schwenkectdb-event: Update event tool to handle symbolic links
2018-07-11 Martin Schwenkectdb-common: Add path support for datadir
2018-07-11 Martin Schwenkectdb-build: Add CTDB_DATADIR
2018-07-11 Martin Schwenkectdb-daemon: Drop the noiphost "node flags" bitmap
2018-07-11 Martin Schwenkectdb-daemon: Stop inactive/disabled nodes from reportin...
2018-07-11 Martin Schwenkectdb-daemon: Drop plumbing for obsolete tunable NoIPHos...
2018-07-11 Martin Schwenkectdb-daemon: Mark NoIPHostOnAllDisabled tunable as...
2018-07-11 Martin Schwenkectdb-daemon: Change default for tunable NoIPHostOnAllDi...
2018-07-11 Martin Schwenkectdb-tests: Setup public addresses in 60.nfs unit tests
2018-07-11 Martin Schwenkectdb-tests: Replace hardcoded IP address in test results
2018-07-10 Ralph Boehmectdb: close the correct pipe fd in a test
2018-07-05 Amitay Isaacsctdb-tests: Avoid segfault by initializing logging
2018-07-05 Amitay Isaacsctdb-common: Fix CID 437606
2018-07-05 Amitay Isaacsctdb-tests: Switch to using new event daemon
2018-07-05 Amitay Isaacsctdb-daemon: Add client code to talk to new event daemon
2018-07-05 Amitay Isaacsctdb-protocol: Remove protocol for old event daemon
2018-07-05 Amitay Isaacsctdb-client: Remove client code for old event daemon
2018-07-05 Amitay Isaacsctdb-tools: Remove old event daemon tool
2018-07-05 Amitay Isaacsctdb-daemon: Remove old event daemon
2018-07-05 Amitay Isaacsctdb-tests: Remove tests for old event daemon
2018-07-05 Amitay Isaacsctdb-tools: Switch to using new event daemon tool
2018-07-05 Amitay Isaacsctdb-daemon: Switch to starting new event daemon
2018-07-05 Amitay Isaacsctdb-event: Add tests for event daemon
2018-07-05 Amitay Isaacsctdb-tests: Rename eventd testsuite to ctdb_eventd
2018-07-05 Amitay Isaacsctdb-event: Add event daemon client tool
2018-07-05 Amitay Isaacsctdb-event: Add event daemon client code
2018-07-05 Amitay Isaacsctdb-event: Add event daemon implementation
2018-07-05 Amitay Isaacsctdb-event: Add event daemon protocol
2018-07-05 Amitay Isaacsctdb-common: Add client pid to connect callback in...
2018-07-05 Amitay Isaacsctdb-tests: Separate testing code for basic data types
next