summaryrefslogtreecommitdiffstats
path: root/source3/lib/ctdbd_conn.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Silence some warningsVolker Lendecke2011-08-301-0/+19
* s3: Remove a bogus commentVolker Lendecke2011-08-251-4/+0
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2011-05-191-0/+5
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.Andrew Bartlett2011-05-031-1/+1
* s3-ctdb Rename packet file and files to ctdb_packetAndrew Bartlett2011-05-031-29/+29
* s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the controlMichael Adam2011-03-311-0/+1
* s3:ctdb: samba can now handle the NOREPLY flagMichael Adam2011-03-311-3/+0
* s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.Michael Adam2011-03-311-0/+3
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-2/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-161-0/+1
* s3: Eliminate select from packet_fd_read_syncVolker Lendecke2011-02-281-6/+5
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
* s3: Fix the code to immediately disconnect from a non-working ctdbdVolker Lendecke2011-01-211-0/+1
* s3: Do not connect to ctdb if it is blocked for some reasonVolker Lendecke2010-11-021-0/+58
* cluster_fatal() exit code should not indicate success.Martin Schwenke2010-11-021-1/+1
* s3: Pass tdb_flags to ctdbd when attaching to a dbVolker Lendecke2010-10-261-1/+1
* s3: Remove talloc_autofree_context() from ctdb_read_req()Volker Lendecke2010-09-261-1/+2
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-201-0/+1
* s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner2010-09-011-8/+0
* s3: Make ctdbd_init_connection staticVolker Lendecke2010-08-311-2/+2
* s3: Remove procid_self() from ctdb_read_req() and ctdb_handle_message()Volker Lendecke2010-07-051-4/+8
* s3: Remove some type-punned warningsVolker Lendecke2010-07-051-5/+5
* s3-build: fix the build.Günther Deschner2010-05-181-2/+2
* s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam2010-02-121-0/+5
* s3: Add ctdb_conn_msg_ctx()Volker Lendecke2010-02-121-0/+5
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-02-121-5/+68
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-8/+0
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-051-2/+13
* s3: Fix a 100% CPU loop when ctdbd dies during a traverseVolker Lendecke2009-11-021-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-08-071-10/+9
* Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison2009-07-161-1/+1
* Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke2009-05-041-0/+5
* s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher2009-01-291-10/+40
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-10/+20
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+1
* packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke2009-01-021-21/+28
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-301-7/+19
* Use DATA_BLOB instead of "struct data_blob".Jelmer Vernooij2008-10-131-4/+4
* [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam2008-09-291-2/+2
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-0/+2
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+8
* removed more unused codeAndrew Tridgell2008-08-131-72/+0
* samba3 can't handle NOREPLY yetAndrew Tridgell2008-08-131-0/+3
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-11/+31
* Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg2008-08-131-4/+37
* ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam2008-06-261-1/+1