summaryrefslogtreecommitdiff
path: root/source4/cluster
AgeCommit message (Expand)AuthorFilesLines
2013-04-12source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell5-18/+26
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 Bartlett4-25/+0
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett3-3/+3
2011-06-09s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett3-7/+7
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett4-6/+6
2011-05-03s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2-3/+3
2011-05-03s4-cluster: Remove const from cluster_id_string()Andrew Bartlett4-5/+5
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett2-4/+4
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 Tridgell3-3/+3
2010-12-05s4:cluster/cluster.h - fix another gcc 3.4 "struct" warningMatthias Dieter Wallnöfer1-0/+2
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-4/+0
2010-10-30s4-cluster: make cluster a private shared libAndrew Tridgell1-4/+5
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-4/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+9
2009-02-02s4:cluster: s/private/private_dataStefan Metzmacher2-2/+2
2008-12-29s4:cluster: fix dependency to TDB_WRAPStefan Metzmacher1-0/+1
2008-12-29s4:cluster: remove old/broken ctdb codeStefan Metzmacher93-28435/+0
2008-12-23Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij1-3/+3
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher5-5/+1
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij3-3/+3
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-10-15Fix includes.Jelmer Vernooij3-2/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij5-6/+6
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-4/+4
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij2-2/+2
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij21-21/+21
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce8-8/+8
2008-06-03opendb: add write time handlingStefan Metzmacher1-28/+23
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij2-4/+5
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-1/+1
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij2-8/+11
2008-03-27Fix references to ntvfs share configAndrew Bartlett1-1/+1
2008-03-27Make oplocks a per-share option.Andrew Bartlett1-1/+1
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher1-1/+1
2008-03-07opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher1-93/+7
2008-03-06opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher1-0/+1
2008-02-29opendb: add odb_get_path()Stefan Metzmacher1-0/+20
2008-02-28opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher1-13/+3
2008-02-28opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher1-1/+12
2008-02-26opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher1-3/+4
2008-02-26opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher1-5/+7
2008-02-26opendb: add odb_break_oplocks() functionStefan Metzmacher1-1/+12