summaryrefslogtreecommitdiff
path: root/source4/ntvfs/nbench
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s4:ntvfs: fix O3 error unused result of write error in nbench_log()Michael Adam2016-05-131-1/+2
* ntvfs: Fix CID 1354522 Unchecked return valueVolker Lendecke2016-03-011-1/+6
* s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-31/+31
* nterr: Add mem_ctx for return string from get_nt_error_c_code()Andrew Bartlett2011-05-061-20/+19
* source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:ntvfs/nbench/vfs_bench.c - change a "asprintf" into a "talloc_asprintf"Matthias Dieter Wallnöfer2010-05-281-2/+4
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-2/+3
* s4:ntvfs/nbench: s/private/nprivatesStefan Metzmacher2009-02-021-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-2/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-2/+2
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+4
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-24/+44
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-2/+11
* r15261: Work around AIX defining open as open64 againJelmer Vernooij2007-10-101-2/+2
* r15239: (hopefully) fix Samba4 build on AIXJelmer Vernooij2007-10-101-0/+1
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-1/+2
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+1
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-1/+2
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-12/+12
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-20/+24
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-66/+65
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-1/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+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
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+20
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-5/+5
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3349: fixed more uninitialised variable problems with the nbench moduleAndrew Tridgell2007-10-101-6/+15
* r3347: fixed an uninitialised variable bug. Surprisingly hard to track down,Andrew Tridgell2007-10-101-2/+8
* r3346: - simplified vfs_nbench.c a bit, by using req->async_state->ntvfs insideAndrew Tridgell2007-10-101-74/+51
* r3337: remove debug code and reanable the reall logging:-)Stefan Metzmacher2007-10-101-7/+3
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-180/+385
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-3/+1
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+11
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-113/+122
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-0/+14
* r2586: updated the nbench example in the README to reflect the new chaining s...Andrew Tridgell2007-10-101-2/+1
* r2572: fixed two places where status is not initialised in the nbench backendAndrew Tridgell2007-10-101-2/+2
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-56/+41
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-1/+1
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-0/+3