summaryrefslogtreecommitdiff
path: root/source4/torture/raw/write.c
AgeCommit message (Expand)AuthorFilesLines
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-19/+19
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-19/+19
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-10r8491: lower the offset limit that filesystems need to support to pass RAW-WR...Andrew Tridgell1-1/+1
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-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-4/+4
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-7/+7
2007-10-10r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell1-250/+5
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r3251: - move the openattr test code into basic/attr.cAndrew Tridgell1-113/+111
2007-10-10r3085: make the RAW-WRITE tests more robust to errors in previous parts of th...Andrew Tridgell1-19/+19
2007-10-10r2983: report a failure if a server doesn't update the write time at allAndrew Tridgell1-1/+8
2007-10-10r2982: added a test that shows the amount of time a server takes to updateAndrew Tridgell1-0/+84
2007-10-10r2912: Test for the sort-of weird file stamp semantics. The last_write seems ...Volker Lendecke1-54/+92
2007-10-10r2895: Another nut to crack, not sure how hard: The statinfo on a file does o...Volker Lendecke1-0/+103
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-56/+56
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-6/+6
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-6/+6
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-5/+5
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-51/+51
2003-08-13- cope with servers that don't properly implement SMBexitAndrew Tridgell1-18/+24
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+702