summaryrefslogtreecommitdiffstats
path: root/source4/cluster/ctdb/opendb_ctdb.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-597/+0
| | | | | | | | We don't need a full copy of ctdb... If we want to readd cluster support, we should just use a ctdb client library. metze
* 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
| | | | | metze (This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
| | | | | Andrew Bartlett (This used to be commit 4e4152dfd70145a7a00bc42effcd07b607204926)
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-1/+1
| | | | | | | This even goes via the share options system (a very odd layer of indirection). Andrew Bartlett (This used to be commit f2c65f9907760b8852b70c53637388f08751ba88)
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-121-1/+1
| | | | | | | This prepares kernel oplock support. metze (This used to be commit 9db9b6d85d80a8aaa8bd432afaef9bb634d7364d)
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-93/+7
| | | | | | | | | | | Now there's only odb_can_open() which handles the share_access rules. And odb_open_file() only adds the new opendb_entry into the database and calculates the granted oplock level. metze (This used to be commit db0853ae4fead34ef382bbfcfe2f46453ab8b73b)
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-061-0/+1
| | | | | | | Not all clients support a fallback to level II oplocks. metze (This used to be commit 146f1fe0b67ca0805f0e71358abc57da0c0579a9)
* opendb: add odb_get_path()Stefan Metzmacher2008-02-291-0/+20
| | | | | metze (This used to be commit 02071f151a22257d31f8a8b254625e2067e7b94d)
* opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-281-13/+3
| | | | | metze (This used to be commit e699633db2d377a9077ff490208da277e250239b)
* opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-281-1/+12
| | | | | | | | That means the last close returns the path name if the delete_on_close flag is set. metze (This used to be commit fc27730bad24e8dddaa2e7f754a16811e38a2f60)
* opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-261-3/+4
| | | | | metze (This used to be commit e6b708a52b0eada3fd374b66292ded3b0f6ce217)
* opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-5/+7
| | | | | metze (This used to be commit aaaa26ae5e810495f313dfada771a8de86cedbd4)
* opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-261-1/+12
| | | | | | | This send breaks to none to all level2 holders metze (This used to be commit bd3654500b14e4ed8d4a8bb25ff9da5035a16a8b)
* opendb: add odb_update_oplock() callStefan Metzmacher2008-02-251-1/+15
| | | | | metze (This used to be commit df576d69c6981a4879a0e9447069fcfacb3588db)
* opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-251-0/+11
| | | | | metze (This used to be commit 11f35a2a4d383b506ced35ba06120f9531bac70c)
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-031-2/+2
| | | | (This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-011-1/+1
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-011-1/+3
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-8/+8
| | | | (This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24274: - merge from ctdb bzr treeAndrew Tridgell2007-10-101-1/+1
| | | | | | | - use ctdb_attach() instead of ctdb_db_handle() - make ctdb_attach() return an existing db handle if it exists (This used to be commit be85c48f8d4a22fd4ed922be6f7f1979f349d291)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22421: merged in latest ctdb changes from bzrAndrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit 3633f862b966866819c9a0a6ad0238a858e15e62)
* r22231: merge from bzr ctdb treeAndrew Tridgell2007-10-101-2/+3
| | | | (This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
* r22085: correct copyright on opendb_ctdb.cAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 43ee3f8724164afc90a170c6da713b38d3995191)
* r22083: opendb backend to ctdb now passes simple testsAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 141bd7ac39b66132f989d44d731512f939973f9e)
* r22082: merged the ctdb changes from bzrAndrew Tridgell2007-10-101-0/+611
added opendb ctdb backend from ronnie (This used to be commit b0da25cb79f860bfa14ba7a8419c7996d936292b)