summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Expand)AuthorAgeFilesLines
* Remove debug code added in error.Jeremy Allison2008-11-081-13/+2
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-5/+18
* Start factoring out the inheritance differences.Jeremy Allison2008-11-061-1/+3
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-041-1/+1
* Trigger (and fix) a bug in Samba3 making smbd an infinite data sourceVolker Lendecke2008-11-042-0/+81
* Be more verbose about a directory ACL error.Jeremy Allison2008-11-031-0/+5
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-025-2/+8
* Fix the build.Jelmer Vernooij2008-11-024-4/+2
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-022-2/+8
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-023-0/+5
* RAW-ACLS: test the behavior of NULL DACL vs. empty DACLStefan Metzmacher2008-10-281-0/+244
* Remove unused include param/param.h.Jelmer Vernooij2008-10-249-9/+0
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-244-2/+7
* Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke2008-10-141-0/+70
* Use const.Jelmer Vernooij2008-10-101-5/+5
* Use a getatr instead to make things cleaner.root2008-09-301-2/+4
* Add in test name visible on the wire or in debug logs so you can see when par...Jeremy Allison2008-09-301-16/+17
* Cope with API changes.Jelmer Vernooij2008-09-302-3/+6
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-303-0/+3
* Remove global_loadparm instance.Jelmer Vernooij2008-09-301-1/+1
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-302-9/+22
* Add test to show you can open for delete a readonly file.Jeremy Allison2008-09-261-0/+59
* fixed the data in SAVEFILE op in RAW-OFFLINEAndrew Tridgell2008-08-241-1/+1
* show the bad data in RAW-OFFLINEAndrew Tridgell2008-08-241-3/+10
* don't use zero data for the first file in RAW-OFFLINEAndrew Tridgell2008-08-231-2/+2
* RAW-OPEN: be more strict in create_option checkingStefan Metzmacher2008-08-141-2/+11
* expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell2008-08-141-0/+35
* Fix RAW-OPEN against Samba3Volker Lendecke2008-07-191-0/+1
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-181-34/+22
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-161-0/+56
* check use of mincnt past EOF in SMBAndrew Tridgell2008-05-261-0/+17
* RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
* smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2008-05-202-0/+203
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-272-3/+3
* Fix more failing tests to pass the event context.Simo Sorce2008-04-222-2/+2
* Fix buildSimo Sorce2008-04-211-0/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+2
* smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.James Peach2008-04-212-0/+321
* Fix the build.Jelmer Vernooij2008-04-173-4/+4
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-173-13/+10
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-6/+4
* Avoid event_find_context when a event context is already available.Jelmer Vernooij2008-04-161-2/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0219-1/+20
* smbtorture: fix typos in RAW-OPLOCK output.Michael Adam2008-03-181-2/+2
* RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher2008-03-171-33/+55
* RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher2008-03-171-7/+17
* RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher2008-03-121-15/+50
* RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher2008-03-121-0/+2
* RAW-STREAMS: do what the comments sayStefan Metzmacher2008-03-121-3/+5
* Added test_nttransrename() to test Metze's new code.Jeremy Allison2008-03-112-1/+92