summaryrefslogtreecommitdiff
path: root/source4/torture/basic
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There isAndrew Tridgell1-2/+4
2007-10-10r8780: make numops controllable in BASE-DISCONNECTAndrew Tridgell1-1/+2
2007-10-10r8522: fixed another couple of size_t warningsAndrew Tridgell1-2/+2
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell5-12/+18
2007-10-10r8185: Delete on close on directories:Volker Lendecke1-0/+137
2007-10-10r8182: Little more testing delete-on-close: Check flag with qfileinfo.Volker Lendecke1-16/+79
2007-10-10r8179: Delete-on-close is really a shared DB. Setting it on one connection(!)...Volker Lendecke1-84/+138
2007-10-10r8177: More explorations.Volker Lendecke1-1/+46
2007-10-10r8176: Exploring the share mode database...Volker Lendecke1-0/+39
2007-10-10r8117: fixed a bunch more dos error code handing.Andrew Tridgell4-21/+21
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-3/+7
2007-10-10r5730: More fun with delayed write semantics with multiple file handlesJeremy Allison1-2/+168
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell10-0/+13
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell4-12/+12
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-1/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-8/+8
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-2/+2
2007-10-10r4445: put the unlink test in a subdirectory, and ensure it cleans upAndrew Tridgell1-2/+6
2007-10-10r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup...Andrew Tridgell1-12/+30
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher4-21/+21
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-2/+2
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2-2/+2
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell6-10/+10
2007-10-10r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell10-81/+123
2007-10-10r3975: added LFN filesystem attribute bit definition from etherealAndrew Tridgell1-1/+1
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-7/+7
2007-10-10r3958: fix the build for nowStefan Metzmacher1-1/+1
2007-10-10r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list ofAndrew Tridgell1-0/+129
2007-10-10r3888: Just proving :-) to tridge that a Setfileinfo with a modifiedJeremy Allison1-2/+17
2007-10-10r3887: Much better understanding of delayed write time, and the interactionJeremy Allison1-4/+80
2007-10-10r3886: Trying to understand delayed file write update times. Added anotherJeremy Allison1-0/+97
2007-10-10r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell6-34/+293
2007-10-10r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent byAndrew Tridgell1-0/+7
2007-10-10r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell1-0/+163
2007-10-10r3608: added BASE-DENYDOS testAndrew Tridgell1-0/+125
2007-10-10r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell1-8/+8
2007-10-10r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2-2/+111
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-4/+3
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell2-0/+2
2007-10-10r3426: removed 2 unused files, and some unused variablesAndrew Tridgell1-459/+0
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell4-0/+4
2007-10-10r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell1-2/+13
2007-10-10r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell1-10/+12
2007-10-10r3386: - fixed --seed option in smbtortureAndrew Tridgell1-1/+272