summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* we need different error handling for truncated packets in NETPROT andAndrew Tridgell2008-09-241-2/+39
* we should terminate the connection on a bad negprot packet sizeAndrew Tridgell2008-09-241-2/+2
* cope with body_size zero in SMB2 receiveAndrew Tridgell2008-09-241-1/+2
* check for a 0 byte in the buffer in SMB2 readAndrew Tridgell2008-09-241-0/+6
* the offset is 16 bits in SMB2 fileinfoAndrew Tridgell2008-09-241-1/+1
* fixed error code for bad keepaliveAndrew Tridgell2008-09-241-1/+1
* stricter checking of SMB2 echo body (per the spec)Andrew Tridgell2008-09-241-1/+6
* smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-2/+29
* smb2srv: sign replies when the request was also signedStefan Metzmacher2008-08-142-7/+4
* smb2srv: use defines instead of hex valuesStefan Metzmacher2008-08-141-3/+3
* smb2srv: sign SMB2 Logoff repliesStefan Metzmacher2008-07-281-3/+17
* smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-283-12/+25
* fixed mandatory signingAndrew Tridgell2008-06-073-2/+7
* added server side SMB2 signingAndrew Tridgell2008-06-063-1/+57
* more updates for new info levelsAndrew Tridgell2008-06-021-1/+1
* check for requested buffer size in getinfo callAndrew Tridgell2008-05-311-0/+5
* the docs shows that this is a o16s32 blobAndrew Tridgell2008-05-301-2/+1
* fix from WSPP SMB2 test 11Andrew Tridgell2008-05-291-1/+2
* 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
* badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell2008-05-221-2/+2
* fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-211-4/+3
* fixed SMB2 lockingAndrew Tridgell2008-05-212-9/+23
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-2/+2
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* | fixed file_index referenceAndrew Tridgell2008-05-161-1/+1
* | better match WSPP doc name for find flagsAndrew Tridgell2008-05-151-1/+1
|/
* smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
* make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
* smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-6/+8
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-3/+7
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+4
* Fix build with partial linking.Jelmer Vernooij2008-02-181-1/+0
* 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-183-0/+15
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-1/+1
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-142-26/+25
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-1/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-144-1/+25
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-11/+11
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-17/+11
* fixed crash when 0 dialects (thanks metze!)Andrew Tridgell2008-02-121-2/+4
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-124-32/+32
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-7/+8
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-29/+30
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-5/+35