summaryrefslogtreecommitdiff
path: root/source3/utils/torture.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-14This little piece of insanity is inspired by theJeremy Allison1-1/+68
2001-04-13Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison1-2/+25
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison1-0/+55
2001-03-30Added one more test - just to make sure flag can be unset.Jeremy Allison1-1/+43
2001-03-30Expanded delete on close test to 6 cases. I now understand the semantics ofJeremy Allison1-2/+53
2001-03-30Changed to using GENERIC_XX constants instead of hex values to makeJeremy Allison1-9/+57
2001-03-30Added delete on close test that has allowed me to determine how w2kJeremy Allison1-0/+147
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-4/+4
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-3/+3
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison1-2/+69
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-4/+120
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-2/+35
2000-06-15add -d debuglevel optionAndrew Tridgell1-1/+5
2000-06-13added -L switch to tell smbtorture to use oplocksAndrew Tridgell1-2/+7
2000-05-27fixed bugs in fdpass testsAndrew Tridgell1-8/+11
2000-05-242nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton1-1/+118
2000-05-24use \\ in front of filenamesAndrew Tridgell1-2/+2
2000-05-24torture test:Luke Leighton1-0/+91
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-2/+14
2000-05-04added a test for the NT byte range lock into smbtortureAndrew Tridgell1-1/+16
2000-05-03Added read overlay write lock on same fnum test to locktest2.Jeremy Allison1-1/+117
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-1/+1
2000-04-27quick hack to get smbtorture working againAndrew Tridgell1-0/+2
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton1-0/+72
2000-01-16renamed DENY to DENY1Andrew Tridgell1-5/+95
2000-01-14casts and defines to make solaris happyAndrew Tridgell1-2/+2
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-14/+12
2000-01-14some more work on the byte range lockingAndrew Tridgell1-14/+16
2000-01-13greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell1-45/+93
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-21/+129
2000-01-08extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell1-37/+43
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-1/+1
2000-01-08added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell1-2/+86
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-368/+591
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+2
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-1/+1
1999-05-07variation of random SMBtrans2. random delays in between reconnectionsLuke Leighton1-10/+12
1999-02-11refinement of random ipc$ SMBtrans torture test. send requests, andLuke Leighton1-4/+58
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-2/+2
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-153/+268
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-4/+5
1998-10-20fixed a connection bug in torture testAndrew Tridgell1-11/+66
1998-10-16added maxfid testAndrew Tridgell1-11/+66
1998-10-08dce/rpcLuke Leighton1-3/+3
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-1/+1
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-53/+37
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell1-3/+3
1998-10-03added lseek() support for directoriesAndrew Tridgell1-2/+2
1998-10-02some changes in smbtorture as a result of clientgen interface changesAndrew Tridgell1-5/+5
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-5/+5