summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-2/+10
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-1/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2-23/+61
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-2/+16
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-2/+2
2007-10-10r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach1-1/+2
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-2/+1
2007-10-10r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach1-1/+2
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2-2/+0
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-11/+17
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-12/+12
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-17/+22
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2-43/+42
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r13129: fix the memory hierachieStefan Metzmacher1-2/+2
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2-0/+2
2007-10-10r10456: More SCons fixes:Jelmer Vernooij1-20/+0
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij1-0/+1
2007-10-10r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2-10/+11
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2-0/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2-6/+6
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+13
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell2-0/+3
2007-10-10r3323: more warning reductionsAndrew Tridgell1-34/+15
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell1-12/+4
2007-10-10r3055: use talloc_zero_p()Andrew Tridgell1-1/+1
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+11
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher3-64/+92
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2-3/+3
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-1/+10
2007-10-10r2591: fixed two errors in simple backend found with valgrindAndrew Tridgell1-0/+2
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell3-21/+23
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell1-1/+0
2007-10-10r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell2-3/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2-25/+22
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-3/+3
2007-10-10r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell1-1/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell2-4/+4
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2-31/+31
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2-26/+26
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2-4/+4
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+2
2007-10-10r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher1-1/+21
2007-10-10r313: add the warning about fileaccess as user 'root'Stefan Metzmacher2-0/+12
2007-10-10r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher1-9/+1