ctdb-common: Fix a bug in non-Linux (PCAP) TCP packet capturing
[vlendec/samba-autobuild/.git] / ctdb /
2018-08-30 Martin Schwenkectdb-common: Fix a bug in non-Linux (PCAP) TCP packet...
2018-08-30 Martin Schwenkectdb-common: Don't modify a const argument
2018-08-30 Martin Schwenkectdb-common: Avoid magic numbers when building TCP...
2018-08-30 Martin Schwenkectdb-tests: Add tests for TCP packet marshalling
2018-08-30 Martin Schwenkectdb-common: Factor out TCP packet marshalling code
2018-08-30 Martin Schwenkectdb-common: Avoid single line multi-assignment
2018-08-30 Martin Schwenkectdb-common: Set version more obviously in IPv6 NA...
2018-08-30 Martin Schwenkectdb-common: Clarify offset and packet length calculations
2018-08-30 Martin Schwenkectdb-common: Use struct ether_arp to avoid manual offse...
2018-08-30 Martin Schwenkectdb-common: Be more careful with packet sizes
2018-08-30 Martin Schwenkectdb-tests: Add tests for ARP and IPv6 NA marshalling
2018-08-30 Martin Schwenkectdb-common: Separate ARP and IPv6 NA marshalling code
2018-08-30 Martin Schwenkectdb-common: Fix error handling when sending ARPs
2018-08-30 Martin Schwenkectdb-common: Factor out common ARP code
2018-08-30 Martin Schwenkectdb-common: Initialise structures when declared
2018-08-30 Martin Schwenkectdb-tests: Add basic test to sanity check types in...
2018-08-30 Martin Schwenkectdb-common: Restore dropped copyright attributions
2018-08-30 Martin Schwenkectdb-common: Fix CID 1414745 - Out-of-bounds access
2018-08-30 Martin Schwenkectdb-daemon: Do not retry connection to eventd
2018-08-30 Martin Schwenkectdb-daemon: Wait for eventd to be ready before connecting
2018-08-30 Martin Schwenkectdb-daemon: Open eventd pipe earlier
2018-08-30 Martin Schwenkectdb-daemon: Improve error handling consistency
2018-08-30 Martin Schwenkectdb-event: Add support to eventd for the startup notif...
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-08-24 Martin Schwenkectdb-tests: Check that no IPs are assigned when failove...
2018-08-24 Martin Schwenkectdb-tests: Add an extra conf loading test case
2018-08-24 Martin Schwenkectdb-doc: Switch tunable DisableIPFailover to a config...
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-failover: Add failover configuration options
2018-08-24 Martin Schwenkectdb-tests: Drop DisableIPFailover simple test
2018-08-24 Martin Schwenkectdb-daemon: Pass DisableIPFailover tunable via environ...
2018-08-24 Martin Schwenkectdb-common: Allow boolean configuration values to...
2018-08-24 Martin Schwenkectdb-doc: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-config: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-doc: Add support for migrating tunables to ctdb...
2018-08-24 Martin Schwenkectdb-doc: Change option "no realtime" option to "realti...
2018-08-24 Martin Schwenkectdb-config: Change option "no realtime" option to...
2018-08-24 Martin Schwenkectdb-doc: Handle boolean options in config migration...
2018-08-24 Martin Schwenkectdb-doc: Make config migration script notice removed...
2018-08-24 Martin Schwenkectdb-common: Fix aliasing issue in IPv6 checksum
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
next