summaryrefslogtreecommitdiff
path: root/source3/lib/ctdbd_conn.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03s3-ctdb Rename packet file and files to ctdb_packetAndrew Bartlett1-29/+29
2011-03-31s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the controlMichael Adam1-0/+1
2011-03-31s3:ctdb: samba can now handle the NOREPLY flagMichael Adam1-3/+0
2011-03-31s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.Michael Adam1-0/+3
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-2/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-16s3-packet: only include packet.h where needed.Günther Deschner1-0/+1
2011-02-28s3: Eliminate select from packet_fd_read_syncVolker Lendecke1-6/+5
2011-02-02s3: Remove superfluous ;Günther Deschner1-1/+1
2011-01-21s3: Fix the code to immediately disconnect from a non-working ctdbdVolker Lendecke1-0/+1
2010-11-02s3: Do not connect to ctdb if it is blocked for some reasonVolker Lendecke1-0/+58
2010-11-02cluster_fatal() exit code should not indicate success.Martin Schwenke1-1/+1
2010-10-26s3: Pass tdb_flags to ctdbd when attaching to a dbVolker Lendecke1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from ctdb_read_req()Volker Lendecke1-1/+2
2010-09-20s3-build: only include ctdbd_conn.h where needed.Günther Deschner1-0/+1
2010-09-01s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner1-8/+0
2010-08-31s3: Make ctdbd_init_connection staticVolker Lendecke1-2/+2
2010-07-05s3: Remove procid_self() from ctdb_read_req() and ctdb_handle_message()Volker Lendecke1-4/+8
2010-07-05s3: Remove some type-punned warningsVolker Lendecke1-5/+5
2010-05-18s3-build: fix the build.Günther Deschner1-2/+2
2010-02-12s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam1-0/+5
2010-02-12s3: Add ctdb_conn_msg_ctx()Volker Lendecke1-0/+5
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke1-5/+68
2010-02-05s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell1-8/+0
2009-11-05s3: Add parameter "ctdb timeout"Volker Lendecke1-2/+13
2009-11-02s3: Fix a 100% CPU loop when ctdbd dies during a traverseVolker Lendecke1-0/+1
2009-08-07Fix some nonempty blank linesVolker Lendecke1-10/+9
2009-07-16Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison1-1/+1
2009-05-04Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke1-0/+5
2009-01-29s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher1-10/+40
2009-01-16s3:cluster: fix ctdb ipv6 supportStefan Metzmacher1-10/+20
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2009-01-02packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke1-21/+28
2008-12-30s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher1-7/+19
2008-10-13Use DATA_BLOB instead of "struct data_blob".Jelmer Vernooij1-4/+4
2008-09-29[s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam1-2/+2
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell1-0/+2
2008-08-13register the ctdbd reconfigure messageAndrew Tridgell1-0/+8
2008-08-13removed more unused codeAndrew Tridgell1-72/+0
2008-08-13samba3 can't handle NOREPLY yetAndrew Tridgell1-0/+3
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-11/+31
2008-08-13Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg1-4/+37
2008-06-26ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam1-1/+1
2008-03-17Use right control to attach to persistent databasesVolker Lendecke1-2/+5
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-0/+36
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach1-1/+1
2007-11-22Fix an uninitialized variableVolker Lendecke1-0/+1
2007-11-11Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke1-12/+13
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25323: Fix the buildVolker Lendecke1-1/+1