summaryrefslogtreecommitdiffstats
path: root/source4/cluster/ctdb/opendb_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-597/+0
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* opendb: add write time handlingStefan Metzmacher2008-06-031-28/+23
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-1/+1
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-121-1/+1
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-93/+7
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-061-0/+1
* opendb: add odb_get_path()Stefan Metzmacher2008-02-291-0/+20
* opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-281-13/+3
* opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-281-1/+12
* opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-261-3/+4
* opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-5/+7
* opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-261-1/+12
* opendb: add odb_update_oplock() callStefan Metzmacher2008-02-251-1/+15
* opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-251-0/+11
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-031-2/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+3
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-6/+11
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-8/+8
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24274: - merge from ctdb bzr treeAndrew Tridgell2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22421: merged in latest ctdb changes from bzrAndrew Tridgell2007-10-101-2/+4
* r22231: merge from bzr ctdb treeAndrew Tridgell2007-10-101-2/+3
* r22085: correct copyright on opendb_ctdb.cAndrew Tridgell2007-10-101-1/+2
* r22083: opendb backend to ctdb now passes simple testsAndrew Tridgell2007-10-101-1/+6
* r22082: merged the ctdb changes from bzrAndrew Tridgell2007-10-101-0/+611