summaryrefslogtreecommitdiff
path: root/source4/cluster
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-125-18/+26
* 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-094-25/+0
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-093-3/+3
* s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett2011-06-093-7/+7
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-034-6/+6
* s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2011-05-032-3/+3
* s4-cluster: Remove const from cluster_id_string()Andrew Bartlett2011-05-034-5/+5
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-032-4/+4
* 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-183-3/+3
* s4:cluster/cluster.h - fix another gcc 3.4 "struct" warningMatthias Dieter Wallnöfer2010-12-051-0/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-4/+0
* s4-cluster: make cluster a private shared libAndrew Tridgell2010-10-301-4/+5
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+9
* s4:cluster: s/private/private_dataStefan Metzmacher2009-02-022-2/+2
* s4:cluster: fix dependency to TDB_WRAPStefan Metzmacher2008-12-291-0/+1
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-2993-28435/+0
* Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij2008-12-231-3/+3
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-175-5/+1
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij2008-12-163-3/+3
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Fix includes.Jelmer Vernooij2008-10-153-2/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-115-6/+6
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-4/+4
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-162-2/+2
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-1621-21/+21
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-148-8/+8
* opendb: add write time handlingStefan Metzmacher2008-06-031-28/+23
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-182-4/+5
* use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-1/+1
* Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-142-8/+11
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-1/+1
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-121-1/+1
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-93/+7
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-061-0/+1
* opendb: add odb_get_path()Stefan Metzmacher2008-02-291-0/+20
* opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-281-13/+3
* opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-281-1/+12