summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell3-3/+3
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell8-58/+109
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell6-14/+54
2008-02-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell17-96/+114
2008-02-14we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell1-3/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell8-30/+59
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell28-157/+246
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij4-19/+39
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij2-32/+22
2008-02-13Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij4-16/+16
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij21-144/+208
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij3-8/+2
2008-02-13torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.resultStefan Metzmacher1-2/+0
2008-02-13torture/eventlog: fix crash bugs!Stefan Metzmacher1-0/+8
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
2008-02-13idl_types: remove unused lstringStefan Metzmacher1-5/+0
2008-02-13spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any moreStefan Metzmacher2-12/+21
2008-02-13Makefile: --enable-automatic-dependencies usageStefan Metzmacher1-1/+1
2008-02-13missed another spot in the SMB2 create conversionAndrew Tridgell1-6/+6
2008-02-13missed a spot in the SMB2 create conversionAndrew Tridgell1-3/+3
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell8-4/+148
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell8-80/+109
2008-02-13Add simple test for ETT_FIELD.Jelmer Vernooij1-1/+4
2008-02-13Support ETT_FIELD keyword.Julien Kerihuel2-0/+23
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-2/+2
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij4-1/+59
2008-02-13Add python version of newuser.py.Jelmer Vernooij1-0/+61
2008-02-13Fix invalid symbol.Jelmer Vernooij1-3/+5
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell16-98/+54
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell7-33/+58
2008-02-12Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2-2/+2
2008-02-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij6-65/+20
2008-02-12Fix subunit runner exit codes.Jelmer Vernooij2-2/+4
2008-02-12Correctly increment counters in Subunit test runner.Jelmer Vernooij2-4/+5
2008-02-12librpc: remove special support for fixed length stringsStefan Metzmacher3-58/+1
2008-02-12spoolss.idl: don't use string32 anymore and use an charset() arrayStefan Metzmacher1-2/+2
2008-02-12nbt.idl: don't use astring15 anymore and use an charset() arrayStefan Metzmacher1-1/+1
2008-02-12Fix open file tracking in vfs_cifs so that oplock breaks can propagateAmin Azez1-4/+16
2008-02-12Support using shared library during testsuite run if tdb was built with a sha...Jelmer Vernooij1-2/+2
2008-02-12make sure libraries are built before attempting to install.Jelmer Vernooij1-2/+2
2008-02-12Specify PICFLAG when compiling python modules.Jelmer Vernooij2-2/+2
2008-02-12[PATCH] composite: make it possible to call composite_is_ok() without callbac...Stefan Metzmacher1-18/+13
2008-02-12Make sure talloc.so is build before installing.Jelmer Vernooij1-2/+2
2008-02-12Fix installation of python module for ldb and tdb.Jelmer Vernooij2-1/+4
2008-02-12fixed crash when 0 dialects (thanks metze!)Andrew Tridgell1-2/+4
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell12-55/+56
2008-02-12converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell3-32/+28
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell4-64/+66
2008-02-12added some helper functions for GUID handlingAndrew Tridgell1-0/+41