summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* | pvfs_open: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-8/+12
* | opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-263-13/+14
* | pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher2008-02-261-0/+3
* | opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher2008-02-261-2/+5
* | opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher2008-02-261-89/+102
* | opendb_tdb: add force break to none logicStefan Metzmacher2008-02-261-2/+7
* | opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher2008-02-261-2/+35
* | opendb_tdb: grant level2 oplocksStefan Metzmacher2008-02-261-9/+23
* | opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-263-1/+45
* | opendb: add odb_update_oplock() callStefan Metzmacher2008-02-253-2/+51
* | opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2008-02-252-5/+27
* | opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-253-0/+12
* | pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher2008-02-251-34/+8
* | pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher2008-02-251-17/+28
* | pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher2008-02-251-0/+4
* | pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher2008-02-251-4/+4
* | pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher2008-02-251-8/+10
* | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher2008-02-251-16/+14
* | pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher2008-02-251-4/+12
* | pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher2008-02-251-2/+26
* | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
* | pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
* | pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
|/
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-8/+11
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-4/+4
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-1/+1
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+3
* we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell2008-02-141-3/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-13/+24
* missed another spot in the SMB2 create conversionAndrew Tridgell2008-02-131-6/+6
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-2/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-131-4/+16
|\
| * Fix open file tracking in vfs_cifs so that oplock breaks can propagateAmin Azez2008-02-121-4/+16
* | updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-3/+5
|/
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-4/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-054-18/+20
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+6
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-013-4/+6
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-013-5/+5
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-242-2/+2
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-242-2/+2
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-212-3/+3
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-213-2/+4
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-2/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-213-6/+8