summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb
AgeCommit message (Expand)AuthorFilesLines
2008-03-07opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher1-93/+7
2008-03-06opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher1-0/+1
2008-02-29opendb: add odb_get_path()Stefan Metzmacher1-0/+20
2008-02-28opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher1-13/+3
2008-02-28opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher1-1/+12
2008-02-26opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher1-3/+4
2008-02-26opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher1-5/+7
2008-02-26opendb: add odb_break_oplocks() functionStefan Metzmacher1-1/+12
2008-02-25opendb: add odb_update_oplock() callStefan Metzmacher1-1/+15
2008-02-25opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher1-0/+11
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-2/+3
2008-01-03r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij1-2/+2
2008-01-02r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij1-1/+1
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+3
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2-2/+2
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij2-2/+2
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-0/+1
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij1-2/+2
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+2
2007-12-21r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij1-2/+3
2007-12-21r26101: remove some unused includesJelmer Vernooij7-7/+1
2007-12-21r26015: fix dependeciesStefan Metzmacher1-1/+3
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij5-5/+4
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-6/+11
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij3-25/+25
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-3/+3
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-0/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2-3/+3
2007-10-10r25027: Fix more warnings.Jelmer Vernooij3-17/+18
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij4-8/+9
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-1/+1
2007-10-10r24644: add a ctdb_fetch() function to the ctdb client codeAndrew Tridgell1-0/+3
2007-10-10r24643: add a ctdb_fetch() function to the ctdb client codeAndrew Tridgell1-0/+24
2007-10-10r24275: - setup the connection to the ctdb daemonAndrew Tridgell1-0/+17
2007-10-10r24274: - merge from ctdb bzr treeAndrew Tridgell8-23/+200
2007-10-10r23806: update Samba4 with the latest ctdb code.Andrew Tridgell94-4262/+19141
2007-10-10r23805: this directory is not used any moreAndrew Tridgell5-436/+0
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell7-14/+7
2007-10-10r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell1-3/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell26-52/+26
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell34-34/+34
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell4-12/+8
2007-10-10r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij1-1/+1
2007-10-10r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher1-0/+6
2007-10-10r22423: don't need popt hereAndrew Tridgell1-1/+0
2007-10-10r22421: merged in latest ctdb changes from bzrAndrew Tridgell38-1104/+2020