gencache: Bail out of stabilize if we can not get the allrecord lock
[sfrench/samba-autobuild/.git] / ctdb /
2016-09-21 Amitay Isaacsctdb-recovery-helper: Add missing initialisation of...
2016-09-21 Martin Schwenkectdb-ipalloc: Fix cumulative takeover timeout
2016-09-21 Martin Schwenkectdb-ipalloc: Use a cumulative timeout for takeover...
2016-09-19 Amitay Isaacsctdb-recovery: Terminate if recovery fails without...
2016-09-16 Amitay Isaacsctdb-protocol: Fix marshalling for GET_DB_SEQNUM contro...
2016-09-16 Martin Schwenkectdb-packaging: Fix systemd network dependency
2016-09-13 Martin Schwenkectdb-daemon: Don't steal control structure before synch...
2016-09-13 Martin Schwenkectdb-daemon: Handle failure immediately, do housekeepin...
2016-09-13 Martin Schwenkectdb-daemon: Schedule running of callback if there...
2016-09-13 Martin Schwenkectdb-daemon: When releasing an IP, update PNN in callback
2016-09-13 Martin Schwenkectdb-daemon: Rename takeover_callback_state -> release_...
2016-09-13 Martin Schwenkectdb-daemon: Use release_ip_post() when releasing all...
2016-09-13 Martin Schwenkectdb-daemon: Factor out new function release_ip_post()
2016-09-13 Martin Schwenkectdb-daemon: Do not copy address for RELEASE_IP message
2016-09-13 Martin Schwenkectdb-daemon: Do not update the VNN state on RELEASE_IP...
2016-09-13 Martin Schwenkectdb-daemon: Try to release IP address even if interfac...
2016-09-13 Amitay Isaacsctdb-takeover: Inform clients when dropping all IP...
2016-09-13 Amitay Isaacsctdb-takeover: Do not kill smbd processes on releasing IP
2016-08-10 Martin Schwenkectdb-daemon: Fix CID 1125627 Resource leak (RESOURCE_LEAK)
2016-08-10 Martin Schwenkectdb-common: Fix CID 1125585 Dereference after null...
2016-08-10 Martin Schwenkectdb-common: Fix CID 1125583 Dereference after null...
2016-08-10 Martin Schwenkectdb-common: Fix CID 1125581 Dereference after null...
2016-08-10 Martin Schwenkectdb-daemon: Fix CID 1363067 Resource leak (RESOURCE_LEAK)
2016-08-10 Martin Schwenkectdb-daemon: Fix CID 1363233 Resource leak (RESOURCE_LEAK)
2016-08-10 Martin Schwenkectdb-utils: Fix CID 1297451 Explicit null dereferenced...
2016-08-10 Martin Schwenkectdb-common: Consistently use strlcpy() on interface...
2016-08-10 Martin Schwenkectdb-common: Fix CID 1125553 Buffer not null terminated...
2016-08-10 Martin Schwenkectdb-daemon: Fix CID 1364527/8/9: Null pointer derefere...
2016-08-08 Martin Schwenkectdb-packaging: Move ctdb tests to libexec directory
2016-08-08 Andreas Schneiderctdb-waf: Move ctdb tests to libexec directory
2016-07-07 Karolin SeegerMerge tag 'samba-4.4.5' into v4-4-test
2016-06-09 Amitay Isaacsctdb-recoverd: Avoid duplicate recoverd event in parall...
2016-06-09 Amitay Isaacsctdb-packaging: Remove tevent-unix-util public library
2016-06-09 Amitay Isaacslib/util: Avoid splitting tevent-unix-util as public...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Add banning to parallel recovery
2016-06-09 Amitay Isaacsctdb-recoverd: Add message handler to assigning banning...
2016-06-09 Amitay Isaacsctdb-protocol: Add srvid for assigning banning credits
2016-06-09 Amitay Isaacsctdb-daemon: Reset push_started flag once DB_PUSH_CONFI...
2016-06-09 Amitay Isaacsctdb-recovery: Update timeout and number of retries...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Introduce new #define variable
2016-06-09 Amitay Isaacsctdb-recovery-helper: Improve log message
2016-06-09 Amitay Isaacsctdb-tests: Add a test for recovery of large databases
2016-06-09 Amitay Isaacsctdb-recovery-helper: Introduce push database abstraction
2016-06-09 Amitay Isaacsctdb-recovery-helper: Introduce pull database abstraction
2016-06-09 Amitay Isaacsctdb-protocol: Add new capability
2016-06-09 Amitay Isaacsctdb-protocol: Add srvid for messages during recovery
2016-06-09 Amitay Isaacsctdb-recovery-helper: Write recovery records to a recov...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Re-factor function to retain...
2016-06-09 Amitay Isaacsctdb-protocol: Add file IO functions for ctdb_rec_buffer
2016-06-09 Amitay Isaacsctdb-recovery-helper: Create accessors for recdb struct...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Rename pnn to dmaster in recdb_re...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Pass capabilities to database...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Factor out generic recv function
2016-06-09 Amitay Isaacsctdb-client: Add client API functions for new controls
2016-06-09 Amitay Isaacsctdb-daemon: Implement new controls DB_PULL and DB_PUSH...
2016-06-09 Amitay Isaacsctdb-protocol: Add new controls DB_PULL and DB_PUSH_STA...
2016-06-09 Amitay Isaacsctdb-protocol: Add new data type ctdb_pulldb_ext for...
2016-06-09 Amitay Isaacsctdb-tunables: Add new tunable RecBufferSizeLimit
2016-06-09 Amitay Isaacsctdb-client: Add client API for sending message to...
2016-06-09 Amitay Isaacsctdb-recovery-helper: Get tunables first, so control...
2016-06-09 Amitay Isaacsctdb-doc: Add documentation for missing tunables
2016-06-09 Amitay Isaacsctdb-doc: Update tunables documentation
2016-06-09 Amitay Isaacsctdb-doc: Sort the tunable variables in alphabetical...
2016-06-09 Amitay Isaacsctdb-client: Add async version of set/remove message...
2016-06-09 Amitay Isaacsctdb-recovery: Add a log message when marshalling recov...
2016-06-09 Amitay Isaacsctdb-recovery: Create recovery databases in state dir
2016-06-09 Amitay Isaacsctdb-recoverd: Freeze databases whenever the node is...
2016-03-14 Amitay Isaacsctdb-common: For AF_PACKET socket types, protocol is...
2016-03-04 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-02-22 Martin Schwenkectdb: Install helpers under libexecdir
2016-02-16 Martin Schwenkectdb-scripts: Drop use of "smbcontrol winbindd ip-dropp...
2016-02-16 Amitay IsaacsRevert "ctdb-daemon: Check packet generation against...
2016-02-04 Amitay Isaacsctdb-common: Use documented names for protocol family...
2016-02-04 Amitay Isaacsctdb-common: Protocol argument must be in host order...
2016-02-03 Günther Deschnerctdb: do not provide a useless pkgconfig file for ctdb.
2016-01-25 Martin Schwenkectdb-tools: Drop support for setting and viewing NAT...
2016-01-25 Martin Schwenkectdb-scripts: No longer set the NAT gateway capability
2016-01-25 Martin Schwenkectdb/tools: Update ctdb CLI tool to call ctdb_natgw
2016-01-25 Martin Schwenkectdb-tests: Drop some unnecessary NAT gateway tests
2016-01-25 Martin Schwenkectdb: Call out to ctdb_natgw helper from 11.natgw
2016-01-25 Martin Schwenkectdb-tests: NAT gateway slave-only changes
2016-01-25 Martin Schwenkectdb-scripts: New function ctdb_natgw_slave_only()
2016-01-25 Martin Schwenkectdb-tests: Test ctdb CLI tool via a stub
2016-01-25 Martin Schwenkectdb-tools: Add standalone ctdb_natgw tool script
2016-01-25 Martin Schwenkectdb-scripts: Tests for monitoring of CTDB_NATGW_PUBLIC...
2016-01-25 Martin Schwenkectdb-scripts: Move monitoring of CTDB_NATGW_PUBLIC_IFAC...
2016-01-25 Martin Schwenkectdb-scripts: CTDB_PARTIALLY_ONLINE_INTERFACES incompat...
2016-01-25 Martin Schwenkectdb-scripts: Rename variable: fail -> down_interfaces_...
2016-01-25 Martin Schwenkectdb-scripts: Drop functions mark_up() and mark_down()
2016-01-25 Martin Schwenkectdb-scripts: Move interface monitoring code to functio...
2016-01-25 Martin Schwenkectdb-scripts: Rename get_real_iface() -> interface_get_...
2016-01-25 Martin Schwenkectdb-scripts: Refactor function interface_monitor(...
2016-01-20 Amitay Isaacsctdb-client: Use ctdb_rec_buffer_init() to initialize...
2016-01-20 Amitay Isaacsctdb-client: Add missing initialization for h->ev in...
2016-01-20 Amitay Isaacsctdb-client: Do not delete reqid explicitly
2016-01-20 Amitay Isaacsctdb-client: Add a disconnect callback for ctdb client
2016-01-20 Amitay Isaacsctdb-client: Close ctdb socket connection when client...
2016-01-20 Amitay Isaacsctdb-client: Use ctdb_ltdb_header_extract()
2016-01-20 Amitay Isaacsctdb-protocol: Fix marshaling of seqnum
2016-01-18 Amitay Isaacsctdb-build: Fix -O3 developer build
next