dsdb:partition_metadata: make use of ldb_relative_path() in partition_metadata_open()
[samba.git] / ctdb /
2018-05-01 Martin Schwenkectdb-scripts: Remove function rewrite_ctdb_options()
2018-05-01 Martin Schwenkectdb-scripts: Drop support for CTDB_DBDIR=tmpfs
2018-05-01 Martin Schwenkectdb-daemon: Change default volatile database directory
2018-05-01 Martin Schwenkectdb-tests: CTDB_DBDIR_PERSISTENT should not depend...
2018-05-01 Martin Schwenkectdb-scripts: Fix location of persistent databases
2018-05-01 Martin Schwenkectdb-tests: Fix location of persistent databases
2018-05-01 Martin Schwenkectdb-scripts: Drop UDP/file logging warning from ctdbd_...
2018-05-01 Martin Schwenkectdb-daemon: Log the logging location when not logging...
2018-05-01 Martin Schwenkectdb-scripts: Drop warning when there is no recovery...
2018-05-01 Martin Schwenkectdb-daemon: Reorder main() to improve the structure
2018-05-01 Martin Schwenkectdb-daemon: Consolidate basic CTDB context initialisation
2018-05-01 Martin Schwenkectdb-daemon: Drop duplicate initialisation of request...
2018-05-01 Martin Schwenkectdb-daemon: Move ctdb_init() to the only place it...
2018-05-01 Martin Schwenkectdb-docs: Move remaining test options to README
2018-05-01 Martin Schwenkectdb-daemon: Drop ctdbd --torture and --valgrinding...
2018-05-01 Martin Schwenkectdb-scripts: Drop CTDB_VALGRIND testing option
2018-05-01 Martin Schwenkectdb-daemon: Drop ctdbd --sloppy-start and --nopublicip...
2018-05-01 Martin Schwenkectdb-tests: Make local daemon tests depend on CTDB_TEST...
2018-05-01 Martin Schwenkectdb-daemon: Add testing environment variable CTDB_TEST...
2018-05-01 Martin Schwenkectdb-daemon: Drop ctdbd --notification-script command...
2018-05-01 Martin Schwenkectdb-scripts: Drop CTDB_NOTIFY_SCRIPT configuration...
2018-05-01 Martin Schwenkectdb-tests: Ensure notify.sh is available to local...
2018-05-01 Martin Schwenkectdb-daemon: Provide a default location for the notific...
2018-05-01 Martin Schwenkectdb-daemon: Use a local variable instead of repeating...
2018-05-01 Martin Schwenkectdb-daemon: Drop unused function ctdb_set_notification...
2018-05-01 Martin Schwenkectdb-daemon: Set ctdb->notification_script directly
2018-05-01 Martin Schwenkectdb-docs: Move some configuration options out of the...
2018-05-01 Martin Schwenkectdb-docs: Move some ctdbd options out of the debug...
2018-05-01 Amitay Isaacsctdb-build: Rename ctdb-client2 subsystem to ctdb-client
2018-05-01 Amitay Isaacsctdb-daemon: Move ctdb_client.c to server/ subdir
2018-05-01 Amitay Isaacsctdb-build: Drop unnessary dependency on ctdb-client
2018-05-01 Amitay Isaacsctdb-client: Remove ununsed functions from old client...
2018-04-30 Martin Schwenkectdb-tests: Fix a typo
2018-04-30 Martin Schwenkectdb-tests: Simplify a test
2018-04-27 Martin Schwenkectdb-scripts: Drop CTDB_RC_LOCAL testing hook
2018-04-27 Martin Schwenkectdb-scripts: Drop unused variable service_config
2018-04-27 Martin Schwenkectdb-docs: Drop documentation for CTDB_SHUTDOWN_TIMEOUT...
2018-04-27 Martin Schwenkectdb-docs: Drop stale reference to unused configuration...
2018-04-27 Martin Schwenkectdb-docs: Drop references to CTDB_BASE from the docume...
2018-04-27 Martin Schwenkectdb-tools: Avoid filtering stderr when onnode not...
2018-04-27 Martin Schwenkectdb-scripts: Avoid shellcheck SC1117: Backslash is...
2018-04-27 Martin Schwenkectdb: Fix some -Werror=strict-overflow issues
2018-04-04 Swen Schilligctdb: Remove double sanity checks from ctdb_tcp_read_cb
2018-04-04 Swen Schilligctdb: Remove double sanity checks from ctdb_daemon_read_cb
2018-03-31 Amitay Isaacsctdb-scripts: Drop "net serverid wipe" from 50.samba...
2018-03-31 Swen Schilligctdb-server: Only set destructor if required
2018-03-30 Swen Schilligctdb-server: Add goto tag avoiding code duplication
2018-03-30 Swen Schilligctdb-server: Minor code cleanup
2018-03-30 Swen Schilligctdb-server: Replace the variable rc by something meani...
2018-03-30 Swen Schilligctdb-server: Only talloc_set_destructor when required
2018-03-30 Swen Schilligctdb-server: Cleanup ctdb_daemon_call_send_remote
2018-03-30 Swen Schilligctdb: Use talloc_zero instead of zeroing attributes
2018-03-30 Swen Schilligctdb: Use provided mem_ctx for newly allocated memory
2018-03-30 Swen Schilligctdb: Fixing possible memory leak in ctdb_tcp_read_cb
2018-03-30 Swen Schilligctdb: Fixing memory leak in ctdb_tcp_tnode_cb
2018-03-30 Swen Schilligctdb: Fixing possible memory leak in ctdb_daemon_read_cb
2018-03-28 Martin Schwenkectdb-tests: Delete unused fake /etc/sysconfig/ctdb...
2018-03-28 Martin Schwenkectdb-scripts: Tunables are now loaded from ctdb.tunables
2018-03-28 Martin Schwenkectdb-tests: Rename setup_config() to setup_tunable_config()
2018-03-28 Martin Schwenkectdb-tests: Script options into per-script file
2018-03-28 Martin Schwenkectdb-scripts: Use load_script_options in event scripts
2018-03-28 Martin Schwenkectdb-scripts: Add new function load_script_options()
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 91.lvs tests
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 60.nfs (and...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 50.samba...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 49.winbind...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 41.httpd...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 40.vsftpd...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 31.clamd...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 20.multipathd...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 13.per_ip_rou...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 11.natgw...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 10.interface...
2018-03-28 Martin Schwenkectdb-tests: Use setup_script_options() in 05.system...
2018-03-28 Martin Schwenkectdb-tests: New function setup_script_options()
2018-03-28 Martin Schwenkectdb-scripts: Split CTDB configuration loading
2018-03-28 Martin Schwenkectdb-docs: Promote CTDB_INIT_STYLE to global options...
2018-03-28 Martin Schwenkectdb-scripts: Clean up function detect_init_style()
2018-03-28 Martin Schwenkectdb-tests: Remove unused functions and stubs
2018-03-28 Martin Schwenkectdb-tests: statd-callout script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 91.lvs event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 60.nfs (and 06.nfs) event script setup...
2018-03-28 Martin Schwenkectdb-tests: 50.samba event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 49.winbind event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 41.httpd event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 40.vsftpd event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 31.clamd event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 20.multipathd event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 13.per_ip_routing event script setup modula...
2018-03-28 Martin Schwenkectdb-tests: 11.natgw event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 10.interface event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 05.system event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 01.reclock event script setup modularisation
2018-03-28 Martin Schwenkectdb-tests: 00.ctdb testing setup modularisation
2018-03-28 Martin Schwenkectdb-tests: Define generic setup() function
2018-03-28 Martin Schwenkectdb-tests: statd-callout.sh simple 80 column fixups
2018-03-28 Martin Schwenkectdb-tests: 60.nfs.sh simple 80 column fixups and reord...
2018-03-28 Martin Schwenkectdb-tests: 20.multipathd.sh 80 column fixups
2018-03-28 Martin Schwenkectdb-tests: 11.natgw.sh simple 80 column fixups
2018-03-28 Martin Schwenkectdb-tests: 10.interface.sh simple 80 column fixups
next