summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-6/+6
* ctdb: Fix an out of bound array accessAndreas Schneider2018-11-141-1/+1
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-083-4/+8
* ctdb-common: Allow path_socket() to use $CTDB_SOCKETMartin Schwenke2018-11-061-0/+8
* ctdb-common: Set close-on-exec for startup fdAmitay Isaacs2018-10-222-2/+9
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-031-6/+10
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-031-6/+6
* ctdb-common: Avoid ENOENT for unknown conf type tagsMartin Schwenke2018-09-031-2/+2
* ctdb-common: Log a message when an invalid conf value is encounteredMartin Schwenke2018-09-031-0/+4
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-031-0/+6
* ctdb-common: Fix log message for conf option with unknown sectionMartin Schwenke2018-09-031-2/+3
* ctdb-common: Clean up comments in TCP packet parsingMartin Schwenke2018-08-301-10/+4
* ctdb-common: Check the version field in IPv6 packetsMartin Schwenke2018-08-301-0/+5
* ctdb-common: Improve TCP packet size and offset calculationsMartin Schwenke2018-08-301-5/+7
* ctdb-common: Factor out TCP packet parsing codeMartin Schwenke2018-08-301-147/+149
* ctdb-common: Clean up types/declarations in TCP socket readingMartin Schwenke2018-08-301-7/+6
* ctdb-common: Fix error handling when parsing TCP packetsMartin Schwenke2018-08-301-14/+14
* ctdb-common: Fix a bug in non-Linux (PCAP) TCP packet capturingMartin Schwenke2018-08-301-1/+1
* ctdb-common: Don't modify a const argumentMartin Schwenke2018-08-301-11/+9
* ctdb-common: Avoid magic numbers when building TCP packetsMartin Schwenke2018-08-301-5/+5
* ctdb-common: Factor out TCP packet marshalling codeMartin Schwenke2018-08-301-59/+151
* ctdb-common: Avoid single line multi-assignmentMartin Schwenke2018-08-301-1/+2
* 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