summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+10
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-2/+2
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-241-5/+12
* s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell2009-12-101-3/+2
* s4-smb2: use new GUID function in smb2 negprotAndrew Tridgell2009-12-101-3/+2
* s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 CancelStefan Metzmacher2009-11-271-2/+4
* s4-smb2: sequence numbers are not checked in SMB2_OP_CANCELAndrew Tridgell2009-11-271-1/+2
* 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-198-15/+0
* 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