index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-daemon: Move ctdb_read_nodes_file() to utilities
Martin Schwenke
2015-03-23
3
-93
/
+94
*
ctdb-daemon: Factor out node parsing code
Martin Schwenke
2015-03-23
1
-43
/
+104
*
ctdb-daemon: Store node addresses as ctdb_sock_addr rather than strings
Martin Schwenke
2015-03-23
10
-151
/
+64
*
ctdb-common: Drop ctdb context from ctdb_parse_address()
Martin Schwenke
2015-03-23
3
-7
/
+8
*
ctdb-daemon: Remove function ctdb_add_deleted_node()
Martin Schwenke
2015-03-23
1
-52
/
+16
*
ctdb-daemon: Set node PNN in one place
Martin Schwenke
2015-03-23
3
-16
/
+30
*
ctdb-daemon: Move VNN map initialisation out of node loading
Martin Schwenke
2015-03-23
2
-22
/
+31
*
ctdb-tests: Fix error return for ctdb_client_async_control_stub()
Martin Schwenke
2015-03-23
1
-1
/
+1
*
ctdb-tests: Add asserts to ensure that pointers are set
Martin Schwenke
2015-03-23
1
-0
/
+43
*
ctdb-tests: Avoid early exits in scripts that appear on tail of a pipe
Amitay Isaacs
2015-03-20
2
-8
/
+30
*
ctdb-scripts: Simplify 00.ctdb event script
Amitay Isaacs
2015-03-20
1
-5
/
+6
*
ctdb-tests: Add tests for "ctdb reloadips" and "ctdb recover"
Martin Schwenke
2015-03-16
4
-0
/
+81
*
ctdb-tools: Drop a debug message to DEBUG level
Martin Schwenke
2015-03-16
1
-1
/
+1
*
ctdb-tests: Add stub for ctdb_client_async_control()
Martin Schwenke
2015-03-16
2
-0
/
+68
*
ctdb-tests: Add stub for ctdb_ctrl_reload_nodes_file()
Martin Schwenke
2015-03-16
2
-0
/
+12
*
ctdb-tests: Add stubs for some CTDB client messaging functions
Martin Schwenke
2015-03-16
2
-0
/
+133
*
ctdb-tests: Test stub fixes
Martin Schwenke
2015-03-16
1
-0
/
+4
*
ctdb-tests: Handle deleted nodes when loading fake nodemap
Martin Schwenke
2015-03-16
1
-1
/
+6
*
ctdb-tests: Support CTDB_DEBUGLEVEL in tool tests
Martin Schwenke
2015-03-16
2
-0
/
+10
*
ctdb-tests: Add ctdb_ctrl_setrecmode() stub
Martin Schwenke
2015-03-16
2
-0
/
+19
*
ctdb-eventscripts: Make 11.natgw stateful
Martin Schwenke
2015-03-16
6
-6
/
+138
*
ctdb: Fix CID 1125613 Destination buffer too small
Volker Lendecke
2015-03-13
1
-1
/
+7
*
ctdb: Introduce a helper var in ctdb_get_script_list
Volker Lendecke
2015-03-13
1
-3
/
+5
*
ctdb: Fix memleak in ctdb_get_script_list
Volker Lendecke
2015-03-13
1
-2
/
+5
*
ctdb: Make for-loop in ctdb_get_script_list more idiomatic
Volker Lendecke
2015-03-13
1
-6
/
+7
*
ctdb: Fix whitespace
Volker Lendecke
2015-03-13
1
-18
/
+17
*
ctdb: Fix CID 1288201 Array compared against 0
Volker Lendecke
2015-03-11
1
-4
/
+0
*
ctdb: Fix 1125553 Buffer not null terminated
Volker Lendecke
2015-03-10
1
-1
/
+1
*
ctdb-daemon: Use statically allocated arrays for helper paths
Martin Schwenke
2015-03-10
2
-33
/
+19
*
ctdb-common: New function ctdb_set_helper()
Martin Schwenke
2015-03-10
2
-0
/
+62
*
ctdb-tests: Check for readable, not executable, script
Martin Schwenke
2015-03-06
1
-1
/
+1
*
ctdb-locking: Back-off from logging every 10 seconds
Amitay Isaacs
2015-03-05
1
-4
/
+16
*
ctdb-tests: Correctly cascade test failures from the end of pipes
Amitay Isaacs
2015-03-05
2
-3
/
+9
*
ctdb-scripts: Add a 'rm' stub so statd-callout tests work correctly
Amitay Isaacs
2015-03-05
1
-0
/
+6
*
ctdb-build: Specify absolute path to libsocket-wrapper.so
Amitay Isaacs
2015-03-04
1
-1
/
+2
*
ctdb-tests: Remove the old, confusing INSTALL script
Martin Schwenke
2015-03-04
1
-96
/
+0
*
ctdb-scripts: Remove unused function nfs_statd_update()
Martin Schwenke
2015-03-04
1
-17
/
+0
*
ctdb-scripts: Change statd-callout to be more scalable
Martin Schwenke
2015-03-04
11
-59
/
+123
*
ctdb-scripts: Fix a regression in statd-callout
Martin Schwenke
2015-03-04
1
-1
/
+1
*
ctdb-tests: Unit tests for statd-callout
Martin Schwenke
2015-03-04
11
-13
/
+196
*
ctdb-tests: Make setup of public addresses more obvious
Martin Schwenke
2015-03-04
1
-11
/
+28
*
ctdb-tests: Extend eventscript unit test infrastructure for other scripts
Martin Schwenke
2015-03-04
1
-6
/
+19
*
ctdb-tests: Support testing scripts that change directory
Martin Schwenke
2015-03-04
2
-0
/
+8
*
ctdb-tests: Extend ctdb stub to support "ip" with and without -X
Martin Schwenke
2015-03-04
1
-8
/
+20
*
ctdb-tests: Extend ctdb stub to support "ptrans", "pdelete", "catdb"
Martin Schwenke
2015-03-04
1
-14
/
+87
*
ctdb-io: Do not use sys_write to write to client sockets
Amitay Isaacs
2015-02-24
1
-3
/
+3
*
ctdb-scripts: Improve messages about invalid tunables during "setup"
Martin Schwenke
2015-02-18
2
-5
/
+12
*
ctdb-tool: Print a warning when setting an obsolete tunable variable
Martin Schwenke
2015-02-18
3
-0
/
+7
*
ctdb-client: Return a value of 1 when setting obsolete tunable variable
Martin Schwenke
2015-02-18
2
-2
/
+3
*
ctdb-tests: New tests for 00.ctdb "setup" event - set tunables from config
Martin Schwenke
2015-02-18
7
-0
/
+109
[next]