s4:torture:smb2: fix 'Use of uninitialised value of size 8' valgrind error.
[samba.git] / ctdb /
2016-04-25 Martin Schwenkectdb-tools: Drop onnode node specifications for recmast...
2016-04-25 Martin Schwenkectdb-tools: Drop "ctdb natgwlist"
2016-04-25 Martin Schwenkectdb-tests: Make ctdb natgw tool tests cover all the...
2016-04-25 Martin Schwenkectdb-tools: Add top-level "ctdb natgw" command
2016-04-25 Martin Schwenkectdb-scripts: Drop node count from "ctdb natgw status...
2016-04-25 Martin Schwenkectdb-scripts: Tweak NAT gateway list output format
2016-04-25 Martin Schwenkectdb-scripts: Fix incorrect comment
2016-04-25 Martin Schwenkectdb-ipalloc: Do ipreallocated even if no IP addresses...
2016-04-25 Martin Schwenkectdb-daemon: Move port filtering to server side when...
2016-04-25 Martin Schwenkectdb-scripts: Improve error messages when using NFS...
2016-04-25 Martin Schwenkectdb-tools: Fix a dangling reference to the LVS capability
2016-04-24 Amitay Isaacsctdb-client: Use correct TDB flags for opening database
2016-04-23 Amitay Isaacsctdb-protocol: Consistency check for opcode in the...
2016-04-23 Amitay Isaacsctdb-client: Set control opcode in reply for one-way...
2016-04-23 Amitay Isaacsctdb-protocol: Remove data structures for obsolete...
2016-04-23 Amitay Isaacsctdb-client: Remove client functions related to server_id
2016-04-23 Amitay Isaacsctdb-tool: Remove commands related to server_id
2016-04-23 Amitay Isaacsctdb-daemon: Remove unused controls related to server_id
2016-04-23 Amitay Isaacsctdb-tests: Improve code coverage in tests
2016-04-23 Amitay Isaacsctdb-tests: Fix flakey test complex/18_ctdb_reloadips.sh
2016-04-23 Amitay Isaacsctdb-tests: Update tests to include new controls
2016-04-23 Amitay Isaacsctdb-daemon: Avoid memory leak
2016-04-23 Amitay Isaacsctdb-protocol: Define a range of SRVIDs used by the...
2016-04-23 Amitay Isaacsctdb-protocol: Remove unused CTDB_SRVID_PREFIX
2016-04-23 Amitay Isaacsctdb-system: Fix typo in ctdb_get_peer_pid
2016-04-23 Jose A. Riveractdb-scripts: Avoid dividing by zero in memory calculation
2016-04-17 Martin Schwenkectdb-tools: Remove simple uses of strcpy(3)
2016-04-17 Martin Schwenkectdb-scripts: Use ss instead of netstat for finding...
2016-04-17 Martin Schwenkectdb-scripts: Missing NFS thread count file should...
2016-04-17 Martin Schwenkectdb-daemon: Log a message when fork(2) fails
2016-04-15 Martin Schwenkectdb-daemon: Drop --lvs option and support for CTDB_CAP_LVS
2016-04-15 Martin Schwenkectdb-daemon: Drop --single-public-ip option and related...
2016-04-15 Martin Schwenkectdb-scripts: Simplify "ctdb lvs ..." output
2016-04-15 Martin Schwenkectdb-tools: Change ctdb CLI to have a single "lvs"...
2016-04-15 Martin Schwenkectdb-tool: Change ctdb lvs/lvsmaster CLI commands to...
2016-04-15 Martin Schwenkectdb-scripts: Add monitoring of CTDB_LVS_PUBLIC_IFACE
2016-04-15 Amitay Isaacsctdb-doc: Add sample LVS configuration
2016-04-15 Martin Schwenkectdb-scripts: Call out to ctdb_lvs helper from 91.lvs
2016-04-15 Martin Schwenkectdb-scripts: Move ctdb_get_ip_address() to functions...
2016-04-15 Martin Schwenkectdb-tools: Add new ctdb_lvs helper
2016-04-15 Martin Schwenkectdb-scripts: LVS eventscript cleanups
2016-04-15 Martin Schwenkectdb-tests: Add unit tests for LVS eventscript
2016-04-15 Martin Schwenkectdb-tests: LVS support for ctdb tool stub
2016-04-15 Martin Schwenkectdb-tests: Add ipvsadm test stub
2016-04-15 Martin Schwenkectdb-tests: Add 32-bit netmask support to "ip addr...
2016-04-15 Martin Schwenkectdb-tests: Add loopback support for "ip link show...
2016-04-15 Martin Schwenkectdb-tests: Allow scope to be specified in "ip addr...
2016-04-15 Martin Schwenkectdb-scripts: Drop "recovered" event from 91.lvs
2016-04-15 Martin Schwenkectdb-scripts: LVS eventscript error redirection improve...
2016-04-15 Martin Schwenkectdb-scripts: Drop hardcoded /sbin and /proc paths...
2016-04-15 Martin Schwenkectdb-scripts: die() should output to stderr
2016-04-01 Martin Schwenkectdb-killtcp: Change default retry interval, batch...
2016-04-01 Martin Schwenkectdb-killtcp: Send tickle ACKs in batches
2016-04-01 Martin Schwenkectdb-killtcp: Store retry interval in killtcp structure
2016-04-01 Martin Schwenkectdb-killtcp: Don't count attempts for individual conne...
2016-04-01 Martin Schwenkectdb-killtcp: Keep track of number of kill attempts...
2016-04-01 Martin Schwenkectdb-killtcp: Filter out sent packets
2016-04-01 Martin Schwenkectdb-system: Return window size and RST bit when readin...
2016-04-01 Martin Schwenkectdb-killtcp: Clarify a debug message
2016-04-01 Martin Schwenkectdb-killtcp: Set debug level via environment variable...
2016-04-01 Martin Schwenkectdb-killtcp: Don't send initial tickle ACK during...
2016-04-01 Martin Schwenkectdb-killtcp: Drop unnecessary casts
2016-04-01 Martin Schwenkectdb-killtcp: Drop check to see if capture socket can...
2016-04-01 Martin Schwenkectdb-killtcp: Merge "common" killtcp code into helper
2016-04-01 Martin Schwenkectdb-protocol: Drop killtcp protocol support
2016-04-01 Martin Schwenkectdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCP
2016-04-01 Martin Schwenkectdb-client: Drop killtcp client functions
2016-04-01 Martin Schwenkectdb-tools: Drop "ctdb killtcp" command
2016-04-01 Martin Schwenkectdb-scripts: Use ctdb_killtcp helper to kill connections
2016-04-01 Martin Schwenkectdb-scripts: Add interface argument to kill_tcp_connec...
2016-04-01 Martin Schwenkectdb-killtcp: New helper ctdb_killtcp
2016-04-01 Martin Schwenkectdb-killtcp: Simplify includes by using ctdb_sock_addr...
2016-04-01 Martin Schwenkectdb-killtcp: Avoid unnecessary dependency on lib/util...
2016-04-01 Martin Schwenkectdb-killtcp: Factor out killtcp code into separate...
2016-04-01 Martin Schwenkectdb-killtcp: Factor out ctdb_killtcp()
2016-04-01 Martin Schwenkectdb-killtcp: Change struct ctdb_tcp_kill to store...
2016-04-01 Martin Schwenkectdb-killtcp: Avoid CTDB_NO_MEMORY()
2016-04-01 Martin Schwenkectdb-killtcp: Determine the interface as soon as vnn...
2016-04-01 Martin Schwenkectdb-killtcp: Use the given event context directly
2016-04-01 Amitay Isaacsctdb-system: Add ctdb_parse_connections() function
2016-04-01 Martin Schwenkectdb-tests: Link ctdb-util instead of including
2016-04-01 Martin Schwenkectdb-util: Move rb_tree.c to ctdb-util
2016-03-25 Amitay Isaacsctdb-recovery-helper: Add banning to parallel recovery
2016-03-25 Amitay Isaacsctdb-recoverd: Add message handler to assigning banning...
2016-03-25 Amitay Isaacsctdb-protocol: Add srvid for assigning banning credits
2016-03-25 Amitay Isaacsctdb-recovery-helper: Introduce new #define variable
2016-03-25 Amitay Isaacsctdb-recovery-helper: Improve log message
2016-03-25 Amitay Isaacsctdb-tests: Add a test for recovery of large databases
2016-03-25 Amitay Isaacsctdb-recovery-helper: Introduce push database abstraction
2016-03-25 Amitay Isaacsctdb-recovery-helper: Introduce pull database abstraction
2016-03-25 Amitay Isaacsctdb-protocol: Add new capability
2016-03-25 Amitay Isaacsctdb-protocol: Add srvid for messages during recovery
2016-03-25 Amitay Isaacsctdb-protocol: Introduce variable for checking srvid...
2016-03-25 Amitay Isaacsctdb-recovery-helper: Write recovery records to a recov...
2016-03-25 Amitay Isaacsctdb-recovery-helper: Re-factor function to retain...
2016-03-25 Amitay Isaacsctdb-protocol: Add file IO functions for ctdb_rec_buffer
2016-03-25 Amitay Isaacsctdb-recovery-helper: Create accessors for recdb struct...
2016-03-25 Amitay Isaacsctdb-recovery-helper: Rename pnn to dmaster in recdb_re...
2016-03-25 Amitay Isaacsctdb-recovery-helper: Pass capabilities to database...
2016-03-25 Amitay Isaacsctdb-recovery-helper: Factor out generic recv function
next