summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/read.c
Commit message (Expand)AuthorAgeFilesLines
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+2
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-6/+6
* s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READZachary Loafman2009-12-031-0/+5
* s4 torture: Allow READ to be parameterized, add more readx testsZachary Loafman2009-12-031-2/+29
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-2/+0
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-3/+3
* s4 now supports the large readx extensionAndrew Tridgell2009-08-051-6/+11
* skip the readbraw tests if the server does not support itAndrew Tridgell2009-08-051-0/+5
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* check use of mincnt past EOF in SMBAndrew Tridgell2008-05-261-0/+17
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-3/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-39/+39
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-3/+3
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-5/+5
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-31/+25
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20078: support the large samba3 reads in RAW-READ testAndrew Tridgell2007-10-101-4/+14
* r20059: james was asking about CAP_LARGE_READX and reads close to the 64kAndrew Tridgell2007-10-101-0/+20
* r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check forAndrew Tridgell2007-10-101-36/+46
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-101-0/+5
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r15685: let samba3 pass RAW-READ and ignore one bugStefan Metzmacher2007-10-101-1/+6
* r15122: test what access masks are needed when using the FLAGS2_READ_PERMIT_E...Stefan Metzmacher2007-10-101-15/+159
* 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-16/+16
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-16/+16
* 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
* r9876: Fix some 64-bit warnings for Itanium machine.Tim Potter2007-10-101-2/+2
* 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-12/+4
* 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
* r3242: make the RAW-READ test not exercise the 0-0 lock, which is not determi...Andrew Tridgell2007-10-101-4/+6
* r3235: try readx beyond 64k in RAW-READAndrew Tridgell2007-10-101-6/+17
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-50/+50
* 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/+2