summaryrefslogtreecommitdiffstats
path: root/source3/torture/denytest.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-torture/denytest.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-6/+14
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-2/+2
| | | | | | Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
| | | | Guenther
* Fix const in smbtorture.Jeremy Allison2011-05-061-2/+2
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 02:45:00 CEST 2011 on sn-devel-104
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-4/+4
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-4/+4
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-261-4/+10
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3:fix the merged build of bin/smbtorture4Michael Adam2009-11-241-1/+1
| | | | Michael
* s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam2009-11-231-0/+1
| | | | Michael
* s3 torture: Only close if open was successfulTim Prouty2009-05-041-4/+12
|
* s3 torture: Fix comparison is always true warningTim Prouty2009-05-041-2/+2
|
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-16/+18
| | | | | | | Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy.
* Make cli_unlink async.Jeremy Allison2009-04-291-4/+4
| | | | Jeremy.
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23359: Fix bug #4537, fix from jens.nissen@gmx.net.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 6ea7127f8e592f989a6263e360e809dcfdf98ef0)
* r17363: Some C++ warningsVolker Lendecke2007-10-101-4/+4
| | | | (This used to be commit fd82f185a2e0f94bfb75f4eee072556ad94bf27d)
* r17338: Add support for multiple shares test inspired by Samba 4 torture's ↵Alexander Bokovoy2007-10-101-2/+2
| | | | | | | --unclist option. Triggered by -b sharelist_file option. Based on Peter Samogyi's work. I'm not sure what concept for fstring replacement is currently in place though (talloc-ed strings? or it was for pstring only?) (This used to be commit c9f8fafad698c5bc75df86ee8b611104d3fb65bc)
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
| | | | (This used to be commit 985dbb47d925e79c1195ca219f7ab5d6648b22b8)
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-2/+2
| | | | (This used to be commit 173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9)
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+1
| | | | (This used to be commit 0519a7022b4979c0e8ddd4907f4b858a59299c06)
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-27/+27
| | | | | | | merge last time. I hope this might fix a few failures on the build farm too. Andrew Bartlett (This used to be commit 0c837126923cc30fa60223a5a68d4f527971cc7b)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-10/+10
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* show a progress bar during the deny testsAndrew Tridgell2002-03-051-0/+11
| | | | (This used to be commit c2c8c4e713c362d0c6864c6359d90cf6b218e545)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* - fixed proto.h build on systems using a parallel makeAndrew Tridgell2001-09-061-0/+1567
- changed DENY1 and DENY2 tests to only report errors (This used to be commit 9341e5534d0786e6ad7980e5fd1a0b35d77a2806)