summaryrefslogtreecommitdiff
path: root/source4/torture/raw/write.c
Commit message (Expand)AuthorAgeFilesLines
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-smbtorture: more torture_fail usage in raw.write test.Günther Deschner2011-03-171-6/+6
* s4-smbtorture: use torture_fail and _skip in raw.write test.Günther Deschner2011-03-161-54/+30
* s4-smbtorture: remove duplicate if branch in raw.write test.Günther Deschner2011-03-161-5/+0
* s4-smbtorture: use torture_comment() instead of printf in raw.write test.Günther Deschner2011-02-211-66/+67
* s4-smbtorture: fix some indent in raw.write test.Günther Deschner2011-02-211-4/+4
* s4-smbtorture: fix trailing whitespace in raw.write test.Günther Deschner2011-02-211-22/+22
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s4 torture: RAW-WRITE should check lockread_supportedZachary Loafman2010-06-141-0/+5
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-6/+6
* s4 torture: Parameterize WRITE_AND_CLOSE supportZachary Loafman2009-12-031-0/+5
* s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READZachary Loafman2009-12-031-0/+5
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-2/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-35/+35
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-4/+4
* r24741: More use of the torture API.Jelmer Vernooij2007-10-101-2/+2
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-27/+21
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check forAndrew Tridgell2007-10-101-1/+21
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-101-0/+5
* r18320: the raw write size limit test hurts too many hosts. Limit it to 2^33Andrew Tridgell2007-10-101-1/+7
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-19/+19
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-19/+19
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r8491: lower the offset limit that filesystems need to support to pass RAW-WR...Andrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-4/+4
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-7/+7
* r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell2007-10-101-250/+5
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r3251: - move the openattr test code into basic/attr.cAndrew Tridgell2007-10-101-113/+111
* r3085: make the RAW-WRITE tests more robust to errors in previous parts of th...Andrew Tridgell2007-10-101-19/+19
* r2983: report a failure if a server doesn't update the write time at allAndrew Tridgell2007-10-101-1/+8
* r2982: added a test that shows the amount of time a server takes to updateAndrew Tridgell2007-10-101-0/+84
* r2912: Test for the sort-of weird file stamp semantics. The last_write seems ...Volker Lendecke2007-10-101-54/+92
* r2895: Another nut to crack, not sure how hard: The statinfo on a file does o...Volker Lendecke2007-10-101-0/+103
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-56/+56
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-6/+6
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-6/+6
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-5/+5
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-51/+51
* - cope with servers that don't properly implement SMBexitAndrew Tridgell2003-08-131-18/+24