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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVE
Martin Schwenke
2018-07-10
1
-1
/
+1
*
ctdb-client: Fix typo where CTDB_BROADCAST_ALL is repeated
Martin Schwenke
2018-07-10
1
-1
/
+1
*
ctdb-client: Remove ununsed functions from old client code
Amitay Isaacs
2018-05-07
1
-2311
/
+10
*
ctdb-client: Client code should never free the client context
Amitay Isaacs
2018-04-06
1
-1
/
+0
*
ctdb-client: Add missing initialization of tevent_context
Amitay Isaacs
2018-04-06
1
-0
/
+1
*
ctdb-client: Do not try to allocate 0 sized record
Amitay Isaacs
2018-04-06
1
-7
/
+12
*
ctdb-client: Add async version for ctdb_client_init()
Amitay Isaacs
2017-12-13
2
-66
/
+166
*
ctdb-client: Fix CID 1419820
Amitay Isaacs
2017-10-23
1
-2
/
+2
*
ctdb-client: Fix a typo
Martin Schwenke
2017-10-16
1
-1
/
+1
*
ctdb-client: Add client api for using tunnels
Amitay Isaacs
2017-10-10
4
-0
/
+919
*
ctdb-client: Add client code for tunnel controls
Amitay Isaacs
2017-10-10
2
-0
/
+68
*
ctdb-client: Add client code for control CHECK_PID_SRVID
Amitay Isaacs
2017-09-21
2
-0
/
+34
*
ctdb-client: Drop client code for monitor controls
Martin Schwenke
2017-09-14
2
-98
/
+0
*
ctdb-client: Drop old client code for monitor controls
Martin Schwenke
2017-09-14
1
-65
/
+0
*
ctdb-client: Initialize ctdb_ltdb_header completely for empty record
Amitay Isaacs
2017-09-14
1
-3
/
+3
*
ctdb-client: Use sock_client abstraction for eventd client
Amitay Isaacs
2017-09-01
1
-225
/
+72
*
ctdb-protocol: Replace ctdb_event_header with sock_packet_header
Amitay Isaacs
2017-09-01
1
-1
/
+1
*
ctdb-protocol: Fix marshalling for ctdb_req_header
Amitay Isaacs
2017-08-30
1
-1
/
+2
*
ctdb-protocol: Fix marshalling for ctdb_g_lock_list
Amitay Isaacs
2017-08-30
1
-4
/
+8
*
ctdb-protocol: Fix marshalling for ctdb_rec_data
Amitay Isaacs
2017-08-30
1
-1
/
+2
*
ctdb-protocol: Fix marshalling for ctdb_ltdb_header
Amitay Isaacs
2017-08-30
1
-10
/
+12
*
ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control
Amitay Isaacs
2017-08-30
1
-2
/
+4
*
ctdb-client: Fix ctdb_attach() to use database flags
Amitay Isaacs
2017-08-25
1
-17
/
+6
*
ctdb-client: Optionally return database id from ctdb_ctrl_createdb()
Amitay Isaacs
2017-08-25
1
-1
/
+10
*
ctdb-client: Fix ctdb_ctrl_createdb() to use database flags
Amitay Isaacs
2017-08-25
1
-15
/
+11
*
ctdb-client: Drop client code to send CHECK_SRVIDS control
Amitay Isaacs
2017-08-14
3
-84
/
+0
*
ctdb-client: Server id exists should check if the pid still exists
Amitay Isaacs
2017-08-14
1
-5
/
+5
*
ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
Amitay Isaacs
2017-06-29
1
-2
/
+19
*
ctdb-client: Add sync api for DB_ATTACH_REPLICATED control
Amitay Isaacs
2017-06-29
2
-0
/
+36
*
ctdb-client: Store db_flags instead of a boolean persistent flag
Amitay Isaacs
2017-06-29
2
-9
/
+23
*
ctdb-daemon: Store db_flags instead of individual boolean flags
Amitay Isaacs
2017-06-29
1
-1
/
+3
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flag
Amitay Isaacs
2017-06-29
1
-2
/
+3
*
ctdb-protocol: Do not pass tdb open flags to DB attach controls
Amitay Isaacs
2017-06-26
2
-4
/
+4
*
ctdb-client: Do not pass tdb open flags to db attach api
Amitay Isaacs
2017-06-26
2
-10
/
+6
*
ctdb-client: Remove calaculation of tdb flags
Amitay Isaacs
2017-06-26
1
-56
/
+5
*
ctdb-client: Ask daemon for db open flags
Amitay Isaacs
2017-06-26
1
-1
/
+41
*
ctdb-client: Ask daemon for db open flags
Amitay Isaacs
2017-06-26
1
-25
/
+7
*
ctdb-client: Add a function to get db open flags
Amitay Isaacs
2017-06-26
1
-0
/
+33
*
ctdb-client: Add sync api for control DB_OPEN_FLAGS
Amitay Isaacs
2017-06-26
2
-0
/
+34
*
ctdb-client: Drop tdb_flags argument to ctdb_attach()
Amitay Isaacs
2017-06-26
1
-3
/
+2
*
ctdb-client: Stop sending tdb_flags with DB_ATTACH controls
Amitay Isaacs
2017-06-26
1
-1
/
+1
*
ctdb-daemon: Refactor calculation of tdb open flags based on database type
Amitay Isaacs
2017-06-26
1
-29
/
+13
*
ctdb: Fix typos
Volker Lendecke
2017-06-21
1
-2
/
+2
*
ctdb-client: Add correct control names to log messages
Amitay Isaacs
2017-06-19
1
-4
/
+4
*
ctdb-client: Document ctdb client API
Amitay Isaacs
2017-06-07
1
-40
/
+857
*
ctdb-client: Move eventd API to a separate header
Amitay Isaacs
2017-06-07
3
-67
/
+93
*
ctdb-client: Move sync API to a separate header
Amitay Isaacs
2017-06-07
6
-501
/
+531
*
ctdb-client: Move ctdb_ctrl_modflags() to ctdb tool
Amitay Isaacs
2017-06-07
2
-39
/
+0
*
ctdb-client: Add async api for detaching a database
Amitay Isaacs
2017-06-07
2
-11
/
+159
*
ctdb-client: Create sync wrappers for managing message handlers
Amitay Isaacs
2017-06-07
1
-11
/
+33
[next]