summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple/vfs_simple.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4:ntvfs: fix O3 error unused result of asprintfMichael Adam2016-05-131-3/+6
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-1/+1
* ntvfs: Fix CID 1034883 Resource leakVolker Lendecke2013-11-111-1/+4
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-30/+30
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-17/+17
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-2/+2
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-3/+3
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-1/+29
* s4:ntvfs/simple: s/private/pStefan Metzmacher2009-02-021-46/+46
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* 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
* r18568: this warning is not needed now that it is the job of the unixuid ntvfsAndrew Tridgell2007-10-101-2/+0
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-5/+5
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-2/+10
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-1/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-23/+58
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-2/+16
* 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
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-11/+17
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-12/+12
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-17/+22
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-40/+39
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-2/+2
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r10456: More SCons fixes:Jelmer Vernooij2007-10-101-20/+0
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-0/+11
* 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-4/+4
* 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/+13
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-1/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3323: more warning reductionsAndrew Tridgell2007-10-101-34/+15
* r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell2007-10-101-12/+4
* r3055: use talloc_zero_p()Andrew Tridgell2007-10-101-1/+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-57/+85
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-1/+10