summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
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-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
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 Tridgell3-6/+37
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-13/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-02-01Fix sending of large nttrans responses.Amin Azez1-1/+1
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2-3/+5
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2-3/+3
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij3-3/+3
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij1-1/+1
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij2-2/+2