summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-183-4/+4
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-4/+6
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-183-4/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-256-121/+171
|\
| * smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
| * Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
| * Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-172-3/+5
| |\
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-172-3/+7
| | |\
| | * | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-172-3/+5
| * | | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
| | |/ | |/|
| * | make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
| * | smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
| |/
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-143-19/+25
| * fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-3/+7
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-085-0/+6
|\|
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-025-0/+6
* | Merge v4.0-testJelmer Vernooij2008-03-281-1/+24
|\|
| * smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher2008-03-111-1/+24
* | Fix the build.Jelmer Vernooij2008-03-081-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-073-5/+15
|\|
| * Use 32 bit storage for nttrans countsAmin Azez2008-03-071-5/+5
| * ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-062-0/+10
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-033-19/+25
|/
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-211-1/+1
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
* More share_init to more apprioriate place.Jelmer Vernooij2008-02-211-0/+1
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-2/+2
* Fix build with partial linking.Jelmer Vernooij2008-02-182-2/+0
* 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-183-0/+15
* Remove type before variables in data.mkJelmer Vernooij2008-02-142-2/+2
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-142-26/+25
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-142-13/+30
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-143-12/+24
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-1413-107/+144
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-11/+11
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-17/+11
* fixed crash when 0 dialects (thanks metze!)Andrew Tridgell2008-02-121-2/+4
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-124-32/+32
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-7/+8
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-29/+30
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-123-6/+37
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-13/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* Fix sending of large nttrans responses.Amin Azez2008-02-011-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-052-3/+5
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-012-3/+3
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-013-3/+3
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-1/+1
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1