Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-02-18 | Fix build with partial linking. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-18 | 3 places where the VFS backend doesn't handle NULL strings. | Andrew Tridgell | 3 | -0/+15 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 1 | -1/+1 |
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 2 | -26/+25 |
2008-02-14 | A better way to handle the different format of RenameInformation in SMB2 | Andrew Tridgell | 1 | -0/+5 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 1 | -1/+1 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 4 | -1/+25 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 1 | -11/+11 |
2008-02-13 | updated SMB2 tcon as per WSPP docs | Andrew Tridgell | 1 | -17/+11 |
2008-02-12 | fixed crash when 0 dialects (thanks metze!) | Andrew Tridgell | 1 | -2/+4 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 4 | -32/+32 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 1 | -7/+8 |
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 1 | -29/+30 |
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 1 | -5/+35 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 3 | -4/+4 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 2 | -0/+3 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 8 | -39/+39 |