summaryrefslogtreecommitdiff
path: root/source4/cluster/local.c
Commit message (Expand)AuthorAgeFilesLines
* Remove callers of lp_use_ntdbVolker Lendecke2015-03-171-4/+1
* s4:cluster: use DBWRAP_LOCK_ODER_NONE for local_db_tmp_open()Michael Adam2014-02-071-1/+1
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+1
* source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell2013-04-121-12/+20
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-1/+0
* s4-messaging: Fill in the whole server_id in all use casesAndrew Bartlett2012-04-301-0/+3
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-11/+0
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-091-1/+1
* s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett2011-06-091-3/+3
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-1/+1
* s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2011-05-031-1/+1
* s4-cluster: Remove const from cluster_id_string()Andrew Bartlett2011-05-031-1/+1
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-031-3/+3
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2011-02-181-1/+1
* s4:cluster: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij2008-12-161-1/+1
* Fix includes.Jelmer Vernooij2008-10-151-1/+1
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-2/+3
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+2
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-2/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-101-0/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell2007-10-101-2/+1
* r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell2007-10-101-0/+32
* r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell2007-10-101-3/+24
* r20888: local cluster backendAndrew Tridgell2007-10-101-0/+58