summaryrefslogtreecommitdiff
path: root/source4/torture/basic/denytest.c
Commit message (Expand)AuthorAgeFilesLines
* s3,s4 torture/denytest: fix possible infinite loopAurelien Aptel2016-03-041-1/+1
* torture: Make sure we use the correct size for cxd.Andreas Schneider2012-12-121-2/+3
* Now SEC_RIGHTS_PRIV_RESTORE and SEC_RIGHTS_PRIV_BACKUP don't include any gene...Jeremy Allison2012-08-311-4/+27
* source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke2010-08-311-15/+15
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-2/+2
* s4-torture: removed more uses of typeof()Andrew Tridgell2010-03-311-64/+59
* s4:torture/basic/denytest.c - use "typeof" in a better supported syntaxMatthias Dieter Wallnöfer2010-03-301-5/+5
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-3/+3
* s4-torture: Allow the legacy DENY_FCB/DENY_DOS share modes to be ignoredZachary Loafman2009-12-031-0/+20
* torture/basic/denytest - makes the code more compatible for TRU64 (consider b...Matthias Dieter Wallnöfer2009-11-071-10/+14
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0
* s4-torture: cleanup after the MAXIMUM_ALLOWED testAndrew Tridgell2009-10-171-0/+1
* s4-torture: add a special check for administrators and privilegesAndrew Tridgell2009-10-171-6/+6
* s4-torture: show the sid we are basing privilege tests onAndrew Tridgell2009-10-171-2/+6
* s4-torture: take privileges into account in BASE-MAXIMUM_ALLOWEDAndrew Tridgell2009-10-161-10/+48
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-7/+7
* s4/torture: Add server target of OneFSSteven Danneman2009-10-061-0/+23
* s4/torture: Add SMB sharemode/access mask testsAravind Srinivasan2009-10-061-0/+681
* s4/torture: change comments to torture_failuresAravind Srinivasan2009-10-061-2/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-18/+18
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-1/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-14/+15
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22579: disable progress printing in the build-farmStefan Metzmacher2007-10-101-2/+4
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-3/+3
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-107/+50
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-7/+8
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-5/+5
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-15/+15
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-8/+22
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-12/+12
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-2/+2
* 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
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-2/+2
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-9/+9
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-23/+28
* r3608: added BASE-DENYDOS testAndrew Tridgell2007-10-101-0/+125
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2007-10-101-2/+13
* r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell2007-10-101-10/+12
* r3386: - fixed --seed option in smbtortureAndrew Tridgell2007-10-101-1/+272