smbget: fix recursive download
[ambi/samba.git] / ctdb /
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-13 Martin Schwenkectdb-client: Only get capabilities from active nodes
2015-12-10 Ralph Boehmeping_pong: add -l option
2015-12-04 Martin Schwenkectdb-ipalloc: Rename top level IP allocation algorithm...
2015-12-04 Martin Schwenkectdb-ipalloc: Rename ctdb_takeover_run_core() to ipalloc()
2015-12-04 Martin Schwenkectdb-ipalloc: Fold force_rebalance_candidates into...
2015-12-04 Martin Schwenkectdb-ipalloc: Fold all IPs list into IP allocation...
2015-12-04 Martin Schwenkectdb-ipalloc: Tidy up some of the IP allocation functions
2015-12-04 Martin Schwenkectdb-daemon: Don't delete connection information for...
2015-12-04 Martin Schwenkectdb-daemon: Move VNN lookup out of ctdb_remove_tcp_con...
2015-12-04 Martin Schwenkectdb-daemon: Do not process tickle updates for hosted...
2015-12-04 Martin Schwenkectdb-docs: Rewrite event script documentation
2015-12-04 Martin Schwenkectdb-scripts: Add exportfs cache to NFS Linux kernel...
2015-12-04 Martin Schwenkectdb-recoverd: Drop function unban_all_nodes()
2015-12-04 Martin Schwenkectdb-daemon: Drop handling of ban control sent to unexp...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling for struct ctdb_rec_data
2015-11-25 Amitay Isaacsctdb-protocol: Add API to extract ctdb_ltdb_header...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_public_ip...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_addr_info
2015-11-25 Amitay Isaacsctdb-protocol: Do not expect a reply for SHUTDOWN control
2015-11-25 Amitay Isaacsctdb-protocol: Add marshalling for TDB_DATA
2015-11-25 Amitay Isaacsctdb-protocol: Add utility function ctdb_sock_addr_to_s...
2015-11-25 Amitay Isaacsctdb-system: Use protocol/protocol.h instead of ctdb_pr...
2015-11-25 Amitay Isaacsctdb-include: Make client header self contained
2015-11-25 Amitay Isaacsctdb-include: Make protocol headers self contained
2015-11-23 Martin Schwenkectdb-ipalloc: Drop unnecessary struct ctdb_ipflags
2015-11-23 Martin Schwenkectdb-ipalloc: Move memory allocation into ipalloc_state...
2015-11-23 Martin Schwenkectdb-ipalloc: Have set_ipflags_internal() set ipalloc_s...
2015-11-23 Martin Schwenkectdb-ipalloc: Fold IP flags into IP allocation state
2015-11-23 Martin Schwenkectdb-ipalloc: Use number of nodes from IP allocation...
2015-11-23 Martin Schwenkectdb-ipalloc: Allocate memory off IP allocation state
2015-11-23 Martin Schwenkectdb-ipalloc: Add error handling to IP allocation
2015-11-23 Martin Schwenkectdb-ipalloc: Drop CTDB context argument from set_ipfla...
2015-11-20 Martin Schwenkectdb-scripts: Drop creation of database directories
2015-11-20 Martin Schwenkectdb-ipalloc: ctdb_takeover_run_core() takes ipalloc_state
2015-11-20 Martin Schwenkectdb-ipalloc: Tidy up create_merged_ip_list()
2015-11-20 Martin Schwenkectdb-ipalloc: Move IP list creation out to ctdb_takeove...
2015-11-20 Martin Schwenkectdb-ipalloc: Add no_ip_failback to ipalloc_state
2015-11-20 Martin Schwenkectdb-ipalloc: New enum ipalloc_algorithm in ipalloc_state
2015-11-20 Martin Schwenkectdb-ipalloc: Move IP allocation state into its own...
2015-11-20 Martin Schwenkectdb-ipalloc: node_ip_coverage() doesn't need CTDB...
2015-11-18 Martin Schwenkectdb-scripts: Fix CTDB_DBDIR=tmpfs support
2015-11-18 Christof Schmittctdb: Remove unused ctdb_set_process_name
2015-11-18 Christof Schmittctdb: Use prctl_set_comment from lib/util
2015-11-16 Martin Schwenkectdb-recoverd: Factor out recovery master validation
2015-11-16 Martin Schwenkectdb-recmaster: Update capabilities before calling...
2015-11-16 Martin Schwenkectdb-recoverd: Move VNN map retrieval to where it is...
2015-11-16 Martin Schwenkectdb-recoverd: Drop explicit check for recovery lock
2015-11-16 Martin Schwenkectdb-recoverd: Simplify using TALLOC_FREE()
2015-11-16 Martin Schwenkectdb-recoverd: Clarify that recmaster is being set...
2015-11-16 Martin Schwenkectdb-recoverd: Do not sanity check recovery master...
2015-11-16 Martin Schwenkectdb-recoverd: Don't retrieve recovery master from...
2015-11-16 Martin Schwenkectdb-recoverd: Explicitly set initial recovery master...
2015-11-16 Martin Schwenkectdb-recoverd: Do not set recovery master during recovery
2015-11-16 Martin Schwenkectdb-recoverd: Have recovery daemon remember election...
2015-11-16 Martin Schwenkectdb-recoverd: Clarify recovery master validation logic
2015-11-16 Martin Schwenkectdb-daemon: Rename EventScriptTimeoutCount to MonitorT...
2015-11-16 Martin Schwenkectdb-daemon: Move script timeout count into monitor...
2015-11-16 Martin Schwenkectdb-daemon: Reset script timeout count in monitor...
2015-11-16 Martin Schwenkectdb-daemon: Do not bother printing script timeout...
2015-11-16 Martin Schwenkectdb-doc: Correct documentation for tunables for script...
2015-11-16 Martin Schwenkectdb-ipalloc: Don't consider runstates in the IP takeov...
2015-11-16 Martin Schwenkectdb-ipalloc: Check for available IPs, not runstate...
2015-11-16 Martin Schwenkectdb-ipalloc: A VNN can only host IPs if node is in...
2015-11-16 Amitay Isaacsctdb-build: Remove ctdb-common-util subsystem
2015-11-15 Amitay Isaacsctdb-daemon: Remove unused ctdb_logging.[ch]
2015-11-15 Amitay Isaacsctdb-tool: Use new debug level API
2015-11-15 Amitay Isaacsctdb-common: Use new debug level API
2015-11-15 Amitay Isaacsctdb-tests: Build in common/logging.c
2015-11-15 Amitay Isaacsctdb-tests: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-transport: Replace ctdb_logging.h with common...
2015-11-15 Amitay Isaacsctdb-server: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-common: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-client: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-system: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-logging: Remove duplicate definitions
2015-11-15 Amitay Isaacsctdb-tests: Update test to set numeric debug levels
2015-11-15 Amitay Isaacsctdb-logging: Allow numeric specification of debug...
2015-11-15 Amitay Isaacsctdb-logging: Allow sub-string matching for debug level...
2015-11-15 Amitay Isaacsctdb-logging: Fix for loop condition
2015-11-15 Amitay Isaacsctdb-logging: Add APIs to convert debug_level to and...
2015-11-15 Amitay Isaacsctdb-logging: Move debug_extra definition to server...
2015-11-15 Amitay Isaacsctdb-daemon: Move ctdb_fork.c to server
2015-11-15 Amitay Isaacsctdb-daemon: Move switch_from_server_to_client() to...
2015-11-13 Volker Lendeckectdb: Fix the O3 developer build
2015-11-12 Martin Schwenkectdb-recoverd: Reload remote IPs as part of takeover run
2015-11-12 Martin Schwenkectdb-recoverd: Move ctdb_reload_remote_public_ips(...
2015-11-12 Martin Schwenkectdb-recoverd: Remote IP validation can't cause a takeo...
2015-11-12 Martin Schwenkectdb-recoverd: Drop culprit argument from ctdb_reload_r...
2015-11-12 Martin Schwenkectdb-recoverd: Trigger takeover run after rebalance...
2015-11-12 Martin Schwenkectdb-recoverd: Remove unnecessary assignments of need_t...
2015-11-12 Martin Schwenkectdb-recoverd: Do not run recovery-related events aroun...
2015-11-12 Martin Schwenkectdb-recoverd: Drop some sanity checking in local IP...
2015-11-12 Martin Schwenkectdb-recoverd: Simplify using TALLOC_FREE()
2015-11-11 Martin Schwenkectdb-build: Don't try to install unavailable prebuilt...
2015-11-11 Amitay Isaacsctdb-tests: Try to connect few times before failing...
2015-11-09 Martin Schwenkectdb-scripts: Add support for CTDB_DBDIR in tmpfs
2015-11-09 Martin Schwenkectdb-scripts: Improve CTDB wrapper shutdown code
2015-11-09 Martin Schwenkectdb-tests: Fix "setreclock" test
2015-11-09 Martin Schwenkectdb-tests: Fix the name of the "setreclock" test
next