ctdb-daemon: Add a function to check if db access is allowed
[vlendec/samba-autobuild/.git] / ctdb / include / ctdb_private.h
2017-09-12 Amitay Isaacsctdb-daemon: Add a function to check if db access is...
2017-08-14 Amitay Isaacsctdb-daemon: Drop the implementation of CHECK_SRVIDS...
2017-06-29 Amitay Isaacsctdb-daemon: Pass db_flags instead of passing persisten...
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-26 Amitay Isaacsctdb-daemon: Ignore tdb open flags passed to DB attach...
2017-06-19 Amitay Isaacsctdb-locking: Reduce logging in case of contention
2017-05-24 Amitay Isaacsctdb-daemon: Do not allow mixed ctdb versions in a...
2017-05-24 Amitay Isaacsctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keep...
2017-04-05 Amitay Isaacsctdb-daemon: Add tracking of migration records
2016-12-19 Martin Schwenkectdb-takeover: Drop unused ctdb_takeover_run() and...
2016-12-18 Amitay Isaacsctdb-daemon: Switch to using event daemon
2016-12-18 Amitay Isaacsctdb-daemon: Add functions to talk to event daemon
2016-12-18 Amitay Isaacsctdb-daemon: Drop implementation of eventscript controls
2016-12-16 Amitay Isaacsctdb-daemon: Move function typedef to where it's used
2016-12-05 Amitay Isaacsctdb-daemon: Add ctdb_vfork_exec()
2016-12-05 Amitay Isaacsctdb-logging: Get rid of debug_extra
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra from switch_...
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra via ctdb_set...
2016-12-05 Amitay Isaacsctdb-daemon: Consolidate initialization of logging...
2016-12-05 Amitay Isaacsctdb-logging: Remove duplicate logging code
2016-12-05 Amitay Isaacsctdb-daemon: Remove tevent debug logging
2016-09-14 Amitay Isaacsctdb-daemon: Remove NUM_DB_PRIORITIES
2016-08-10 Amitay Isaacsctdb-daemon: Fix format-nonliteral warning
2016-08-10 Amitay Isaacsctdb-daemon: Fix format-nonliteral warning
2016-07-28 Amitay Isaacsctdb-daemon: Drop implementation of global transaction...
2016-07-28 Martin Schwenkectdb-daemon: Deletion of IPs is deferred until the...
2016-07-28 Amitay Isaacsctdb-daemon: Fix statistics update macro
2016-07-28 Martin Schwenkectdb-daemon: Move CTDB VNN structure to IP takeover...
2016-07-25 Amitay Isaacsctdb-locking: Remove ctdb_db_prio_iterator function
2016-07-25 Amitay Isaacsctdb-freeze: Remove ctdb_db_prio_frozen() function
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking databases with...
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking all databases
2016-07-25 Amitay Isaacsctdb-daemon: Remove priority field from ctdb_db_context
2016-07-25 Amitay Isaacsctdb-daemon: Remove implementation of SET/GET_DB_PRIORITY
2016-07-25 Amitay Isaacsctdb-daemon: Drop priorites from freeze/thaw code
2016-07-04 Martin Schwenkectdb-ipalloc: Don't build a global IP tree
2016-07-04 Martin Schwenkectdb-ipalloc: Drop code to update IP assignment tree
2016-06-07 Martin Schwenkectdb-recoverd: Recovery lock handle should be in recove...
2016-06-07 Martin Schwenkectdb-daemon: Rename recovery lock file to just recovery...
2016-06-07 Martin Schwenkectdb-daemon: Drop function ctdb_set_recovery_lock_file()
2016-05-13 Martin Schwenkectdb-takeover: Recovery daemon no longer passes fail...
2016-04-28 Martin Schwenkectdb-recovery: Move recovery lock functions to recovery...
2016-04-28 Martin Schwenkectdb-recovery: Reimplement ctdb_recovery_lock() using...
2016-04-23 Amitay Isaacsctdb-daemon: Remove unused controls related to server_id
2016-04-15 Martin Schwenkectdb-daemon: Drop --single-public-ip option and related...
2016-04-01 Martin Schwenkectdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCP
2016-03-25 Amitay Isaacsctdb-daemon: Implement new controls DB_PULL and DB_PUSH...
2015-11-20 Martin Schwenkectdb-ipalloc: ctdb_takeover_run_core() takes ipalloc_state
2015-11-20 Martin Schwenkectdb-ipalloc: Move IP allocation state into its own...
2015-11-16 Martin Schwenkectdb-daemon: Move script timeout count into monitor...
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-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-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_iface to ctdb_interface
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_db_statistics to ctdb_d...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_node_map to ctdb_node_m...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_control to ctdb_req...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_call to ctdb_req_ca...
2015-11-03 Amitay Isaacsctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_sc...
2015-10-30 Amitay Isaacsctdb-include: Remove unused structures and prototypes
2015-10-30 Amitay Isaacsctdb-include: Move client function prototypes to ctdb_c...
2015-10-30 Amitay Isaacsctdb-include: Move protocol structures from ctdb_privat...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from server...
2015-10-30 Amitay Isaacsctdb-include: Group function prototypes from tcp and ib
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-daemon: Stop using tevent compatibility definitions
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
2015-10-27 Amitay Isaacsctdb-tool: Remove repack command
2015-10-07 Amitay Isaacsctdb-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-include: Remove unused definition
next