summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Expand)AuthorFilesLines
2008-05-30the docs shows that this is a o16s32 blobAndrew Tridgell1-2/+1
2008-05-29fix from WSPP SMB2 test 11Andrew Tridgell1-1/+2
2008-05-29added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell1-0/+12
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell1-6/+70
2008-05-22badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell1-2/+2
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell1-4/+3
2008-05-21fixed SMB2 lockingAndrew Tridgell2-9/+23
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell1-2/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+1
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
2008-04-19smb_server/smb2: handle incoming oplock releasesStefan Metzmacher1-1/+30
2008-04-17make smb2 read and write size configurableAndrew Tridgell1-3/+6
2008-04-17smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher1-0/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-6/+8
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell1-3/+7
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher1-0/+4
2008-02-18Fix build with partial linking.Jelmer Vernooij1-1/+0
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell3-0/+15
2008-02-14Remove type before variables in data.mkJelmer Vernooij1-1/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2-26/+25
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell1-0/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-1/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell4-1/+25
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell1-11/+11
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-17/+11
2008-02-12fixed crash when 0 dialects (thanks metze!)Andrew Tridgell1-2/+4
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell4-32/+32
2008-02-12converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell1-7/+8
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell1-29/+30
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-5/+35
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-0/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij3-4/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij2-0/+3
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-10/+14
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij8-39/+39
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2-2/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij3-3/+5
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell9-27/+18