summaryrefslogtreecommitdiff
path: root/source4/torture/basic/denytest.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12torture: Make sure we use the correct size for cxd.Andreas Schneider1-2/+3
2012-08-31Now SEC_RIGHTS_PRIV_RESTORE and SEC_RIGHTS_PRIV_BACKUP don't include any gene...Jeremy Allison1-4/+27
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-08-31s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke1-15/+15
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-2/+2
2010-03-31s4-torture: removed more uses of typeof()Andrew Tridgell1-64/+59
2010-03-30s4:torture/basic/denytest.c - use "typeof" in a better supported syntaxMatthias Dieter Wallnöfer1-5/+5
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-3/+3
2009-12-03s4-torture: Allow the legacy DENY_FCB/DENY_DOS share modes to be ignoredZachary Loafman1-0/+20
2009-11-07torture/basic/denytest - makes the code more compatible for TRU64 (consider b...Matthias Dieter Wallnöfer1-10/+14
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-4/+0
2009-10-17s4-torture: cleanup after the MAXIMUM_ALLOWED testAndrew Tridgell1-0/+1
2009-10-17s4-torture: add a special check for administrators and privilegesAndrew Tridgell1-6/+6
2009-10-17s4-torture: show the sid we are basing privilege tests onAndrew Tridgell1-2/+6
2009-10-16s4-torture: take privileges into account in BASE-MAXIMUM_ALLOWEDAndrew Tridgell1-10/+48
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-7/+7
2009-10-06s4/torture: Add server target of OneFSSteven Danneman1-0/+23
2009-10-06s4/torture: Add SMB sharemode/access mask testsAravind Srinivasan1-0/+681
2009-10-06s4/torture: change comments to torture_failuresAravind Srinivasan1-2/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-18/+18
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-1/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-14/+15
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-2/+4
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-3/+3
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-107/+50
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-7/+8
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-5/+5
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-15/+15
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-8/+22
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-12/+12
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
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