summaryrefslogtreecommitdiffstats
path: root/source4/torture/basic
Commit message (Expand)AuthorAgeFilesLines
* r12154: Torture test for bug # 3303.Volker Lendecke2007-10-101-0/+125
* r12150: ReformattingVolker Lendecke2007-10-101-8/+15
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-2/+2
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r9431: Check an error code in BASE-DELETE.Volker Lendecke2007-10-101-2/+13
* r9406: Add const.Andrew Bartlett2007-10-101-3/+3
* r9047: show the order of the server/correct output to make it easier to demo ...Andrew Tridgell2007-10-101-0/+2
* r8895: work around broken glibc strrchr function that gives valgrind errors o...Andrew Tridgell2007-10-101-0/+2
* r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There isAndrew Tridgell2007-10-101-2/+4
* r8780: make numops controllable in BASE-DISCONNECTAndrew Tridgell2007-10-101-1/+2
* r8522: fixed another couple of size_t warningsAndrew Tridgell2007-10-101-2/+2
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-105-12/+18
* r8185: Delete on close on directories:Volker Lendecke2007-10-101-0/+137
* r8182: Little more testing delete-on-close: Check flag with qfileinfo.Volker Lendecke2007-10-101-16/+79
* r8179: Delete-on-close is really a shared DB. Setting it on one connection(!)...Volker Lendecke2007-10-101-84/+138
* r8177: More explorations.Volker Lendecke2007-10-101-1/+46
* r8176: Exploring the share mode database...Volker Lendecke2007-10-101-0/+39
* r8117: fixed a bunch more dos error code handing.Andrew Tridgell2007-10-104-21/+21
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-3/+7
* r5730: More fun with delayed write semantics with multiple file handlesJeremy Allison2007-10-101-2/+168
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-1010-0/+13
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-104-12/+12
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-1/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-8/+8
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-2/+2
* r4445: put the unlink test in a subdirectory, and ensure it cleans upAndrew Tridgell2007-10-101-2/+6
* r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup...Andrew Tridgell2007-10-101-12/+30
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-104-21/+21
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-102-2/+2
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-106-10/+10
* r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-1010-81/+123
* r3975: added LFN filesystem attribute bit definition from etherealAndrew Tridgell2007-10-101-1/+1
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-7/+7
* r3958: fix the build for nowStefan Metzmacher2007-10-101-1/+1
* r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list ofAndrew Tridgell2007-10-101-0/+129
* r3888: Just proving :-) to tridge that a Setfileinfo with a modifiedJeremy Allison2007-10-101-2/+17
* r3887: Much better understanding of delayed write time, and the interactionJeremy Allison2007-10-101-4/+80
* r3886: Trying to understand delayed file write update times. Added anotherJeremy Allison2007-10-101-0/+97
* r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell2007-10-106-34/+293
* r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent byAndrew Tridgell2007-10-101-0/+7
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-0/+163
* r3608: added BASE-DENYDOS testAndrew Tridgell2007-10-101-0/+125
* r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell2007-10-101-8/+8
* r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2007-10-102-2/+111