summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* make the SEC_STD_SYNCHRONIZE test more specificAndrew Tridgell2008-05-271-2/+5
* SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell2008-05-271-1/+10
* check for some more invalid bits in smb2 createAndrew Tridgell2008-05-271-0/+9
* Vista returns ACCESS_DENIED hereAndrew Tridgell2008-05-271-1/+1
* check invalid create options in the right orderAndrew Tridgell2008-05-271-1/+8
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-262-13/+43
* fill in reserved field on SMB2 flushAndrew Tridgell2008-05-261-0/+1
* allow larger streams using the TDB backendAndrew Tridgell2008-05-261-4/+9
* pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher2008-05-231-1/+8
* pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2008-05-232-1/+9
* pvfs_streams: directories don't have streamsStefan Metzmacher2008-05-231-0/+7
* fix make test for EAs againAndrew Tridgell2008-05-232-4/+5
* SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell2008-05-221-0/+5
* fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell2008-05-221-1/+12
* check for invalid file attribute values in createAndrew Tridgell2008-05-221-0/+4
* fixed SMB2 lockingAndrew Tridgell2008-05-211-22/+40
* check the creation options where the client can require a path to be aAndrew Tridgell2008-05-201-0/+14
* added SMB2 proxying of rmdirAndrew Tridgell2008-05-191-1/+12
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-195-24/+30
|\
| * 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
* | added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-1/+8
* | added SMB2 proxying for unlinkAndrew Tridgell2008-05-161-427/+43
* | added handlers for connect, search_first and fsinfo. Andrew Tridgell2008-05-151-152/+225
* | started new vfs_smb2 moduleAndrew Tridgell2008-05-153-0/+1152
|/
* 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