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