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
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
2009-11-05
s3: Add parameter "ctdb timeout"
Volker Lendecke
1
-2
/
+13
2009-11-02
s3: Fix a 100% CPU loop when ctdbd dies during a traverse
Volker Lendecke
1
-0
/
+1
2009-08-07
Fix some nonempty blank lines
Volker Lendecke
1
-10
/
+9
2009-07-16
Replace more long-lived contexts with talloc_autofree_context().
Jeremy Allison
1
-1
/
+1
2009-05-04
Do not crash in ctdbd_traverse if ctdbd is not around
Volker Lendecke
1
-0
/
+5
2009-01-29
s3:ctdbd_conn: canonicalize ips before sending them to ctdbd
Stefan Metzmacher
1
-10
/
+40
2009-01-16
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
1
-10
/
+20
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-2
/
+1
2009-01-02
packet.h API: The callback is now responsible to talloc_free() "buf"
Volker Lendecke
1
-21
/
+28
2008-12-30
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
Stefan Metzmacher
1
-7
/
+19
2008-10-13
Use DATA_BLOB instead of "struct data_blob".
Jelmer Vernooij
1
-4
/
+4
2008-09-29
[s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.
Michael Adam
1
-2
/
+2
2008-08-13
fixed child exit handling and IP release handling
Andrew Tridgell
1
-0
/
+2
2008-08-13
register the ctdbd reconfigure message
Andrew Tridgell
1
-0
/
+8
2008-08-13
removed more unused code
Andrew Tridgell
1
-72
/
+0
2008-08-13
samba3 can't handle NOREPLY yet
Andrew Tridgell
1
-0
/
+3
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-11
/
+31
2008-08-13
Use transaction start/cancel for persistent writes to avoid leaving the datab...
Ronnie Sahlberg
1
-4
/
+37
2008-06-26
ctdbd_connect: bump debug level to 1 for "connect failed" message.
Michael Adam
1
-1
/
+1
2008-03-17
Use right control to attach to persistent databases
Volker Lendecke
1
-2
/
+5
2008-01-16
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
1
-0
/
+36
[next]