summaryrefslogtreecommitdiff
path: root/source3/lib/ctdbd_conn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use right control to attach to persistent databasesVolker Lendecke2008-03-171-2/+5
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-0/+36
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-091-1/+1
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
* Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke2007-11-111-12/+13
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25323: Fix the buildVolker Lendecke2007-10-101-1/+1
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-10-101-6/+40
* r24031: Fix some 64 bit warningsVolker Lendecke2007-10-101-3/+4
* r24025: packet_send() expects DATA_BLOB elements as vaargsStefan Metzmacher2007-10-101-3/+3
* r23863: handle NT_STATUS_RETRY and always print out the NTSTATUS stringStefan Metzmacher2007-10-101-2/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+1167