summaryrefslogtreecommitdiff
path: root/source3/lib/server_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-171-1/+1
* server_mutex: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-1/+6
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-7/+7
* mutex: Avoid passing lp_ctx to tdb_wrap_open in grab_named_mutexVolker Lendecke2014-03-311-5/+11
* s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRSTStefan Metzmacher2013-04-031-1/+4
* smbd: Fix a typoVolker Lendecke2013-01-301-1/+1
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* 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-2/+11
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-17/+40
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* Merge from HEAD - make winbindd locking sane again:Andrew Bartlett2003-03-171-4/+2
* Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-2/+4
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+2
* This patch does 2 things:Andrew Bartlett2002-06-151-0/+57