summaryrefslogtreecommitdiff
path: root/source4/torture/basic/denytest.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-2/+2
2007-10-10r9406: Add const.Andrew Bartlett1-3/+3
2007-10-10r9047: show the order of the server/correct output to make it easier to demo ...Andrew Tridgell1-0/+2
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-2/+2
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-9/+9
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-23/+28
2007-10-10r3608: added BASE-DENYDOS testAndrew Tridgell1-0/+125
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
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
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-3/+3
2007-10-10r3203: moved more test functions into torture/basic/*.cAndrew Tridgell1-0/+50
2007-10-10r3148: make --failures work for the BASE-DENY1 and BASE-DENY2 testsAndrew Tridgell1-11/+20
2007-10-10r2551: Add const.Andrew Bartlett1-2/+2
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-24/+24
2007-10-10r1228: use int64_t instead of long longStefan Metzmacher1-2/+2
2007-10-10r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison1-2/+18
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2004-03-26- moved some of the base tests into torture/basic/Andrew Tridgell1-0/+1578