summaryrefslogtreecommitdiff
path: root/source3/lib/server_mutex.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRSTStefan Metzmacher1-1/+4
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
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-2/+11
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-17/+40
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-03-17Merge from HEAD - make winbindd locking sane again:Andrew Bartlett1-4/+2
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-2/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+2
2002-06-15This patch does 2 things:Andrew Bartlett1-0/+57