Age | Commit message (Expand) | Author | Files | Lines |
2009-06-09 | s4:smb2srv: don't allow the related flag on the first request in a compounded... | Stefan Metzmacher | 1 | -0/+7 |
2009-06-09 | s4:smb2srv: correctly fail remaining compounded requests after a failure | Stefan Metzmacher | 2 | -5/+18 |
2009-06-09 | s4:smb2srv: remove old TODO comment, we already check the seqnum | Stefan Metzmacher | 1 | -2/+0 |
2009-06-09 | s4:smb2srv: fix handling of multiple compounded requests | Stefan Metzmacher | 1 | -7/+12 |
2009-06-09 | s4:smb2srv: remove the chained file handle on close | Stefan Metzmacher | 1 | -0/+4 |
2009-05-26 | s4:smb2srv: We only support SMB 2.002. | Stefan Metzmacher | 1 | -5/+12 |
2009-05-20 | Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename | Sam Liddicott | 1 | -7/+7 |
2009-05-11 | s4:smb_server: return after we have processed an invalid smb2 request | Stefan Metzmacher | 1 | -0/+2 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 3 | -21/+22 |
2009-02-02 | s4:smb_server: s/private/private_data | Stefan Metzmacher | 2 | -4/+4 |
2008-12-05 | Let ntvfs request transport close via ntvfs_request state | Sam Liddicott | 1 | -0/+10 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2 | -2/+2 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | we need different error handling for truncated packets in NETPROT and | Andrew Tridgell | 1 | -2/+39 |
2008-09-24 | we should terminate the connection on a bad negprot packet size | Andrew Tridgell | 1 | -2/+2 |
2008-09-24 | cope with body_size zero in SMB2 receive | Andrew Tridgell | 1 | -1/+2 |
2008-09-24 | check for a 0 byte in the buffer in SMB2 read | Andrew Tridgell | 1 | -0/+6 |
2008-09-24 | the offset is 16 bits in SMB2 fileinfo | Andrew Tridgell | 1 | -1/+1 |
2008-09-24 | fixed error code for bad keepalive | Andrew Tridgell | 1 | -1/+1 |
2008-09-24 | stricter checking of SMB2 echo body (per the spec) | Andrew Tridgell | 1 | -1/+6 |
2008-08-14 | smb2srv: async replies with STATUS_PENDING are not signed | Stefan Metzmacher | 1 | -2/+29 |
2008-08-14 | smb2srv: sign replies when the request was also signed | Stefan Metzmacher | 2 | -7/+4 |
2008-08-14 | smb2srv: use defines instead of hex values | Stefan Metzmacher | 1 | -3/+3 |
2008-07-28 | smb2srv: sign SMB2 Logoff replies | Stefan Metzmacher | 1 | -3/+17 |
2008-07-28 | smb2srv: correctly hold the signing state per session | Stefan Metzmacher | 3 | -12/+25 |
2008-06-07 | fixed mandatory signing | Andrew Tridgell | 3 | -2/+7 |
2008-06-06 | added server side SMB2 signing | Andrew Tridgell | 3 | -1/+57 |
2008-06-02 | more updates for new info levels | Andrew Tridgell | 1 | -1/+1 |
2008-05-31 | check for requested buffer size in getinfo call | Andrew Tridgell | 1 | -0/+5 |
2008-05-30 | the docs shows that this is a o16s32 blob | Andrew Tridgell | 1 | -2/+1 |
2008-05-29 | fix from WSPP SMB2 test 11 | Andrew Tridgell | 1 | -1/+2 |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 1 | -0/+12 |
2008-05-28 | implement the documented SMB2 create blobs in the server | Andrew Tridgell | 1 | -6/+70 |
2008-05-22 | badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER | Andrew Tridgell | 1 | -2/+2 |
2008-05-21 | fixed SMB2 flush call, and added flush to gentest_smb2 | Andrew Tridgell | 1 | -4/+3 |
2008-05-21 | fixed SMB2 locking | Andrew Tridgell | 2 | -9/+23 |
2008-05-19 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 1 | -2/+2 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-16 | fixed file_index reference | Andrew Tridgell | 1 | -1/+1 |
2008-05-15 | better match WSPP doc name for find flags | Andrew Tridgell | 1 | -1/+1 |
2008-04-19 | smb_server/smb2: handle incoming oplock releases | Stefan Metzmacher | 1 | -1/+30 |
2008-04-17 | make smb2 read and write size configurable | Andrew Tridgell | 1 | -3/+6 |
2008-04-17 | smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo... | Stefan Metzmacher | 1 | -0/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -6/+8 |
2008-04-14 | fill in unknown fields in SMB2 READ call | Andrew Tridgell | 1 | -3/+7 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+2 |
2008-03-06 | ntvfs: pass down the client capabilities into the ntvfs layer | Stefan Metzmacher | 1 | -0/+4 |