summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Let ntvfs request transport close via ntvfs_request stateSam Liddicott1-0/+10
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2-2/+2
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-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-2/+39
2008-09-24we should terminate the connection on a bad negprot packet sizeAndrew Tridgell1-2/+2
2008-09-24cope with body_size zero in SMB2 receiveAndrew Tridgell1-1/+2
2008-09-24check for a 0 byte in the buffer in SMB2 readAndrew Tridgell1-0/+6
2008-09-24the offset is 16 bits in SMB2 fileinfoAndrew Tridgell1-1/+1
2008-09-24fixed error code for bad keepaliveAndrew Tridgell1-1/+1
2008-09-24stricter checking of SMB2 echo body (per the spec)Andrew Tridgell1-1/+6
2008-08-14smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher1-2/+29
2008-08-14smb2srv: sign replies when the request was also signedStefan Metzmacher2-7/+4
2008-08-14smb2srv: use defines instead of hex valuesStefan Metzmacher1-3/+3
2008-07-28smb2srv: sign SMB2 Logoff repliesStefan Metzmacher1-3/+17
2008-07-28smb2srv: correctly hold the signing state per sessionStefan Metzmacher3-12/+25
2008-06-07fixed mandatory signingAndrew Tridgell3-2/+7
2008-06-06added server side SMB2 signingAndrew Tridgell3-1/+57
2008-06-02more updates for new info levelsAndrew Tridgell1-1/+1
2008-05-31check for requested buffer size in getinfo callAndrew Tridgell1-0/+5
2008-05-30the docs shows that this is a o16s32 blobAndrew Tridgell1-2/+1
2008-05-29fix from WSPP SMB2 test 11Andrew Tridgell1-1/+2
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-22badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell1-2/+2
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell1-4/+3
2008-05-21fixed SMB2 lockingAndrew Tridgell2-9/+23
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell1-2/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+1
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
2008-04-19smb_server/smb2: handle incoming oplock releasesStefan Metzmacher1-1/+30
2008-04-17make smb2 read and write size configurableAndrew Tridgell1-3/+6
2008-04-17smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher1-0/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-6/+8
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell1-3/+7
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher1-0/+4
2008-02-18Fix build with partial linking.Jelmer Vernooij1-1/+0
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell3-0/+15
2008-02-14Remove type before variables in data.mkJelmer Vernooij1-1/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2-26/+25
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell1-0/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-1/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell4-1/+25
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell1-11/+11
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-17/+11
2008-02-12fixed crash when 0 dialects (thanks metze!)Andrew Tridgell1-2/+4