summaryrefslogtreecommitdiff
path: root/source3/torture/denytest.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-6/+6
2011-07-23s3-torture/denytest.c: replace cli_read_old() with cli_read()Björn Baumbach1-6/+14
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-2/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06Fix const in smbtorture.Jeremy Allison1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-4/+4
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-4/+4
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke1-4/+10
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2009-11-24s3:fix the merged build of bin/smbtorture4Michael Adam1-1/+1
2009-11-23s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam1-0/+1
2009-05-04s3 torture: Only close if open was successfulTim Prouty1-4/+12
2009-05-04s3 torture: Fix comparison is always true warningTim Prouty1-2/+2
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-16/+18
2009-04-29Make cli_unlink async.Jeremy Allison1-4/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23359: Fix bug #4537, fix from jens.nissen@gmx.net.Jeremy Allison1-1/+1
2007-10-10r17363: Some C++ warningsVolker Lendecke1-4/+4
2007-10-10r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy1-2/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-2/+2
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+1
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-27/+27
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-10/+10
2002-03-05show a progress bar during the deny testsAndrew Tridgell1-0/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-0/+1567