summaryrefslogtreecommitdiffstats
path: root/source4/cluster
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
| | | | (This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
* Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2008-02-041-1/+3
| | | | | | | | | | | structure. The BASE-TORTURE test found this problem - caused because the messaging path was not unique. If we didn't use a macro for cluster_id_equal(), we could make it opaque, and avoid this... Andrew Bartlett (This used to be commit c3387545c57d2dd4922b4f3806b4552cee8035a3)
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-045-9/+11
| | | | | | | <node>.<pid>.<fd> to be unique in a prefork process environment. Andrew Bartlett and David Disseldorp (This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957)
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-031-2/+2
| | | | (This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6)
* r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij2008-01-021-1/+1
| | | | (This used to be commit a2bc97e8b01ecee48be60823cb19b4e794fb8f93)
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-011-1/+1
| | | | (This used to be commit c863f4ebde8efa1a695b4469142d6719e30bc419)
* 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)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-212-2/+2
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-212-2/+2
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-215-5/+9
| | | | (This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7)
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-212-4/+4
| | | | (This used to be commit 3809113d86dbd35b906356a05bb481a1e2bfe4b7)
* r26270: Require specifying the loadparm_context or NULL to ↵Jelmer Vernooij2007-12-211-1/+2
| | | | | | cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-2/+3
| | | | (This used to be commit 1cb849dfba21b9b5d00b20ba8201f0e142bfeb07)
* r26101: remove some unused includesJelmer Vernooij2007-12-217-7/+1
| | | | (This used to be commit bc615162fc515a8b8ae59af14cb1e80497e9afdd)
* r26015: fix dependeciesStefan Metzmacher2007-12-211-1/+3
| | | | | metze (This used to be commit 29b6a8739a7d06df029916e901e71700f2118f39)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-216-6/+5
| | | | (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-103-25/+25
| | | | (This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-3/+3
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-103-0/+3
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-102-3/+3
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-103-17/+18
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-104-8/+9
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r24644: add a ctdb_fetch() function to the ctdb client codeAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 1aa4628f16b4c2ba4c8253fdd9c109b3ea874c5a)
* r24643: add a ctdb_fetch() function to the ctdb client codeAndrew Tridgell2007-10-101-0/+24
| | | | (This used to be commit 5705ee04498780d8ca89290e85b8ec831f0a185d)
* r24275: - setup the connection to the ctdb daemonAndrew Tridgell2007-10-101-0/+17
| | | | | - disable the brlock ctdb backend for now (This used to be commit b04bcf46e135af597b89994148a28275d29cdba6)
* r24274: - merge from ctdb bzr treeAndrew Tridgell2007-10-108-23/+200
| | | | | | | - 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)
* r23806: update Samba4 with the latest ctdb code.Andrew Tridgell2007-10-1094-4262/+19141
| | | | | | | | | | | | This doesn't get the ctdb code fully working in Samba4, it just gets it building and not breaking non-clustered use of Samba. It will take a bit longer to update some of the calling ctdb_cluster.c code to make it work correctly in Samba4. Note also that Samba4 now only links to the client portion of ctdb. For the moment I am leaving the ctdbd as a separate daemon, which you install separately from http://ctdb.samba.org/. (This used to be commit b196077cbb55cbecad87065133c2d67198e31066)
* r23805: this directory is not used any moreAndrew Tridgell2007-10-105-436/+0
| | | | (This used to be commit 3121f914938e896f9e6c547c108a216b4b026c69)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-107-14/+7
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-101-3/+1
| | | | (This used to be commit db92b76a0034899f5f0dc2d012ee7709ff9a6132)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1026-52/+26
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-1034-34/+34
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-108-24/+16
| | | | | | 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)
* r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | _NORETURN_ and _WARN_UNUSED_RESULT_. (This used to be commit 44248f662f0b609dad6a7b437948f12d661a28f7)
* r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit 83a61a2892539b2bcfbdaac7ca169c99f2b4503a)
* r22423: don't need popt hereAndrew Tridgell2007-10-101-1/+0
| | | | (This used to be commit fd8594d62eed8f1fb8d702689b21eff297bb6593)
* r22421: merged in latest ctdb changes from bzrAndrew Tridgell2007-10-1038-1104/+2020
| | | | (This used to be commit 3633f862b966866819c9a0a6ad0238a858e15e62)
* r22237: this init fn doesn't exist yetAndrew Tridgell2007-10-101-1/+0
| | | | (This used to be commit 6d9d62dca3cb6abad95c4ec9238da0b7bf32cefa)
* r22234: merge test suite changes from bzr treeAndrew Tridgell2007-10-1011-289/+154
| | | | (This used to be commit d825f4e6cc96a365061805352a2df3818df2364e)
* r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell2007-10-103-3/+8
| | | | | This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)