summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-06opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher3-12/+25
2008-02-29opendb: add odb_get_path()Stefan Metzmacher3-0/+29
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij1-4/+6
2008-02-28opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher3-18/+6
2008-02-28opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher3-5/+18
2008-02-27opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher1-3/+21
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij3-115/+314
2008-02-26opendb_tdb: with break_to_none attribute only opens also break oplocksStefan Metzmacher1-2/+9
2008-02-26opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher3-15/+11
2008-02-26opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher3-13/+14
2008-02-26opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher1-2/+5
2008-02-26opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher1-89/+102
2008-02-26opendb_tdb: add force break to none logicStefan Metzmacher1-2/+7
2008-02-26opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher1-2/+35