summaryrefslogtreecommitdiff
path: root/source4/torture/raw/rename.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-12/+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-1/+1
2009-12-17s4 torture: close handle instead of using exitTim Prouty1-1/+1
2009-12-07s4 torture: Update RAW-RENAME to pass against win7Tim Prouty1-5/+27
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-3/+3
2009-10-07Exteded RAW-RENAME test to catch regressions in bug 6781.Jeremy Allison1-4/+40
2009-08-06s4 torture: Extend the RAW-RENAME test to more fully test directory renames.Tim Prouty1-0/+50
2009-04-25s4:tortore: use torture api instead of printf in RAW-RENAMEStefan Metzmacher1-36/+38
2009-02-26Add another torture test inspired by George @ Apple.Jeremy Allison1-0/+86
2009-02-13s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan1-0/+83
2008-03-11Added test_nttransrename() to test Metze's new code.Jeremy Allison1-1/+3
2008-03-11Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison1-0/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-6/+6
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-34/+21
2007-10-10r24695: Now the Samba4 passes this test, remove the skip...Andrew Bartlett1-8/+0
2007-10-10r24570: Attempt to fix make testVolker Lendecke1-2/+8
2007-10-10r24569: Add two testsVolker Lendecke1-0/+20
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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-10/+10
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-10/+10
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-10r7487: check both files before and after setting the attribs on file1Stefan Metzmacher1-0/+7
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4407: stricter checking of parameters on hard link creation in the RAW-RENAM...Andrew Tridgell1-0/+8
2007-10-10r4402: use __location__ instead of __LINE__ in the RAW-RENAME testAndrew Tridgell1-4/+4
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-2/+3
2007-10-10r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell1-3/+46
2007-10-10r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell1-6/+2
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-20/+20
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-2/+2
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-17/+17
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell1-11/+36
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-0/+1
2003-08-13- expanded the ntrename testAndrew Tridgell1-2/+51
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-12/+196
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+128