summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common/brlock_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-6/+6
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-081-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-5/+5
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky2011-02-151-1/+28
* s4-ntvfs: move valid lock range test from smb2 layer to generic codeAndrew Tridgell2009-11-271-0/+19
* s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ...Stefan Metzmacher2008-12-291-71/+100
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell2008-06-021-4/+4
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+2
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-13/+13
* r24642: prevent recursion with fetch_lockedAndrew Tridgell2007-10-101-10/+22
* r24284: change brlock_tdb.c to use the dbwrap API. This actually makes theAndrew Tridgell2007-10-101-94/+65
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2007-10-101-0/+6
* r20947: fixed a bug in the unlock logic in the brlock tdb backendAndrew Tridgell2007-10-101-28/+44
* r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell2007-10-101-5/+1
* r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell2007-10-101-0/+706