summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij1-0/+5
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-0/+5
2008-05-26Cope with no server being active.Jelmer Vernooij1-2/+2
2008-05-23fix make test for EAs againAndrew Tridgell1-2/+2
2008-05-22pass in the required alignment to the EA construction routinesAndrew Tridgell1-2/+2
2008-05-22fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell1-1/+2
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 Tridgell3-8/+10
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij3-4/+4
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij3-4/+6
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij3-4/+4
2008-05-16fixed warningAndrew Tridgell1-1/+2
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij6-121/+171
2008-04-19smb_server/smb2: handle incoming oplock releasesStefan Metzmacher1-1/+30
2008-04-18Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez1-10/+21
2008-04-18Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez1-99/+99
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2-3/+5
2008-04-17fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell1-3/+3
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-3/+7
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2-3/+5
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 Vernooij3-19/+25
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell1-3/+7
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij5-0/+6
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij5-0/+6
2008-03-28Merge v4.0-testJelmer Vernooij1-1/+24
2008-03-11smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher1-1/+24
2008-03-08Fix the build.Jelmer Vernooij1-1/+1
2008-03-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij3-5/+15
2008-03-07Use 32 bit storage for nttrans countsAmin Azez1-5/+5
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2-0/+10
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij3-19/+25
2008-02-21Remove yet more global_loadparm instances.Jelmer Vernooij1-1/+1
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-1/+1
2008-02-21More share_init to more apprioriate place.Jelmer Vernooij1-0/+1
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-2/+2
2008-02-18Fix build with partial linking.Jelmer Vernooij2-2/+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 Vernooij2-2/+2
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 Tridgell2-13/+30
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell3-12/+24
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell13-107/+144
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