summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of dependencies.Jelmer Vernooij2008-05-182-2/+2
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-183-6/+6
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-6/+12
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-185-18/+18
* Fix LDB module initialization when using external ldb.Jelmer Vernooij2008-05-111-1/+4
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-104-39/+15
|\
| * pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-074-39/+15
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2511-15/+68
|\|
| * ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher2008-04-191-0/+17
| * ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher2008-04-191-3/+3
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-172-3/+28
| |\
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-171-2/+26
| | |\
| | | * ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-158-63/+54
| | |\|
| | * | fixed a valgrind error in id mappingAndrew Tridgell2008-04-141-1/+1
| | * | fixed an unitialised write warning in valgrindAndrew Tridgell2008-04-141-0/+1
| * | | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-173-5/+11
| * | | Require explicit event context rather than looking if it is not specified.Jelmer Vernooij2008-04-171-1/+1
| * | | Explicitly require event context to be specified.Jelmer Vernooij2008-04-172-1/+5
| * | | Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+0
| * | | Use readily available event context.Jelmer Vernooij2008-04-161-1/+1
| | |/ | |/|
| * | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-145-63/+42
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-1/+2
| |\|
| | * fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-1/+2
| * | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-143-0/+12
| |/
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0814-184/+330
|\|
| * ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-024-49/+166
| * ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin2008-04-021-22/+50
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-029-112/+113
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-281-2/+1
|\|
| * Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
| * Make oplocks a per-share option.Andrew Bartlett2008-03-271-2/+1
* | Merge v4.0-testJelmer Vernooij2008-03-2813-52/+594
|\ \
| * | opendb_tdb: enable oplocks per defaultStefan Metzmacher2008-03-271-1/+1
| |/
| * pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
| * pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
| * pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
| * pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher2008-03-121-4/+54
| * pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher2008-03-121-2/+2
| * opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-122-9/+42
| * ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher2008-03-123-0/+233
| * ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher2008-03-123-0/+215
| * pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher2008-03-121-31/+30
| * opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-123-4/+6
| * ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-121-0/+7
| * pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher2008-03-121-1/+10
| * pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-111-0/+3
* | Fix the build.Jelmer Vernooij2008-03-082-0/+11
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-082-2/+0