summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_generic.c
Commit message (Expand)AuthorAgeFilesLines
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-191-0/+3
* s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp2015-03-181-0/+16
* s4:ntvfs: explicitly handle RAW_FILEINFO_UNIX_{BASIC,LINK} in ntvfs_map_filei...Stefan Metzmacher2014-11-251-2/+7
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-27/+27
* s4:ntvfs subsystems - rework it using concrete enum valuesMatthias Dieter Wallnöfer2011-06-161-2/+12
* s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer2011-06-091-10/+5
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-051-2/+4
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-4/+4
* s4-ntvfs: win7 does not check for the NONE smb2 lock flag on unlockAndrew Tridgell2009-11-271-1/+2
* s4-ntvfs: move valid lock range test from smb2 layer to generic codeAndrew Tridgell2009-11-271-6/+0
* s4-smb2: check for invalid SMB2 lock rangesAndrew Tridgell2009-11-271-0/+6
* s4-smb2: check for an invalid lock flags combinationAndrew Tridgell2009-11-271-0/+3
* s4:ntvfs_generic: check for valid SMB2_LOCK flagsStefan Metzmacher2009-11-181-0/+8
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* Upgrade ntvfs_map_*info to ntvfs_map_async_setup/ntvfs_map_async_finishSam Liddicott2009-06-261-33/+80
* s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher2009-02-131-3/+5
* s4:ntvfs_generic: pass RAW-OPEN againStefan Metzmacher2008-12-181-0/+2
* added some debug codeAndrew Tridgell2008-09-231-0/+2
* ntvfs_generic: fix handling of create_options for SMB2Stefan Metzmacher2008-08-141-6/+4
* it is not valid to set a UNLOCK flag on a lock requestAndrew Tridgell2008-06-031-2/+6
* smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell2008-06-021-26/+19
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-0/+2
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-4/+10
* ensure that we honor SMB2 read min_count properlyAndrew Tridgell2008-05-271-11/+1
* enforce lock ordering in SMB2Andrew Tridgell2008-05-271-27/+29
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-12/+51
* it seems that lock flags are only validated when UNLOCK is setAndrew Tridgell2008-05-271-3/+4
* 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-261-2/+16
* SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell2008-05-221-0/+5
* fixed SMB2 lockingAndrew Tridgell2008-05-211-22/+40
* 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
* ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-1/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-10/+10
* missed another spot in the SMB2 create conversionAndrew Tridgell2008-02-131-6/+6
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22865: handle pending locks in smb2Stefan Metzmacher2007-10-101-1/+5
* r22849: map smb2 lock to the generic levelStefan Metzmacher2007-10-101-10/+45
* r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2007-10-101-6/+0
* r17088: add ntvfs mapping function for notifyStefan Metzmacher2007-10-101-0/+64
* r16868: init some uninitialized valuesStefan Metzmacher2007-10-101-0/+3
* r16730: that is correct...Stefan Metzmacher2007-10-101-2/+1
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-1/+0
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-101-0/+3
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-3/+22
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-0/+17
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-2/+9