summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/opendb_ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-29s4:cluster: remove old/broken ctdb codeStefan Metzmacher1-597/+0
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij1-1/+1
2008-06-03opendb: add write time handlingStefan Metzmacher1-28/+23
2008-03-27Fix references to ntvfs share configAndrew Bartlett1-1/+1
2008-03-27Make oplocks a per-share option.Andrew Bartlett1-1/+1
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher1-1/+1
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-01-03r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij1-2/+2
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-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
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 Vernooij1-8/+8
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24274: - merge from ctdb bzr treeAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22421: merged in latest ctdb changes from bzrAndrew Tridgell1-2/+4
2007-10-10r22231: merge from bzr ctdb treeAndrew Tridgell1-2/+3
2007-10-10r22085: correct copyright on opendb_ctdb.cAndrew Tridgell1-1/+2
2007-10-10r22083: opendb backend to ctdb now passes simple testsAndrew Tridgell1-1/+6
2007-10-10r22082: merged the ctdb changes from bzrAndrew Tridgell1-0/+611