summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman2009-11-251-1/+1
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-2/+0
* s4:smb2srv: remove the chained file handle on closeStefan Metzmacher2009-06-091-0/+4
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+1
* check for a 0 byte in the buffer in SMB2 readAndrew Tridgell2008-09-241-0/+6
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-0/+12
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-6/+70
* fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-211-4/+3
* fixed SMB2 lockingAndrew Tridgell2008-05-211-8/+22
* smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
* smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-3/+7
* 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-181-0/+5
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-11/+11
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-16/+16
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-101-1/+5
* r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher2007-10-101-1/+32
* r17084: implement SMB2 Cancel in the server,Stefan Metzmacher2007-10-101-5/+0
* r16989: implement SMB2 Notify in the frontendStefan Metzmacher2007-10-101-1/+75
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-101-4/+19
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-101-1/+38
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-101-5/+0
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
* r16740: just say the directory is emptyStefan Metzmacher2007-10-101-1/+1
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+0
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-101-0/+5
* r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher2007-10-101-15/+0
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+39
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+27
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+32
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-1/+34
* r15753: implement SMB2 CreateStefan Metzmacher2007-10-101-1/+53
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-101-0/+15
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+74