index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
ctdbd_conn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-2
/
+2
2012-03-24
ctdb_conn: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-05
s3-ctdb: Enable CTDB readonly support only if CTDB supports it
Amitay Isaacs
1
-1
/
+8
2012-03-05
dbwrap_ctdb: only fetch a read-only copy if we had a record already.
Rusty Russell
1
-2
/
+3
2012-03-05
ctdbd_conn: fetch read-only copies of records.
Rusty Russell
1
-2
/
+2
2012-02-15
s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760
Volker Lendecke
1
-2
/
+9
2012-02-07
s3: Increase debug level of basic ctdb packet handling
Volker Lendecke
1
-6
/
+6
2012-02-06
s3: FreeBSD does not define sin6_addr.s_addr32
Volker Lendecke
1
-1
/
+1
2011-12-23
s3:lib/ctdbd_conn: try ctdbd_init_connection() as root
Stefan Metzmacher
1
-0
/
+2
2011-12-12
s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL
Günther Deschner
1
-0
/
+4
2011-11-30
s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS
Volker Lendecke
1
-2
/
+210
2011-11-10
s3: server_id.pid has turned 64 (bits, that is)
Volker Lendecke
1
-4
/
+11
2011-10-27
s3-ctdb: Fix ctdb_read_req
Volker Lendecke
1
-23
/
+17
2011-10-27
s3-ctdb: Add debug to ctdb_processes_exist
Volker Lendecke
1
-0
/
+6
2011-10-27
s3-ctdb: Make ctdbd_process_exists use ctdbd_processes_exist
Volker Lendecke
1
-13
/
+8
2011-10-27
s3-ctdb: Add ctdb_processes_exist
Volker Lendecke
1
-0
/
+98
2011-10-27
s3-ctdb: Allow ctdb_read_req to read any reqid
Volker Lendecke
1
-1
/
+1
2011-10-27
s3-ctdb: Don't hand out 0 as reqid
Volker Lendecke
1
-4
/
+13
2011-10-27
s3: Fix some type-punned warnings
Volker Lendecke
1
-4
/
+4
2011-08-30
s3: Silence some warnings
Volker Lendecke
1
-0
/
+19
2011-08-25
s3: Remove a bogus comment
Volker Lendecke
1
-4
/
+0
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-2
/
+2
2011-05-19
Fix Bug 8152 - smbd crash in release_ip()
Christian Ambach
1
-0
/
+5
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-05-03
s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.
Andrew Bartlett
1
-1
/
+1
2011-05-03
s3-ctdb Rename packet file and files to ctdb_packet
Andrew Bartlett
1
-29
/
+29
2011-03-31
s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the control
Michael Adam
1
-0
/
+1
2011-03-31
s3:ctdb: samba can now handle the NOREPLY flag
Michael Adam
1
-3
/
+0
2011-03-31
s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.
Michael Adam
1
-0
/
+3
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
1
-2
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-16
s3-packet: only include packet.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-28
s3: Eliminate select from packet_fd_read_sync
Volker Lendecke
1
-6
/
+5
2011-02-02
s3: Remove superfluous ;
Günther Deschner
1
-1
/
+1
2011-01-21
s3: Fix the code to immediately disconnect from a non-working ctdbd
Volker Lendecke
1
-0
/
+1
2010-11-02
s3: Do not connect to ctdb if it is blocked for some reason
Volker Lendecke
1
-0
/
+58
2010-11-02
cluster_fatal() exit code should not indicate success.
Martin Schwenke
1
-1
/
+1
2010-10-26
s3: Pass tdb_flags to ctdbd when attaching to a db
Volker Lendecke
1
-1
/
+1
2010-09-26
s3: Remove talloc_autofree_context() from ctdb_read_req()
Volker Lendecke
1
-1
/
+2
2010-09-20
s3-build: only include ctdbd_conn.h where needed.
Günther Deschner
1
-0
/
+1
2010-09-01
s3-ctdb: ctdbd_init_connection() is static to this file.
Günther Deschner
1
-8
/
+0
2010-08-31
s3: Make ctdbd_init_connection static
Volker Lendecke
1
-2
/
+2
2010-07-05
s3: Remove procid_self() from ctdb_read_req() and ctdb_handle_message()
Volker Lendecke
1
-4
/
+8
2010-07-05
s3: Remove some type-punned warnings
Volker Lendecke
1
-5
/
+5
2010-05-18
s3-build: fix the build.
Günther Deschner
1
-2
/
+2
2010-02-12
s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connection
Michael Adam
1
-0
/
+5
2010-02-12
s3: Add ctdb_conn_msg_ctx()
Volker Lendecke
1
-0
/
+5
2010-02-12
s3: Implement global locks in a g_lock tdb
Volker Lendecke
1
-5
/
+68
2010-02-05
s3-brlock: we don't need these MSG_SMB_UNLOCK calls now
Andrew Tridgell
1
-8
/
+0
[next]