ctdb-recovery-helper: Deregister message handler in error paths
[vlendec/samba-autobuild/.git] / ctdb / common /
2017-12-13 Amitay Isaacsctdb-common: Avoid using void ** argument
2017-11-24 Amitay Isaacsctdb-common: Add special monitor handling to run_event...
2017-11-21 Amitay Isaacsctdb-common: Add async version of shutdown in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Add async version of reconfigure in sock_d...
2017-11-21 Amitay Isaacsctdb-common: Add async version of startup in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Handle errors on unexpected socket close...
2017-11-21 Amitay Isaacsctdb-common: Start listening to sockets only on success...
2017-11-21 Amitay Isaacsctdb-common: Start wait computation only after successf...
2017-11-21 Amitay Isaacsctdb-common: Return status from sock_daemon startup...
2017-11-21 Amitay Isaacsctdb-common: Do not use sock->req outside sock_socket...
2017-11-21 Amitay Isaacsctdb-common: Call missing tevent_wakeup_recv() in sock_...
2017-11-20 David Muldergpo: move mkdir_p to lib/util
2017-11-07 Amitay Isaacsctdb-common: Fix stale socket removal
2017-11-07 Martin Schwenkectdb-common: Ensure unused bytes in union are initialised
2017-10-18 Amitay Isaacsctdb-common: Ignore event scripts with multiple '.'s
2017-10-05 Martin Schwenkectdb-common: Make parse_ip() and parse_ipv4() static
2017-10-05 Martin Schwenkectdb-common: Replace parse_ip() -> ctdb_sock_addr_from_...
2017-10-05 Martin Schwenkectdb-common: Remove unused function parse_ip_port()
2017-10-05 Martin Schwenkectdb-common: Remove unused function ctdb_parse_connecti...
2017-10-05 Amitay Isaacsctdb-common: Do not queue a packet if queue does not...
2017-09-26 Volker Lendeckectdb: Centralize ctdb_version_string
2017-09-21 Amitay Isaacsctdb-common: Extend srvid_exists() check to support...
2017-09-19 Martin Schwenkectdb-common: Initialise socket addresses before reading...
2017-09-01 Amitay Isaacsctdb-common: Add sock_client abstraction
2017-09-01 Martin Schwenkectdb-common: Parse IPv4-mapped IPv6 addresses into...
2017-08-29 Martin Schwenkectdb-common: Allow sock_daemon to daemonise during...
2017-08-29 Amitay Isaacsctdb-common: Move PID file creation to sock_daemon_run_...
2017-08-02 Martin Schwenkectdb-common: Reimplement pidfile_context_create() using...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-07-13 Martin Schwenkectdb-common: Set close-on-exec when creating PID file
2017-07-12 Ralph Boehmectdb: enable mutexes for volatile TDBs by default
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED...
2017-06-29 Amitay Isaacsctdb-daemon: Calculate tdb flags for replicated databases
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT...
2017-06-26 Amitay Isaacsctdb-daemon: Refactor calculation of tdb open flags...
2017-06-13 Martin Schwenkectdb-common: Log a count of dropped messages with non...
2017-06-01 Martin Schwenkectdb-common: Fix crash in logging initialisation
2017-05-30 Amitay Isaacsctdb-common: Add run_event abstraction
2017-05-30 Amitay Isaacsctdb-common: Update run_proc api to re-assign stdin
2017-05-24 Amitay Isaacsctdb-daemon: Add AllowMixedVersions tunable
2017-05-07 Amitay Isaacsctdb-logging: Initialize DEBUGLEVEL before changing...
2017-04-05 Amitay Isaacsctdb-common: Add hash_count abstraction
2017-04-05 Amitay Isaacsctdb-common: Add traverse_update function to db_hash...
2017-02-24 Martin Schwenkectdb-logging: CID 1396883 Dereference null return value...
2017-02-23 Andreas Schneiderctdb: Fix posible NULL deref in logging_init()
2017-02-22 Chris LambCorrect "occured" typos.
2017-02-22 Chris LambCorrect "emty" typo.
2017-02-17 Amitay Isaacsctdb-common: Refactor code to remove a stale socket
2017-02-16 Amitay Isaacsctdb-common: Fix use-after-free error in comm_fd_handler()
2017-02-01 Amitay Isaacsctdb-common: ioctl(.. FIONREAD ..) returns an int value
2017-01-16 Amitay Isaacsctdb-common: Add wait_send/wait_recv to sock_daemon_funcs
2017-01-16 Amitay Isaacsctdb-common: Avoid any processing after finishing teven...
2017-01-16 Amitay Isaacsctdb-common: Pass tevent_req to the computation sub...
2017-01-16 Amitay Isaacsctdb-common: Use consistent naming for sock_daemon_run...
2017-01-16 Amitay Isaacsctdb-common: Correct name of sock_daemon_run_send/recv...
2017-01-06 Amitay Isaacsctdb-common: Fix a bug in packet reading code for gener...
2017-01-06 Amitay Isaacsctdb-common: Simplify async computation for sock_socket...
2016-12-27 Volker Lendeckectdb: Fix CID 1398178 Argument cannot be negative
2016-12-27 Volker Lendeckectdb: Fix CID 1398179 Argument cannot be negative
2016-12-19 Martin Schwenkectdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs...
2016-12-18 Amitay Isaacsctdb-common: Add sock_daemon abstraction
2016-12-18 Amitay Isaacsctdb-common: Add generic socket I/O
2016-12-18 Amitay Isaacsctdb-common: Add run_proc abstraction
2016-12-16 Amitay Isaacsctdb-daemon: Move function typedef to where it's used
2016-12-05 Amitay Isaacsctdb-logging: Refactor logging code
2016-12-05 Martin Schwenkectdb-logging: Use Samba's debug levels
2016-12-05 Martin Schwenkectdb-logging: Drop enum debug_level
2016-11-29 Martin Schwenkectdb-common: Drop CTDB's copy of sys_read() and sys_write()
2016-11-25 Amitay Isaacsctdb-daemon: Mark RecoverPDBBySeqNum tunable deprecated
2016-11-25 Amitay Isaacsctdb-daemon: Remove unused code cmdline.[ch]
2016-10-27 Amitay Isaacsctdb-common: Simplify code using tdb_storev
2016-10-27 Amitay Isaacsctdb-common: Simplify code using local variables
2016-10-25 Amitay IsaacsRevert "ctdb-common: Use SCHED_RESET_ON_FORK when setti...
2016-09-22 Amitay Isaacsctdb-common: Add routines to manage PID file
2016-09-14 Amitay Isaacsctdb-common: Use correct db_id size in marshalling...
2016-08-17 Martin Schwenkectdb-common: Save errno before closing file to keep...
2016-08-17 Martin Schwenkectdb-common: Fix CID 1362728 Unchecked return value...
2016-08-17 Martin Schwenkectdb-common: Fix CID 1362729 Unchecked return value...
2016-08-10 Amitay Isaacsctdb-common: Fix format-nonliteral warning
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125585 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125583 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125581 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1363227 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-common: Consistently use strlcpy() on interface...
2016-08-03 Martin Schwenkectdb-common: Fix CID 1125553 Buffer not null terminated...
2016-07-28 Amitay Isaacsctdb-daemon: Reduce QueueBufferSize from 16k to 1k
2016-07-28 Amitay Isaacsctdb-daemon: Add QueueBufferSize tunable
2016-07-28 Amitay Isaacsctdb-common: Fix parsing of debug level
2016-07-28 Amitay Isaacsctdb-common: Fix CID 1363227 (Resource leak)
2016-07-25 Amitay Isaacsctdb-common: Refactor tunable related functions
2016-06-08 Amitay Isaacsctdb-system: Remove duplicate functions
2016-06-08 Amitay Isaacsctdb-daemon: Use lib/util functions instead of redefini...
2016-06-08 Amitay Isaacsctdb-tests: Re-use set_blocking instead of re-definition
2016-05-26 Martin Schwenkectdb-common: Use correct macro for checking Ethernet...
2016-05-16 Volker Lendeckectdb: Improve debug in case of set_runstate failure
2016-04-23 Amitay Isaacsctdb-daemon: Remove unused controls related to server_id
2016-04-23 Amitay Isaacsctdb-system: Fix typo in ctdb_get_peer_pid
next