summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common
Commit message (Expand)AuthorAgeFilesLines
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-202-7/+7
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-204-4/+4
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-091-1/+1
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-083-11/+11
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-063-3/+3
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-036-25/+25
* source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-284-4/+4
* s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky2011-02-153-1/+41
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-11/+0
* s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett2010-05-241-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-182-9/+6
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+10
* s4-ntvfs: use TYPESAFE_QSORT() in notify codeAndrew Tridgell2010-02-131-3/+2
* s4-ntvfs: move valid lock range test from smb2 layer to generic codeAndrew Tridgell2009-11-271-0/+19
* s4:ntvfs/common: s/private/private_dataStefan Metzmacher2009-02-023-10/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-292-6/+1
* s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ...Stefan Metzmacher2008-12-292-72/+101
* Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij2008-12-232-5/+5
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-164-4/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-033-16/+68
|\
| * opendb: add write time handlingStefan Metzmacher2008-06-033-16/+68
* | smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell2008-06-022-5/+5
|/
* Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* Explicitly require event context to be specified.Jelmer Vernooij2008-04-171-0/+4
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-11/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-022-15/+15
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-2/+1
* opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-122-9/+42
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-123-4/+6
* opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher2008-03-081-135/+109
* opendb_tdb: correctly initialize modified to falseStefan Metzmacher2008-03-081-1/+1
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-073-65/+72
* opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher2008-03-071-5/+8
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-063-12/+25
* opendb: add odb_get_path()Stefan Metzmacher2008-02-293-0/+29
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-281-4/+6
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-273-115/+314
| |\
| * | Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-4/+6
* | | opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-283-18/+6
* | | opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-283-5/+18
* | | opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher2008-02-271-3/+21
| |/ |/|