summaryrefslogtreecommitdiff
path: root/source4/torture/raw
AgeCommit message (Expand)AuthorFilesLines
2009-03-10added a test that triggers a bug in the Samba3 notify codeAndrew Tridgell1-0/+169
2009-02-27And the prize for the most pain caused in the build farm for a simpleJeremy Allison1-1/+1
2009-02-26Add another torture test inspired by George @ Apple.Jeremy Allison1-0/+86
2009-02-24Added torture test from a usage case from the Apple OS/X client.Jeremy Allison1-0/+119
2009-02-20s4 torture: Add comment to clarify testZack Kirsch1-0/+3
2009-02-20Added torture tests to RAW-NOTIFYSteven Danneman1-2/+150
2009-02-18s4 torture: Add new test to create a file with a lot of streamsTim Prouty1-0/+45
2009-02-18s4 torture: Add additional streams create disposition testTim Prouty1-0/+20
2009-02-13s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan1-0/+83
2009-02-11s4 torture: Smbtorture additions for Windows BRLZack Kirsch1-5/+566
2009-02-11s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch1-2/+0
2009-02-10s4 torture: Change nttransrename to use a normal access maskTim Prouty1-1/+1
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher4-18/+18
2009-02-02s4:torture: s/private/private_dataStefan Metzmacher2-14/+14
2009-01-09s4 torture: Add new create disposition test to RAW-STREAMSTim Prouty1-1/+167
2009-01-07added support for stream renames in Samba4Andrew Tridgell1-1/+2
2009-01-04s4 torture: Add more rename tests to RAW-STREAMSTim Prouty1-3/+198
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher5-19/+19
2008-12-23Fix more compiler warnings.Jelmer Vernooij2-2/+1
2008-12-22Make it clearer when RAW-STREAMS is failing (don't always print names).Jeremy Allison1-4/+6
2008-12-19Add torture test for bug #5986 - streams rename, so we don't regress.Jeremy Allison1-0/+98
2008-12-18RAW-CHKPATH: not every server behaves like samba3...Stefan Metzmacher1-1/+1
2008-12-17Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH2...Jeremy Allison1-4/+0
2008-12-13Added torture test for doing an openX over a directoryJeremy Allison1-0/+47
2008-12-01RAW-STREAMS: test stream renamesStefan Metzmacher1-8/+74
2008-12-01RAW-STREAMS: some more tests...Stefan Metzmacher1-18/+180
2008-12-01RAW-STREAMS: test valid character in the range of 0x01 => 0x7FStefan Metzmacher1-0/+69
2008-12-01RAW-STREAMS: check some strange stream name combinationsStefan Metzmacher1-0/+102
2008-12-01RAW-CHKPATH: test every character in the range of 0x01 => 0x7FStefan Metzmacher1-0/+81
2008-11-08Remove debug code added in error.Jeremy Allison1-13/+2
2008-11-08Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison1-5/+18
2008-11-06Start factoring out the inheritance differences.Jeremy Allison1-1/+3
2008-11-04Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison1-1/+1
2008-11-04Trigger (and fix) a bug in Samba3 making smbd an infinite data sourceVolker Lendecke2-0/+81
2008-11-03Be more verbose about a directory ACL error.Jeremy Allison1-0/+5
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij5-2/+8
2008-11-02Fix the build.Jelmer Vernooij4-4/+2
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2-2/+8
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij3-0/+5
2008-10-28RAW-ACLS: test the behavior of NULL DACL vs. empty DACLStefan Metzmacher1-0/+244
2008-10-24Remove unused include param/param.h.Jelmer Vernooij9-9/+0
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij4-2/+7
2008-10-14Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke1-0/+70
2008-10-10Use const.Jelmer Vernooij1-5/+5
2008-09-30Use a getatr instead to make things cleaner.root1-2/+4
2008-09-30Add in test name visible on the wire or in debug logs so you can see when par...Jeremy Allison1-16/+17
2008-09-30Cope with API changes.Jelmer Vernooij2-3/+6
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij3-0/+3
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-1/+1
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij2-9/+22