summaryrefslogtreecommitdiff
path: root/source4/cluster/local.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-12source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell1-12/+20
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell1-1/+0
2012-04-30s4-messaging: Fill in the whole server_id in all use casesAndrew Bartlett1-0/+3
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-1/+1
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-11/+0
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-1/+1
2011-06-09s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett1-3/+3
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-1/+1
2011-05-03s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett1-1/+1
2011-05-03s4-cluster: Remove const from cluster_id_string()Andrew Bartlett1-1/+1
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett1-3/+3
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij1-1/+1
2011-02-18s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell1-1/+1
2009-02-02s4:cluster: s/private/private_dataStefan Metzmacher1-1/+1
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij1-1/+1
2008-10-15Fix includes.Jelmer Vernooij1-1/+1
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-1/+1
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-2/+3
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-1/+2
2007-12-21r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij1-2/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-0/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell1-2/+1
2007-10-10r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell1-0/+32
2007-10-10r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell1-3/+24
2007-10-10r20888: local cluster backendAndrew Tridgell1-0/+58