ctdb-recoverd: Broadcast takeover run message when verifying IPs
[amitay/samba.git] / ctdb / common /
2020-02-18 Amitay Isaacsctdb-common: Remove signed/unsigned comparisons
2019-11-14 Amitay Isaacsctdb-common: Add api to add new section/commands to...
2019-11-14 Amitay Isaacsctdb-common: Change cmdline implementation to support...
2019-11-14 Amitay Isaacsctdb-common: Add section to group commands in cmdline
2019-11-14 Amitay Isaacsctdb-common: Generate usage message from cmdline_parse()
2019-11-08 Volker Lendeckectdb: Use TALLOC_FREE() in a few places
2019-10-31 Björn Jackectdb/common/srvid.h: typo fixes
2019-10-24 Volker Lendeckectdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()
2019-10-04 Martin Schwenkectdb-common: Mark VacuumLimit tunable as obsolete
2019-09-01 Mathieu ParentSpelling fixes s/advertisment/advertisement/
2019-08-14 Martin Schwenkectdb-common: Return value of ctdb_queue_length() should...
2019-07-26 Amitay Isaacsctdb-common: Fix empty value handling in conf
2019-07-05 Martin Schwenkectdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_
2019-07-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by declari...
2019-07-05 Martin Schwenkectdb-common: Fix error handling
2019-07-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by casting
2019-06-05 Martin Schwenkectdb-common: Avoid unused value warning
2019-06-05 Martin Schwenkectdb-common: Avoid warning for potentially uninitialise...
2019-06-05 Martin Schwenkectdb-common: Use #ifdef to avoid TEST_RB_TREE not defined
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by casting
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by declari...
2019-05-24 Volker Lendeckectdb: Make TDB_SEQNUM work synchronously with ctdb
2019-05-23 Volker Lendeckectdb: Remove unused ctdb_ltdb_fetch_with_header()
2019-05-14 Amitay Isaacsctdb-common: Fix memory leak in run_proc
2019-05-14 Martin Schwenkectdb-common: Fix memory leak
2019-05-08 Andreas Schneiderctdb:common: Do not print NULL if we don't get a sockpath
2019-04-12 Amitay Isaacsctdb-common: Avoid race between fd and signal events
2019-03-15 Amitay Isaacsctdb-version: Simplify version string usage
2019-02-22 Swen Schilligctdb: buffer write beyond limits
2019-02-13 Douglas Bagnallspelling of associated
2019-01-28 Andreas Schneiderctdb:common: Use C99 initializer for 'struct ifreq'
2019-01-28 Andreas Schneiderctdb: Use C99 initializer for last element of tunables
2018-12-07 Swen Schilligctdb: Adding memory pool for queue callback
2018-12-07 Swen Schilligctdb: Introduce buffer.offset to avoid memmove
2018-11-28 Andreas Schneiderctdb: Use #ifdef instead of #if for config.h definitions
2018-11-14 Andreas Schneiderctdb: Fix an out of bound array access
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-06 Martin Schwenkectdb-common: Allow path_socket() to use $CTDB_SOCKET
2018-10-22 Amitay Isaacsctdb-common: Set close-on-exec for startup fd
2018-09-03 Martin Schwenkectdb-common: Process the whole config file even if...
2018-09-03 Martin Schwenkectdb-common: Avoid ENOENT for unknown conf options
2018-09-03 Martin Schwenkectdb-common: Avoid ENOENT for unknown conf type tags
2018-09-03 Martin Schwenkectdb-common: Log a message when an invalid conf value...
2018-09-03 Martin Schwenkectdb-common: Log a message for unknown conf option
2018-09-03 Martin Schwenkectdb-common: Fix log message for conf option with unkno...
2018-08-30 Martin Schwenkectdb-common: Clean up comments in TCP packet parsing
2018-08-30 Martin Schwenkectdb-common: Check the version field in IPv6 packets
2018-08-30 Martin Schwenkectdb-common: Improve TCP packet size and offset calcula...
2018-08-30 Martin Schwenkectdb-common: Factor out TCP packet parsing code
2018-08-30 Martin Schwenkectdb-common: Clean up types/declarations in TCP socket...
2018-08-30 Martin Schwenkectdb-common: Fix error handling when parsing TCP packets
2018-08-30 Martin Schwenkectdb-common: Fix a bug in non-Linux (PCAP) TCP packet...
2018-08-30 Martin Schwenkectdb-common: Don't modify a const argument
2018-08-30 Martin Schwenkectdb-common: Avoid magic numbers when building TCP...
2018-08-30 Martin Schwenkectdb-common: Factor out TCP packet marshalling code
2018-08-30 Martin Schwenkectdb-common: Avoid single line multi-assignment
2018-08-30 Martin Schwenkectdb-common: Set version more obviously in IPv6 NA...
2018-08-30 Martin Schwenkectdb-common: Clarify offset and packet length calculations
2018-08-30 Martin Schwenkectdb-common: Use struct ether_arp to avoid manual offse...
2018-08-30 Martin Schwenkectdb-common: Be more careful with packet sizes
2018-08-30 Martin Schwenkectdb-common: Separate ARP and IPv6 NA marshalling code
2018-08-30 Martin Schwenkectdb-common: Fix error handling when sending ARPs
2018-08-30 Martin Schwenkectdb-common: Factor out common ARP code
2018-08-30 Martin Schwenkectdb-common: Initialise structures when declared
2018-08-30 Martin Schwenkectdb-common: Restore dropped copyright attributions
2018-08-30 Martin Schwenkectdb-common: Fix CID 1414745 - Out-of-bounds access
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-common: Allow boolean configuration values to...
2018-08-24 Martin Schwenkectdb-config: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-common: Fix aliasing issue in IPv6 checksum
2018-08-18 Swen Schilligctdb: calculate queue input buffer size correctly
2018-08-18 Swen Schilligctdb: Replace calculation of bytes to read from socket...
2018-08-06 Swen Schilligctdb: remove queue destructor as it isn't needed anymore
2018-08-03 Volker Lendeckectdb: Fix a cut&paste error
2018-07-28 Martin Schwenkectdb-common: Use script abstraction in run_event
2018-07-28 Martin Schwenkectdb-common: Factor out basic script abstraction
2018-07-28 Amitay Isaacsctdb-common: Fix the TCP packet length check
2018-07-28 Amitay Isaacsctdb-common: Add line based I/O
2018-07-28 Amitay Isaacsctdb-common: Switch to ETIMEDOUT from ETIME
2018-07-27 Martin Schwenkectdb-common: Drop unused function mkdir_p_or_die()
2018-07-27 Martin Schwenkectdb-common: Drop function parse_ip_mask() and supporti...
2018-07-27 Martin Schwenkectdb-common: Fix compilation issue with strncpy()
2018-07-11 Martin Schwenkectdb-common: Add path support for datadir
2018-07-11 Martin Schwenkectdb-daemon: Mark NoIPHostOnAllDisabled tunable as...
2018-07-11 Martin Schwenkectdb-daemon: Change default for tunable NoIPHostOnAllDi...
2018-07-05 Amitay Isaacsctdb-common: Fix CID 437606
2018-07-05 Amitay Isaacsctdb-common: Add client pid to connect callback in...
2018-07-04 Amitay Isaacsctdb-common: Use correct return type for tevent_queue_a...
2018-07-02 Martin Schwenkectdb-common: Move capture_socket functions to ctdb_sock...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_sys_send_tcp() to ctdb_socket...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_sys_send_arp() to ctdb_socket...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_get_peer_pid() to system.[ch]
2018-07-02 Martin Schwenkectdb-common: Move ctdb_system_check_iface_exists()...
2018-07-02 Martin Schwenkectdb-common: Move parse_ip_mask() to system_socket...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-07-02 Amitay Isaacsctdb-common: Use sin6_len only if the structure supports it
2018-06-29 Amitay Isaacsctdb-common: Correctly handle conf->reload()
2018-06-22 Swen Schilligctdb-common: replace talloc / memcpy by talloc_memdup
next