summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-common: Set version more obviously in IPv6 NA packetMartin Schwenke2018-08-301-1/+1
* ctdb-common: Clarify offset and packet length calculationsMartin Schwenke2018-08-301-8/+18
* ctdb-common: Use struct ether_arp to avoid manual offset calculationsMartin Schwenke2018-08-301-20/+11
* ctdb-common: Be more careful with packet sizesMartin Schwenke2018-08-301-2/+7
* ctdb-common: Separate ARP and IPv6 NA marshalling codeMartin Schwenke2018-08-301-93/+208
* ctdb-common: Fix error handling when sending ARPsMartin Schwenke2018-08-301-25/+30
* ctdb-common: Factor out common ARP codeMartin Schwenke2018-08-301-77/+42
* ctdb-common: Initialise structures when declaredMartin Schwenke2018-08-301-7/+3
* ctdb-common: Restore dropped copyright attributionsMartin Schwenke2018-08-301-0/+2
* ctdb-common: Fix CID 1414745 - Out-of-bounds accessMartin Schwenke2018-08-301-1/+4
* ctdb-common: Add support for sock daemon to notify of successful startupMartin Schwenke2018-08-302-0/+36
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-241-1/+1
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-241-0/+2
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-241-2/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-241-1/+1
* ctdb-common: Fix aliasing issue in IPv6 checksumMartin Schwenke2018-08-241-4/+8
* ctdb: calculate queue input buffer size correctlySwen Schillig2018-08-181-10/+19
* ctdb: Replace calculation of bytes to read from socket by MIN() macroSwen Schillig2018-08-181-5/+1
* ctdb: remove queue destructor as it isn't needed anymoreSwen Schillig2018-08-061-13/+0
* ctdb: Fix a cut&paste errorVolker Lendecke2018-08-031-1/+1
* ctdb-common: Use script abstraction in run_eventMartin Schwenke2018-07-281-158/+59
* ctdb-common: Factor out basic script abstractionMartin Schwenke2018-07-282-0/+318
* ctdb-common: Fix the TCP packet length checkAmitay Isaacs2018-07-281-1/+1
* ctdb-common: Add line based I/OAmitay Isaacs2018-07-282-0/+207
* ctdb-common: Switch to ETIMEDOUT from ETIMEAmitay Isaacs2018-07-282-3/+3
* ctdb-common: Drop unused function mkdir_p_or_die()Martin Schwenke2018-07-272-16/+0
* ctdb-common: Drop function parse_ip_mask() and supporting functionsMartin Schwenke2018-07-272-140/+0
* ctdb-common: Fix compilation issue with strncpy()Martin Schwenke2018-07-271-3/+1
* 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