summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Fix memory leak in run_procAmitay Isaacs2019-05-171-2/+5
* ctdb-common: Fix memory leakMartin Schwenke2019-05-171-1/+2
* ctdb:common: Do not print NULL if we don't get a sockpathAndreas Schneider2019-05-171-1/+1
* ctdb-common: Avoid race between fd and signal eventsAmitay Isaacs2019-04-151-0/+7
* ctdb-common: Set close-on-exec for startup fdAmitay Isaacs2018-10-252-2/+9
* ctdb-common: Add support for sock daemon to notify of successful startupMartin Schwenke2018-09-042-0/+36
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-041-6/+10
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-041-6/+6
* ctdb-common: Avoid ENOENT for unknown conf type tagsMartin Schwenke2018-09-041-2/+2
* ctdb-common: Log a message when an invalid conf value is encounteredMartin Schwenke2018-09-041-0/+4
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-041-0/+6
* ctdb-common: Fix log message for conf option with unknown sectionMartin Schwenke2018-09-041-2/+3
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-281-1/+1
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-281-0/+2
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-281-2/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-281-1/+1
* ctdb-common: Fix aliasing issue in IPv6 checksumMartin Schwenke2018-08-281-4/+8
* ctdb: Fix a cut&paste errorVolker Lendecke2018-08-131-1/+1
* ctdb-common: Use script abstraction in run_eventMartin Schwenke2018-07-311-158/+59
* ctdb-common: Factor out basic script abstractionMartin Schwenke2018-07-312-0/+318
* ctdb-common: Fix compilation issue with strncpy()Martin Schwenke2018-07-311-3/+1
* ctdb-common: Fix the TCP packet length checkAmitay Isaacs2018-07-311-1/+1
* ctdb-common: Add line based I/OAmitay Isaacs2018-07-312-0/+207
* ctdb-common: Switch to ETIMEDOUT from ETIMEAmitay Isaacs2018-07-312-3/+3
* ctdb-common: Add path support for datadirMartin Schwenke2018-07-113-0/+73
* ctdb-daemon: Mark NoIPHostOnAllDisabled tunable as obsoleteMartin Schwenke2018-07-111-1/+1
* ctdb-daemon: Change default for tunable NoIPHostOnAllDisabled to 1Martin Schwenke2018-07-111-1/+1
* ctdb-common: Fix CID 437606Amitay Isaacs2018-07-051-5/+5
* ctdb-common: Add client pid to connect callback in sock_daemonAmitay Isaacs2018-07-052-1/+9
* ctdb-common: Use correct return type for tevent_queue_add_entryAmitay Isaacs2018-07-041-3/+3
* ctdb-common: Move capture_socket functions to ctdb_socket.[ch]Martin Schwenke2018-07-028-998/+306
* ctdb-common: Move ctdb_sys_send_tcp() to ctdb_socket.[ch]Martin Schwenke2018-07-028-868/+189
* ctdb-common: Move ctdb_sys_send_arp() to ctdb_socket.[ch]Martin Schwenke2018-07-028-281/+283
* ctdb-common: Move ctdb_get_peer_pid() to system.[ch]Martin Schwenke2018-07-027-41/+50
* ctdb-common: Move ctdb_system_check_iface_exists() to system.[ch]Martin Schwenke2018-07-027-50/+37
* ctdb-common: Move parse_ip_mask() to system_socket.[ch]Martin Schwenke2018-07-024-134/+142
* ctdb-common: Rename system utility filesMartin Schwenke2018-07-029-13/+39
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-022-3/+3
* ctdb-common: Correctly handle conf->reload()Amitay Isaacs2018-06-291-19/+128
* ctdb-common: replace talloc / memcpy by talloc_memdupSwen Schillig2018-06-221-3/+2
* ctdb-common: Add support to run events through failureAmitay Isaacs2018-06-052-13/+21
* ctdb-common: Reset running state on failureAmitay Isaacs2018-06-051-0/+1
* ctdb-common: Improve error handling in run_eventAmitay Isaacs2018-06-051-2/+1
* ctdb-common: Return script_list for zero scriptsAmitay Isaacs2018-06-051-9/+13
* ctdb-common: Rename run_event_script_list to run_event_listAmitay Isaacs2018-06-052-6/+6
* ctdb-common: Do not initialize run_proc inside run_eventAmitay Isaacs2018-06-052-7/+3
* ctdb-common: Simplify process registration using linked listAmitay Isaacs2018-06-051-112/+69
* ctdb-scripts: Event scripts must end with ".script" suffixMartin Schwenke2018-06-051-31/+25
* ctdb-tools: Add legacy config options to config toolMartin Schwenke2018-05-171-0/+2
* ctdb-tools: Add database config options to config toolMartin Schwenke2018-05-171-0/+2