summaryrefslogtreecommitdiff
path: root/source4/torture/raw
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8229: A level2 oplock does not conflict a no-oplock open, but is broken on f...Volker Lendecke1-0/+119
2007-10-10r8185: Delete on close on directories:Volker Lendecke1-4/+5
2007-10-10r8176: Exploring the share mode database...Volker Lendecke1-9/+11
2007-10-10r8174: Check DOS error codes in torture chkpath test.Jeremy Allison1-64/+64
2007-10-10r8123: fixed the RAW-NOTIFY and RAW-QFSINFO tests against w2k3Andrew Tridgell2-1/+4
2007-10-10r8122: more fixes from testing dos error code handling against w2k3Andrew Tridgell2-4/+4
2007-10-10r8118: remove a debugging hack that should not have been in the last commitAndrew Tridgell1-1/+1
2007-10-10r8117: fixed a bunch more dos error code handing.Andrew Tridgell3-10/+9
2007-10-10r8107: now that we properly separate DOS and NT status codes all the placesAndrew Tridgell1-2/+2
2007-10-10r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell1-2/+2
2007-10-10r8058: added testing of delete on close for files and directoriesAndrew Tridgell1-3/+87
2007-10-10r8051: separate out the MAX EAs test, as it fills disk too much to be run reg...Andrew Tridgell1-2/+29
2007-10-10r8004: added a maximum EAs size test from Kukks.Andrew Tridgell1-1/+228
2007-10-10r7899: fixed a crash bug in the RAW-CONTEXT testAndrew Tridgell1-2/+0
2007-10-10r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett1-0/+21
2007-10-10r7487: check both files before and after setting the attribs on file1Stefan Metzmacher1-0/+7
2007-10-10r6676: Fix unused variable.Tim Potter1-2/+0
2007-10-10r6675: Fix printf warning.Tim Potter1-1/+1
2007-10-10r6581: improved the error message for RAW-LOCK timeoutsAndrew Tridgell1-1/+3
2007-10-10r6352: Two new composite calls:Alexander Bokovoy1-0/+187
2007-10-10r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell1-10/+10
2007-10-10r6315: Allow sane session setup behaviour on SPNEGO regarding VUIDs.Andrew Bartlett1-1/+3
2007-10-10r6314: A more complete RAW-CONTEXT test. This Samba4 currently fails, but itAndrew Bartlett1-6/+65
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2-15/+11
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij2-17/+18
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell10-1/+11
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-5/+5
2007-10-10r5071: Reverted (per tridge request).Jeremy Allison1-1/+1
2007-10-10r5068: I'm pretty sure an old search request is allowed to return changed caseJeremy Allison1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell23-30/+30
2007-10-10r5035: fixed composite test to use --num-ops command line optionAndrew Tridgell1-20/+14
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-5/+5
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke1-0/+99
2007-10-10r4792: use type safety int the test suite tooAndrew Tridgell1-6/+7
2007-10-10r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...Andrew Tridgell1-13/+40
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-26/+24
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-1/+1
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell1-7/+40
2007-10-10r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell1-0/+77
2007-10-10r4612: make the output for the w2k3 acl bug a bit clearerAndrew Tridgell1-0/+19
2007-10-10r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ...Andrew Tridgell1-10/+148
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell3-11/+11
2007-10-10r4583: print which bit failed in the owner bits checkAndrew Tridgell1-0/+4
2007-10-10r4582: finally worked out what is going on with the inherited ACLs test and w...Andrew Tridgell1-12/+197
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-2/+2
2007-10-10r4463: added testing of the special SID_CREATOR_OWNER inheritance rulesAndrew Tridgell1-21/+56
2007-10-10r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameterStefan Metzmacher1-1/+1