summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Expand)AuthorAgeFilesLines
* added a test that triggers a bug in the Samba3 notify codeAndrew Tridgell2009-03-101-0/+169
* And the prize for the most pain caused in the build farm for a simpleJeremy Allison2009-02-271-1/+1
* Add another torture test inspired by George @ Apple.Jeremy Allison2009-02-261-0/+86
* Added torture test from a usage case from the Apple OS/X client.Jeremy Allison2009-02-241-0/+119
* s4 torture: Add comment to clarify testZack Kirsch2009-02-201-0/+3
* Added torture tests to RAW-NOTIFYSteven Danneman2009-02-201-2/+150
* s4 torture: Add new test to create a file with a lot of streamsTim Prouty2009-02-181-0/+45
* s4 torture: Add additional streams create disposition testTim Prouty2009-02-181-0/+20
* s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan2009-02-131-0/+83
* s4 torture: Smbtorture additions for Windows BRLZack Kirsch2009-02-111-5/+566
* s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch2009-02-111-2/+0
* s4 torture: Change nttransrename to use a normal access maskTim Prouty2009-02-101-1/+1
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-024-18/+18
* s4:torture: s/private/private_dataStefan Metzmacher2009-02-022-14/+14
* s4 torture: Add new create disposition test to RAW-STREAMSTim Prouty2009-01-091-1/+167
* added support for stream renames in Samba4Andrew Tridgell2009-01-071-1/+2
* s4 torture: Add more rename tests to RAW-STREAMSTim Prouty2009-01-041-3/+198
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-295-19/+19
* Fix more compiler warnings.Jelmer Vernooij2008-12-232-2/+1
* Make it clearer when RAW-STREAMS is failing (don't always print names).Jeremy Allison2008-12-221-4/+6
* Add torture test for bug #5986 - streams rename, so we don't regress.Jeremy Allison2008-12-191-0/+98
* RAW-CHKPATH: not every server behaves like samba3...Stefan Metzmacher2008-12-181-1/+1
* Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH2...Jeremy Allison2008-12-171-4/+0
* Added torture test for doing an openX over a directoryJeremy Allison2008-12-131-0/+47
* RAW-STREAMS: test stream renamesStefan Metzmacher2008-12-011-8/+74
* RAW-STREAMS: some more tests...Stefan Metzmacher2008-12-011-18/+180
* RAW-STREAMS: test valid character in the range of 0x01 => 0x7FStefan Metzmacher2008-12-011-0/+69
* RAW-STREAMS: check some strange stream name combinationsStefan Metzmacher2008-12-011-0/+102
* RAW-CHKPATH: test every character in the range of 0x01 => 0x7FStefan Metzmacher2008-12-011-0/+81
* 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