summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
AgeCommit message (Expand)AuthorFilesLines
2013-04-12source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell3-160/+129
2013-02-18brlock_tdb.c: Fix typo in comment.Karolin Seeger1-1/+1
2012-05-03UTIL_TDB: lowercase name.Jelmer Vernooij1-1/+1
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij3-3/+3
2011-09-20s4:ntvfs common - remove two outdated function prototypesMatthias Dieter Wallnöfer2-4/+0
2011-09-20s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependencyMatthias Dieter Wallnöfer1-0/+1
2011-09-19s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h"Matthias Dieter Wallnöfer1-1/+0
2011-09-05s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2-7/+7
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell4-4/+4
2011-06-09librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett1-1/+1
2011-05-08s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett3-11/+11
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett3-3/+3
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett6-25/+25
2011-03-19source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij4-4/+4
2011-02-15s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky3-1/+41
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-11/+0
2010-05-24s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij2-9/+6
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-4/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+10
2010-02-13s4-ntvfs: use TYPESAFE_QSORT() in notify codeAndrew Tridgell1-3/+2
2009-11-27s4-ntvfs: move valid lock range test from smb2 layer to generic codeAndrew Tridgell1-0/+19
2009-02-02s4:ntvfs/common: s/private/private_dataStefan Metzmacher3-10/+10
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-29s4:cluster: remove old/broken ctdb codeStefan Metzmacher2-6/+1
2008-12-29s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ...Stefan Metzmacher2-72/+101
2008-12-23Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij2-5/+5
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-2/+2
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij4-4/+4
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell3-16/+68
2008-06-03opendb: add write time handlingStefan Metzmacher3-16/+68
2008-06-02smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell2-5/+5
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-04-17Explicitly require event context to be specified.Jelmer Vernooij1-0/+4
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-11/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-15/+15
2008-03-27Fix references to ntvfs share configAndrew Bartlett1-1/+1
2008-03-27Make oplocks a per-share option.Andrew Bartlett1-2/+1
2008-03-12opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2-9/+42
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher3-4/+6
2008-03-08opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher1-135/+109
2008-03-08opendb_tdb: correctly initialize modified to falseStefan Metzmacher1-1/+1
2008-03-07opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher3-65/+72
2008-03-07opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher1-5/+8