summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* s4:smb2srv: don't allow the related flag on the first request in a compounded...Stefan Metzmacher2009-06-091-0/+7
* s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher2009-06-092-5/+18
* s4:smb2srv: remove old TODO comment, we already check the seqnumStefan Metzmacher2009-06-091-2/+0
* s4:smb2srv: fix handling of multiple compounded requestsStefan Metzmacher2009-06-091-7/+12
* s4:smb2srv: remove the chained file handle on closeStefan Metzmacher2009-06-091-0/+4
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-261-5/+12
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-7/+7
* s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher2009-05-111-0/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-133-21/+22
* s4:smb_server: s/private/private_dataStefan Metzmacher2009-02-022-4/+4
* Let ntvfs request transport close via ntvfs_request stateSam Liddicott2008-12-051-0/+10
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-022-2/+2
* 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
* 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