summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Replace an unsafe strcpy(3) callMartin Schwenke2016-03-221-2/+6
* ctdb-daemon: Validate length of new interface namesMartin Schwenke2016-03-221-0/+5
* ctdb: Fix CID 1356313 Explicit null dereferencedVolker Lendecke2016-03-181-6/+8
* ctdb-tests: Add a utility to parse ctdb packetsAmitay Isaacs2016-03-172-0/+113
* ctdb-protocol: Add protocol debug routinesAmitay Isaacs2016-03-173-0/+656
* ctdb-protocol: Check header is not null before copyingAmitay Isaacs2016-03-173-9/+27
* ctdb-client: Increase the timeout for TRANS3_COMMIT controlAmitay Isaacs2016-03-111-1/+1
* ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsoleteMartin Schwenke2016-03-101-1/+1
* ctdb-recoverd: Drop use of DeferredRebalanceOnNodeAdd tunableMartin Schwenke2016-03-101-32/+0
* ctdb-tools: Drop "ctdb rebalancenode"Martin Schwenke2016-03-102-49/+0
* ctdb-tools: Drop "ctdb rebalanceip"Martin Schwenke2016-03-103-79/+2
* ctdb-doc: Drop outdated NEWS fileMartin Schwenke2016-03-102-355/+1
* ctdb-doc: Update ctdb man pageAmitay Isaacs2016-03-101-34/+50
* ctdb-doc: Update ctdb man pageAmitay Isaacs2016-03-101-12/+26
* ctdb-tunables: Fix the implementation of LIST_TUNABLES controlAmitay Isaacs2016-03-101-8/+10
* ctdb-recovery-helper: Get tunables first, so control timeout can be setAmitay Isaacs2016-03-101-46/+51
* ctdb-doc: Add documentation for missing tunablesAmitay Isaacs2016-03-101-0/+55
* ctdb-doc: Update tunables documentationAmitay Isaacs2016-03-101-124/+123
* ctdb-tunables: Mark tunable ReclockPingPeriod obsoleteAmitay Isaacs2016-03-101-1/+1
* ctdb-tunables: Mark tunable MaxRedirectCount obsoleteAmitay Isaacs2016-03-102-20/+1
* ctdb-tunables: Add missing flags in the initializerAmitay Isaacs2016-03-101-5/+5
* ctdb-doc: Sort the tunable variables in alphabetical orderAmitay Isaacs2016-03-101-326/+332
* ctdb-tests: Add a new NFS tickle test for the releasing nodeMartin Schwenke2016-03-101-0/+69
* ctdb-tests: Allow tcptickle_sniff_wait_show() to filter by MAC addressMartin Schwenke2016-03-101-2/+19
* ctdb-tests: Re-indent and re-format some functionsMartin Schwenke2016-03-101-22/+25
* ctdb-tests: Fix CIFS tickle testMartin Schwenke2016-03-101-18/+12
* ctdb-tests: Fix description of NFS tickle testMartin Schwenke2016-03-101-15/+4
* ctdb-packaging: Set --libexecdir in RPM spec fileMartin Schwenke2016-03-071-0/+1
* ctdb-locking: Use real-time only for actual record or DB lockingAmitay Isaacs2016-03-071-5/+22
* ctdb-takeover: Inform clients when dropping all IP addressesAmitay Isaacs2016-03-071-0/+11
* ctdb-takeover: Do not kill smbd processes on releasing IPAmitay Isaacs2016-03-071-42/+0
* ctdb-packaging: Drop changelog section from RPM spec fileMartin Schwenke2016-03-071-793/+0
* ctdb-common: For AF_PACKET socket types, protocol is in network orderAmitay Isaacs2016-03-041-3/+3
* ctdb-tests: Override local daemon configuration from the environmentMartin Schwenke2016-03-011-0/+4
* ctdb-tests: Change local daemon startup to use ctdbd_wrapperMartin Schwenke2016-03-011-8/+26
* ctdb-tests: Simplify handling of public addresses for local daemonsMartin Schwenke2016-03-011-9/+7
* ctdb-scripts: Allow configuration file to be overriddenMartin Schwenke2016-03-011-1/+1
* ctdb: Fix detection of gnukfreebsdSteven Chamberlain2016-03-011-1/+1
* ctdb: Drop unnecessary defines of TEVENT_DEPRECATEDMartin Schwenke2016-02-263-7/+0
* ctdb-client: Add missing initialisation of calldataAmitay Isaacs2016-02-241-0/+1
* ctdb-client: Keep trying to migrate till record lock is obtainedAmitay Isaacs2016-02-241-1/+3
* ctdb-client: Remove TALLOC_CTX argument from sync functionsAmitay Isaacs2016-02-242-8/+18
* ctdb-client: Add async version of set/remove message handler functionsAmitay Isaacs2016-02-242-0/+197
* ctdb-client: Add sync API for waiting for recoveryAmitay Isaacs2016-02-242-0/+28
* ctdb-client: Drop TALLOC_CTX argument from ctdb_attachAmitay Isaacs2016-02-242-2/+11
* ctdb-client: Add new API for ctdb_client_wait_timeout()Amitay Isaacs2016-02-242-0/+46
* ctdb-client: Do not use sync functions in async computationAmitay Isaacs2016-02-241-21/+71
* ctdb-client: Do not use sync functions in async computationAmitay Isaacs2016-02-241-24/+39
* ctdb-recovery: Limit scope of reclock latency statisticsMartin Schwenke2016-02-231-4/+4
* ctdb-recovery: Negate the status when checking the recovery lockMartin Schwenke2016-02-231-5/+5