summaryrefslogtreecommitdiff
path: root/source4/torture/raw/unlink.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-12s4:torture: fix use of non-existent word (existant)Michael Adam1-1/+1
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-6/+2
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+4
2011-03-19source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-2/+2
2009-11-21s4:torture/raw/unlink - Remove unused variable and labelMatthias Dieter Wallnöfer1-2/+1
2009-10-17Fix the smbtorture4 build. root_fid is a "union smb_handle". tridgeJeremy Allison1-1/+1
2009-10-17Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison1-3/+3
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-3/+3
2009-09-28unlink defer torture testTim Prouty1-0/+100
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-5/+5
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-5/+5
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-5/+5
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+1
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-27/+19
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20758: Adapt RAW-UNLINK error returns for wildcard unlinks to Samba3.Volker Lendecke1-4/+33
2007-10-10r20474: Skip the delete-on-close test on a non-empty directory in raw-unlink forVolker Lendecke1-21/+28
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-11/+11
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-46/+46
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r9121: use the older non-passthru level for setting delete on closeAndrew Tridgell1-2/+2
2007-10-10r9008: check the return status for the directory handle creationsAndrew Tridgell1-7/+20
2007-10-10r9006: expanded RAW-UNLINK test to test directory delete on close with non-em...Andrew Tridgell1-0/+104
2007-10-10r9003: add testing for non-empty directory delete on closeAndrew Tridgell1-1/+30
2007-10-10r8058: added testing of delete on close for files and directoriesAndrew Tridgell1-3/+87
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell1-3/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r3270: - added another unlink testAndrew Tridgell1-0/+5
2007-10-10r3236: test a few more combinations in RAW-UNLINKAndrew Tridgell1-0/+27
2007-10-10r3191: use __location__ in RAW-UNLINK testAndrew Tridgell1-2/+2
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-9/+9
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-1/+1
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-7/+7
2003-08-13- cope with servers that don't properly implement SMBexitAndrew Tridgell1-0/+10
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+148