summaryrefslogtreecommitdiff
path: root/source4/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-261-3/+4
* opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-5/+7
* opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-261-1/+12
* opendb: add odb_update_oplock() callStefan Metzmacher2008-02-251-1/+15
* opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-251-0/+11
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
* Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2008-02-041-1/+3
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-045-9/+11
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-031-2/+2
* r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij2008-01-021-1/+1
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-011-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+3
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-212-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-212-2/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-215-5/+9
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1